@charset "utf-8";
html { height: 100.01%; }


body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#DivContainer {
	margin: 0px auto;
	width: 742px;	
}
#DivMain {
	width: 742px;
	background-image: url(/images/bgd_expand.gif);
	background-repeat: repeat-y;
	
}
#DivBackground {
	width: 742px; 
	min-height: 628px;
	background-image: url(/images/bgd_main.gif);
	background-repeat: no-repeat;
	padding-top: 41px;
}

#DivHeader, #DivNav, #DivContent { width: 682px; margin: 0px 0px 0px 20px; }

#DivHeader { height: 104px; }

#DivNav {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	text-align: right;	
}

#DivNav a {
	color: #666666;
	text-decoration: none;
}
#DivNav a:hover {
	text-decoration: underline;
	color:#000000
}

#DivNav .selected {
	color:#FF0000;
	
}
	
#DivContent { 
	/* background-color: #FFFFCC;  */
}
#DivFooter { 
	height:113px;
	padding-left:20px;
	padding-top:0px;
	text-align:left;
	background: url(../images/bgd_bottom.gif) no-repeat top left;
	bottom:0;
}
#footerText {
	padding:0 0px 0 20px;
	background: url(/images/bgd_expand.gif) repeat-y;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Headline {
	font-size: 16px;
	font-weight: bold;
}


.newsBannerContent {
	padding-right: 10px;
	padding-left: 10px;
	color:#666666;
}
.FormText {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

