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

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

/*id*/

#menubg{
	height: 60px;
	background-color: #cccccc;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}

#menuwrap{
	margin: 0px auto 0px auto;
	height: 60px;
	width: 1000px;
	min-width: 1000px;
}

#menu{
	padding: 40px 0px 0px 5px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 620px;
	text-align: left;
}

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

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


#domain{
	padding: 40px 120px 0px 0px;
	height: 20px;
	font-weight: bold;
	float: left;
	width: 255px;
	text-align: center;
	font-size: 90%;
}

#domain a{
	text-decoration: none;
	color: #666666;
}

#domain a:hover{
	text-decoration: none;
	color: #ffffff;
}


#mainbg{
	background-color: #E3EDF7;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
}

#mainwrap{
	margin: 0px auto 0px auto;
	width: 1000px;
	min-width: 1000px;
}

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

#bodytop{
	background-image: url(../images/bodytop-bg.jpg);
	height: 120px;
	float: left;
	width: 625px;
}

#content{
	line-height: 110%;
	color: #333333;
	font-size: 110%;
	float: left;
}

#leftcolumn{
	float: left;
	width: 375px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#leftcolumnhome{
	float: left;
	width: 375px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 240px;
	padding-left: 0px;
}


#middlecolumn{
	float: left;
	padding: 10px 10px 10px 10px;
	line-height: 110%;
	color: #000000;
	width: 605px;
	margin: 0px 0px 0px 0px;
}

#newswrap{
	background-color: #236CA3;
	height: auto;
}

#news{
	padding: 10px 10px 10px 10px;
	line-height: 170%;
	color: #333333;
	width: 282px;
	background-image: url(../images/column2-bg.jpg);
	background-repeat: no-repeat;
	background-color: #236CA3;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
}

#newsleg{
	padding: 10px 10px 10px 10px;
	line-height: 120%;
	color: #333333;
	width: 282px;
	background-image: url(../images/column2-bg.jpg);
	background-repeat: no-repeat;
	background-color: #236CA3;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
}

#interiorcolumn{
	float: left;
	padding: 10px 10px 10px 10px;
	line-height: 110%;
	color: #333333;
	width: 605px;
	margin: 0px 0px 0px 0px;
	font-size: 95%;
}

#interiorcolumn2{
	float: left;
	padding: 10px 10px 10px 10px;
	line-height: 110%;
	color: #333333;
	width: 605px;
	margin: 0px 0px 0px 0px;
	font-size: 95%;
}


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


#footer a{
	color: #666666;
}

#footerbg{
	height: 70px;
	background-color: #fcfcfc;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-x;
}

#footerwrap{
	margin: 0px auto 0px auto;
	height: 70px;
	width: 1000px;
	min-width: 1000px;
}



#dropmenudiv{
position: absolute;
border: 0px solid #999999;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0062A3;
	text-decoration: none;
	color: #ffffff;
}



/*txt*/

.home {
	text-align: justify;
}

.homequote {
	text-align: justify;
	background-color: #99BFD6;
	padding: 10px;
	font-size: 95%;
	margin-bottom: 10px;
}

.quote {
	font-size: 90%;
}


.headline {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
}

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

.newsfeed {
	font-size: 12px;
	color: #ffffff;
	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;
}
