body {
	background-color: #A9BAEE;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body a:link {
	color: #000000;
	text-decoration: underline;
}
#body a:visited {
	color: #000000;
	text-decoration: underline;
}
#body a:hover {
	color: #ffffff;
	text-decoration: none;
}
#body a:active {
	color: #000000;
	text-decoration: none;
}

/*id*/

#maincontainer{
	width: 900px;
	margin: 0px auto 0px auto;
	height: auto;
}

#mainwrap{
	background-color: #0033CC;
	background-image: url(body-bg.jpg);
	background-repeat: no-repeat;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	height: auto;
}


#menu{
	background-image: url(menu-bg.jpg);
	padding: 8px 0px 0px 8px;
	height: 22px;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover{
	text-decoration: none;
	color: #000000;
}

#image{
	width: 900px;
	height: 190px;
}

#contentcolumn{
	width: 595px;
	float: left;
	padding: 0px;
	margin: 0px 15px 10px 18px;
	line-height: 120%;
	font-size: 100%;
}

#contentcolumnhome{
	width: 870px;
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 18px;
	line-height: 120%;
	font-size: 100%;
}

#contentcolumn1{
	float: left;
	padding: 0px;
	line-height: 170%;
	color: #333333;
	font-size: 110%;
	width: 260px;
}

#contentcolumn2{
	float: left;
	padding: 0px;
	line-height: 170%;
	color: #333333;
	font-size: 110%;
	width: 270px;
}

#leftcolumn{
	float: left;
	width: 335px;
	padding: 0px;
	margin: 0px 15px 10px 18px;
	line-height: 110%;
	font-size: 100%;
}

#footer{
	color: #0033CC;
	text-align: left;
	padding: 5px 5px 10px 10px;
	font-size: 90%;
}

#top{
	color: #000000;
	text-align: right;
	padding: 10px 10px 10px 0px;
	font-size: 120%;
	font-weight: bolder;
}

#footer a{
	color: #666666;
}

/*txt*/

.headline {
	font-size: 18px;
	color: #0033CB;
	font-weight: bolder;
}

#headlinelink {
	font-size: 18px;
}

#headlinelink a{
color: #990000;
font-weight: bold;
text-decoration: underline;
}

#headlinelink a:hover{
color: #000000;
font-weight: bold;
text-decoration: none;
}


.headlinenews {
	font-size: 13px;
	color: #000000;
	font-weight: 900;
	letter-spacing: 1px;
}

.bracket {
	font-size: 16px;
	color: #000000;
	font-weight: 900;
}

.subheadline {
	font-size: 14px;
	color: #666666;
	font-weight: 900;
}

.micro {
font-size: 10px;
}

.warn {
	font-size: 11px;
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
