body{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
min-width:795px;
}



#news {
/*	position:absolute;
	top:137px;
	left:3px;
	border:#449BDC solid 1px;
	padding:5px;
	float:left;
	width:180px;
	background:#E6F0F8;*/
	margin-top:20px;
	padding:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00319D;
}

#news a, #news a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00319D;
	text-decoration:underline;
}
#news a:hover {
	text-decoration:none;
}

#news h5 {
	font-size:14px;
	margin:0 0 15px 0;
	text-align:right;
}

#news h4 {
	font-size:14px;
	margin:0 0 15px 0;
	text-align:right;
	color:#3071A1;
}

#news ul {
	margin:0;
	padding:0;
	list-style:none;
}
#news ul li {
	margin-left:30px;
	margin-bottom:10px;
}

#date {
	margin-left:-30px;
	margin-right:5px;
	font-weight:bold;
}





b{font-size: 110%;}
em{;}

hr {
clear:both;
height:1px;
}

#topsection{
background:url(/design/topbg.jpg);
height: 71px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#topmenu {
background-color:#5176FF;
padding:4px;
}

#toplinks {
float:right;
margin:0;
padding:3px;
display:inline;
list-style:none;
}

#toplinks li {
display:inline;
}

#toplinks li a, #toplinks li a:visited{
color:#fff;
padding:0 10px;
text-decoration:none;
}

#toplinks li a:hover{
text-decoration:underline;
}

#contentwrapper{
float: left;
width: 100%;
background:url(/design/content-bg.png);
}



#rightcolumn p{
color:#5176FF;
}

#footer{
clear: left;
width: 100%;
background: url(/design/top-bg.png);
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#content{
padding:0 25px 50px 25px;
min-height:550px;
}

#content h1, #content h2, #content h3 {
color:#001971;
font-weight:bold;
}
#content h1 {
font-size:16px;
margin: 15px 0 5px 0;
}
#content h2 {
font-size:14px;
margin: 10px 0 2px 0;
}
#content h3 {
font-size:12px;
margin: 5px 0 0px 0;
}
#content h4 {
color:#0C3A51;
font-size:12px;
margin: 15px 0 5px 0;
}
#content  img {
border:#001971 solid 0px;
margin:5px;
}
#content li {
list-style-image:url(/design/list1.png);
list-style-type:none;
}

#context {
	width:184px;
	float:right;
	display:block;
	border:#CCCCCC solid 1px;
	padding:0px;
	_margin-top:10px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 230px; /* Width of Menu Items */
/*border-bottom: 1px solid #9E370A;*/
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 230px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #001971;
	text-decoration: none;
	padding: 5px 15px 5px 5px;
	border-top: 0;
	border-left:#001971 solid 5px;
	border-right:0;
	border-bottom: 1px solid #001971;
	background-color: #ECF0FF;
}

.suckerdiv ul li a:visited{
color: #001971;
}

.suckerdiv ul li a:hover{
color:#FFF;
background-color: #5176FF;
text-decoration:underline;
border-left:#CC0000 solid 5px;

}

.suckerdiv .subfolderstyle{
background: #ECF0FF url(/design/arrow.png) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


* html #maincontainer {

	float:left;

	width:expression(document.body.clientWidth > 795? "100%" :"795px");
}

* html #content {
height:550px;
}
