
body{
	margin:0;
	margin-top:20px;
	padding:0;
	background-color:#fff;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
}

div#PageContainer{
	width:755px;
	height:auto;
	overflow:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

div#PageHeader{
	width:755px;
	height:86px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-image:url(../images/header_bg_v02.jpg);
	background-repeat:no-repeat;
}

div#PageHeader div#Logo{
	width:300px;
	height:52px;
	margin-top:20px;
	margin-left:20px;
	padding:0;
	float:left;
}

div#PageHeader div#Logo img{
	border:0;
}

div#TopnavContainer{
	width:100%;
	height:30px;
	overflow:visible;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	background-image:url(../images/topMenu_bg.gif);
	background-repeat:repeat-x;
	background-color:#367bb2;
}

div#PageMiddleContainer{
	width:755px;
	height:auto;
	min-height:440px;
	overflow:auto;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	background-color:#ffffff;
	background-image:url(../images/pagemiddle_bg.jpg);
	background-repeat:repeat-y;
}

div#PageFooter{
	width:675px;
	height:auto;
	min-height:45px;
	overflow:auto;
	margin:0px;
	padding:20px 40px 0 40px;
	float:none;
	clear:both;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#224562;
	font-size:11px;
	color:#ffffff;
}

div#PageFooter a{
	color:#ffffff;
}

div#PageFooterBottom{
	width:755px;
	height:32px;
	overflow:auto;
	margin:0;
	float:none;
	clear:both;
	background-image:url(../images/addition_bottom.gif);
	background-repeat:no-repeat;
}

div#PageFooter p{
	font-size:11px;
	color:#ffffff;
}




div#MainContentContainer{
	width:480px;
	height:auto;
	overflow:auto;
	float:left;
	clear:left;
	margin:30px 0 30px 0;
	padding:0;
}

div#MainContent{
	margin:0 20px 30px 40px;
	padding:0;
}



div#RelatedContentContainer{
	width:260px;
	height:auto;
	overflow:auto;
	float:right;
	clear:right;
}

#RelatedContent{
	width:220px;
	height:auto;
	overflow:auto;
	float:none;
	clear:both;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}









/* TopNav */

ul#TopNav{
	position:relative; /* Need this since we're placing inside elements absolutely! */
	height:30px;
	overflow:visible;
	margin:0;
	padding-right:10px;
	float:right;
}

ul#TopNav li{
	list-style:none;
	display:inline;
	width:auto;
	height:32px;
	float:left;
	clear:none;
	margin:0px;
}

ul#TopNav li a,
ul#TopNav li span.NoLink{
	position:relative;
	display:block;
	width:auto; /* Do not set to 100% - this would break the layout! */
	height:100%;
	z-index:10;
	float:left;
	border:0;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/topNav_divider.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

ul#TopNav li a:hover{
	color:#cbdce9;
}

ul#TopNav li.LastItem a{
	background-image:none;
}

ul#TopNav li.Open a,
ul#TopNav li span.NoLink,
ul#TopNav li.ClosedSelected a,
ul#TopNav li.OpenSelected a{
	color:#cbdce9;
}

ul#TopNav li a span,
ul#TopNav li span.NoLink span{
	display:block;
	width:auto;
	height:auto;
	padding-top:7px;
	font-size:13px;
}

ul#TopNav li.back{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:32px;
	margin-left:0;
	z-index:8;
	background-image:url(../images/menu_li_back_spot.gif);
	background-position:center center;
	background-repeat:repeat-y;
}

ul#TopNav li#Empty{
	list-style:none;
	display:inline;
	width:0px;
	height:32px;
	overflow:hidden;
	float:left;
	clear:none;
	margin-left:-30px;
}

ul#TopNav li#Empty a{
	width:1px;
	height:1px;
	overflow:hidden;
}

/* End TopNav */







ul#Subnav{
	width:220px;
	height:auto;
	overflow:auto;
	margin:20px 0 30px 0;
	padding:0;
	float:none;
	clear:both;
	border-bottom:solid 1px #d2d3d5;
}

ul#Subnav li{
	list-style:none;
	display:block;
	height:auto;
	overflow:hidden;
}

ul#Subnav li a,
ul#Subnav li span.NoLink{
	display:block;
	height:auto;
	margin:0;
	padding:10px 0 8px 16px;
	font-size:12px;
	color:#367bb1;
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #d2d3d5;
	background-image:url(../images/subMenuArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 14px;
}

ul#Subnav li a:hover{
	color:#4680af;
	background-position:0px -86px;
}

ul#Subnav li.Open a,
ul#Subnav li.OpenSelected a,
ul#Subnav li.ClosedSelected a,
ul#Subnav li.ClosedSelected span.NoLink,
ul#Subnav li.OpenSelected span.NoLink{
	color:#ed1b2c;
	background-position:0px -186px;
}


/* Level 2 */

ul#Subnav li ul{
	padding-bottom:10px;
}

ul#Subnav li li{
	margin:0;
	padding:0;
}

ul#Subnav li li a,
ul#Subnav li li a:link,
ul#Subnav li li a:visited,
ul#Subnav li li a:active,
ul#Subnav li li span.NoLink{
	border:0;
	background-image:none;
	margin:0;
	padding:2px 0 2px 0;
	color:#606060;
	font-weight:normal;
}

ul#Subnav li li a:hover{
	color:#909090;
}

/* Level 3 */

ul#Subnav li li li a,
ul#Subnav li li li span{
	font-size:11px;
}

/* End SubNav */













div#MainFeature{
	width:755px;
	height:404px;
	overflow:auto;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	background-image:url(../images/mainFeature_bg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

div#MainFeatureBottom{
	width:755px;
	height:12px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	background-image:url(../images/addition_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#244763;
}

div#MainFeatureContent{
	width:300px;
	height:235px;	
	padding:0;
	float:left;
	margin-left:38px;
	margin-top:30px;
}

div#MainFeatureImage{
	width:248px;
	height:340px;
	margin-right:38px;
	margin-top:30px;
	padding:0;
	float:right;
}

div#LinkContainer{
	width:300px;
	height:20px;
	padding:0;
	margin-top:6px;
	float:right;
	color:#ffffff;
	overflow:hidden;
}


div#MainFeature p, div#MainFeature p a{
	color:#ffffff;
}

div#MainFeatureContent a, div#MainFeatureImage a, div#MainFeatureSubContent a, div#LinkContainer a {
	font-weight:bold;
	text-decoration:none;
	padding-right:15px;
	
	background-image:url(../images/Home_ReadMore.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}

div#MainFeature a:hover{
	background-position:right -97px;
}


div#MainFeatureSubContent{
	width:400px;
	height:130px;
	margin-left:38px;
	padding:0;
	float:left;
	clear:left;
	color:#ffffff;
	overflow:hidden;
}

div#LinkContainer a{
	margin-left:20px;
}












div.Label{
	width:auto;
	height:6px;
	overflow:visible;
	margin-bottom:10px;
	padding:0;
	border-bottom:solid 1px #e1e2e4;
}

div.Label h2{
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	font-size:11px;
	color:#909090;
	border:0;
	text-transform:uppercase;
	background-color:#ffffff;
}


div.Listing div.Item{
	overflow:auto;
	margin:0;
	padding-top: 0 20px;
	border-top:solid 1px #e1e2e4;
}

div.Listing div.FirstItem{
	border-top:0;
}

div.Listing div.Item h3{
	font-size:18px;
	margin-bottom:4px;
}

div.Listing div.Item h4.Date{
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding-bottom:0px;
	color:#aaaaaa;
}

div.Listing div.Item h3 a{
	color:#0061af;
	text-decoration:none;
}

div.Listing div.Item h3 a:hover{
	color:#8ebade;
}

div.Listing div.Selected h3{
	color:#ed1b2c;
}



div.Listing div.Item div.Image{
	width:58px;
	height:auto;
	overflow:hidden;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	float:left;
}

div.Listing div.Item p{
	font-size:12px;
	color:#222222;
	margin-bottom:10px;
}


div.Listing div.Item p.ReadMore a{
	float:left;
	font-size:12px;
	color:#0061af;
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/subMenuArrow.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	text-decoration:none;
	margin-bottom:10px;
}




div.Listing div.Item p.ReadMore a:hover{
	background-position:0 -96px;
}

div.Listing div.MoreItems{
	padding-top:8px;
}

div.Listing div.MoreItems a{
	font-size:12px;
	color:#0061af;
	text-decoration:none;
	padding-left:12px;
	background-image:url(../images/subMenuArrow.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

div.Listing div.MoreItems a:hover{
	background-position:0 -96px;
}



div.CompactList div.Item{
	margin-top:0px;
	padding-bottom:4px;
}

div.CompactList div.Item h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}

div.CompactList div.Item h4{
	font-size:12px;
}

div.CompactList div.Item p{
	display:none;
}



