@charset "utf-8";
/* CSS Document */
#content{
background:	#DBDBDB;;
}

#content h1{
	color:#00A2B5;
}

#content #shell{
	background:url(/images/pageBG_content.gif) #DBDBDB repeat-x;

	margin:0;
	border:1px solid #DBDBDB;
}

#content #bannercontainer{
	width:800px;
	height:93px;
	margin:0 auto 0 auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
}


#content #bannercontainer #banner{
	width:798px;
	height:93px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:url(/images/banner_content.jpg);
	margin:0 auto 0 auto;
}

#content #mainnavcontainer td.selected{
	background:#00A2B5;
}




#content #contentcontainer{
	background:#fff;
	width:800px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;	
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
	margin:0 auto 0 auto;

}

#content #contentcontainer .left{
	background:#E8E8E8;
	width:317px;
	float:left;
	margin:0;
	clear:right;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding:0 0 20px 0;
}

#content #contentcontainer .right{
	width:481px;
	float:left;
}


#content #contentcontainer .right .content{
	padding:16px 10px 12px 20px;
}






#content #contentcontainer .right .bottom{
	background:url(/images/homeright_bottom.gif);
	width:319px;
	height:16px;
}

#content #contentcontainer .content{
	padding:0 10px 10px 20px;
}

#content #contentcontainer .content h4{
	margin:12px 0 2px 0;
	font-size:12px;
	color:#007784;
}
#content #contentcontainer .content .searchform table{
	margin:6px 0 10px 2px;
	width:280px;
}

#content #contentcontainer .content .searchform td{
	padding:4px 0 2px 0;
	font-size:12px;
}

#content #contentcontainer .content .searchform input, #content #contentcontainer .content .searchform select{
	font-size:12px;
}

#content #contentcontainer .right a, #contentcontainer .right a:visited{
	/*color:#000;*/
}



#content #footercontainer{
	background:#007784;
}


#content #subnav li.selected a{
	color:#007784;
}

#content a, #content a:visited, #content #subnav li{
	color:#00A2B5;
}

#content .breadcrumbs a, #content .breadcrumbs a:visited{
	color:#999999;
}

