/* styles */
body {
	/*letter-spacing: 2px;*/
	font: 10pt/12pt Arial, Verdana;
	margin:0px;
	width:100%;
	background-color:#ffffff;
	padding:0px;
}

#container {
	/*position:absolute;
	left:0px;
	top:0px;*/
	width:100%;
	height:100%;
}

#header {
	/*position:absolute;
	left:0px;
	top:0px;*/
	width:100%;
	height:7px;
	background-color:#3585AF;
}

#logo {
	/*position:absolute;
	left:0px;
	top:27px;*/
	width:100%;
	height:93px;
	background-color:#ffffff;
	background:url(/images/placeholder.jpg) no-repeat top left;
	border-bottom:2px #3F3D76 solid;
}

#address {
	float:right;	
	height:78px;
	width:15%;
	font-family:Garamond, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:center;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:13px;
	padding-bottom:0px;
}


#menu {
	/*position:absolute;
	left:0px;
	top:99px;DFDFF6B2B2D1*/
	width:25%;
	height:207px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	padding-top:30px;
	line-height:20px;
	
}

#content {
	/*position:absolute;
	left:242px;
	top:99px;*/
	width:75%;
	/*height:100%;*/
	float:left;
	clear:right;
}

adcontent {
	margin-top:0px;
	padding-top:0px;
	width:80%;	
	height:auto;
	
}

#content p {
	margin:10px 45px 20px 20px;	
	text-align:justify;
	font-size:14px;
	/*letter-spacing:2px;*/
}

#content table p {
	text-align:center;
	font-size:13px;
	letter-spacing:normal;
}


#content li {
	margin:10px 45px 10px 30px;	
	text-align:justify;	
	font-size:14px;
	/*letter-spacing:2px;*/
	color:#3F3D76;
}

#thebottom {
	background-color:#DADAE4;
	/*width:100%;*/
	border-bottom:1px #3F3D76 solid;
	/*border-top:1px #3F3D76 solid;*/
	clear:both;
	margin:0px;
	padding:0px;
}

#news {
	width:30%;
	height:300px;
	background-color:#DADAE4;
	
	float:left;
	border-top:1px #3F3D76 solid;
	border-right:1px #3F3D76 solid;	
	border-left:1px #3F3D76 solid;
	overflow:auto;
}

#news h3 { 
	background: url(/images/newsevents.jpg) transparent no-repeat top center; 
	width: 145px; 
	height: 31px; 
	margin:0;
	float:right;
	}
	
#news h3 span {
	display:none
	}
	
#news p {
	clear:right;
	margin:10px;
}	

#indepth {
	/*position:absolute;
	left:260px;
	top:336px;*/
	width:40%;
	height:300px;
	background-color:#C5C4D7;
	float:left;
	border-top:1px #3F3D76 solid;
	border-right:1px #3F3D76 solid;
	overflow:auto;
}
#indepth h3 { 
	background: url(/images/indepth.jpg) transparent no-repeat top center; 
	width: 204px; 
	height: 31px; 
	margin:0;
	float:right;
	}
	
#indepth h3 span {
	display:none
	}
	
#indepth p  {
	clear:right;
	margin:10px;
}

#feature {
	/*position:absolute;
	left:540px;
	top:336px;*/
	max-width:100%;
	height:300px;
	background-color:#DADAE4;
	/* float:right; */
	border-top:1px #3F3D76 solid;	
	overflow:auto;
	/*clear:right;*/
}

#feature h3 { 
	background: url(/images/feature.jpg) transparent no-repeat top right; 
	width: 106px; 
	height: 31px; 
	margin:0;
	float:right;
	}
	
#feature h3 span {
	display:none
	}
#feature p, #feature h4 {
	clear:right;
	margin:10px;
}	

#feature p.hilite {
	color:#000099;
	clear:right;
	margin:10px
}
	
#footer {
	width:100%;
	height:20px;
	background-color:#3585AF;
	color: #ffffff;
	text-align:center;
	float:left;
	clear:both;
}
