body {
	margin: 0px;
	background-image: url(images/bg_page.jpg);
	background-image:url(images/bg_page_rightshadow.jpg);
	background-repeat:repeat-x;
	background-color: #0361B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageTop{
	float:left;
	width: 779px;
	background-image:url(images/img_top_bg2.jpg);
	background-repeat: no-repeat;
}
#pageMain{
	width: 779px;
	float: left;
}
#pageFooter{
	width: 779px;
	border-top: 1px solid #1777C7;
	font-size: 11px;
	color: #99CCFF;
	text-decoration: none;
	line-height: 25px;
	text-align:center;
	float: left;
}

.ndcLogo{
	width: 300px;
	float: left;
}
.topRightLink{
	width: 270px;
	float: right;
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

.topLink{
	width: 779px;
	float: left;
	text-align: center;
/*	vertical-align: top;*/
}
.topLink a{
	padding-left: 19px;
	padding-right: 19px;
	border-right: 1px solid #79BDE6;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.topLink a:hover{
	color:#FFFF00;
}

#pageFooter a{
	text-decoration: none;
	color: #DFEFFF;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #1D7BCA;
}
#pageFooter a:hover{
	text-decoration: none;
	color:#B3D5F7;
}

.topRightLink a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.topRightLink a:hover{
	text-decoration: none;
	color:#0066CC;
}
.flashArea{
	height: 200px;
	float: left;
	background-image:url(images/bg_flash_area.jpg);
	background-repeat:no-repeat;
}
.imgArea{
	height: 110px;
	float: left;
}

.news{
	float: left;
	width: 245px;
	margin-top: 1px;
	background-color:#4696CE;
}
html>body .news {margin-top: 6px;} /* to cheat IE */
.news th{
	color:#003399;
}
.news a{
	color: #FF0000;
	font-size: 11px;
}
.LinkNews{
	float: left;
	width: 200px;
	margin-top: 1px;
	background-color:#5EA8D9;
	border-right: 1px solid #1777C7;
	height: 100%;
}
html>body .LinkNews {margin-top: 6px;} /* to cheat IE */

.LinkNews th{
	color:#003399;
}
.LinkNews a{
	color: #FF0000;
	font-size: 11px;
}
.newsSub td{
	height: 35px;
	color: #0033FF;
	font-size: 11px;
}
.newsSub a{
	color:#6A3C00;
	text-decoration: none;
}
#newsBullet{
	margin-top: 4px;
}

.homeCont{
		float: left;
		width: 525px;
		margin-top: 1px;
}

html>body .homeCont {margin-top: 8px;} /* to cheat IE */
.subCont{
		float: left;
		width: 525px;
		margin-top: 1px;
}
html>body .subCont {margin-top: 8px;} /* to cheat IE */

.mainContBox{
	margin-left: 4px;
	color:#FFFFFF;
	font-size: 11px;
}
.mainContBox p{
	margin-top: 3px;
	margin-bottom: 1px;
}
.mainContBox a{
	color:#FFFFFF;
	text-decoration: none;
}

.mainContBox a:hover{
	color:#BDE6FD;
	text-decoration: none;
}

.dropmenu{
	BORDER: #cccccc 1px solid; 
	border-left:  1px solid #3399FF;
	font-size: 11px;
	font-weight: normal;
}
.dropmenu td{
	background:#FFFFFF;
	background-image:url(images/dropmenu2.png);
	background-repeat:repeat-x;
	height: 22px;

}
.dropmenu a{
	text-decoration: none;
	color:#333333;
	padding-left: 7px;
	
}
.dropmenu a:hover{
	color: #0066FF;
	text-decoration: none;
}#pointer {
	cursor:pointer;
}
#red{
    color: #ff0000;
}