@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	background: url(../images/bg.jpg);
	margin: 0 0 10px 0; 
	padding: 0;
	text-align: center;
	color: #000;
}
.mainbodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
.mainbodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

#wrapper { 
	width: 850px;  
	background: url(../images/content_bg.gif) ;
	margin: 0 auto; 
	border: 1px solid #000000;
	border-top:none;
	text-align: left; 
}
 
#header { 
	background: #1b5691;
} 

#menucontainer {
	height:27px;
	background: url(../images/menu_bg.jpg) no-repeat;
	margin: auto;
	}
	
#container { /* For sidebar divider image */

	background:url(../images/line.gif) 235px 0 repeat-y;
	}
	
	
#sidebar1 {
	float: left; 
	width: 200px;
	padding: 0px 10px 15px 20px;
}

#sibebar1.newscontainer {
	/* width:195px; */
	margin-bottom:30px;
	}

#sidebar1 strong {
	font-size:11px;
	color:#c43027;
	}

#sidebar1 p {
	font-size:11px;
	line-height:15px;
	}

#mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
} 

#mainContent p {
	line-height: 18px;
	}
	
#footer {
	position: relative; 
	padding: 0;
	height:50px;
	background-color:#E42C22; 
} 

#footer p {
	margin:0; 
	color:#fff;
	padding: 20px 0;
	text-align:center;
	font-size: 10px;
}

#footer p a {
	color:#fff;
	text-decoration: none;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* #### Typography #### */

h1 {
	color:#c43027;
	font-weight:normal;
	}
	
h2 {
	font-weight:normal;
	}
	
h3 {
	font-size:12px;
	}
	
p a {
	color:#015595;
	text-decoration: none;}
	
p a:visited {
	color: #0e1089;
	text-decoration: none;
	}
	
p a:hover {
	color:#c43027;
	}
	
#navlist {	
	margin:0 0 0 20px;
	padding:6px 0 0 0;
	text-transform: uppercase;
	}
	
#navlist li {
	display: inline;
	padding-right:10px;
	font-size:11px;
	}
	
#navlist li a:visited,
#navlist li a {
	color:#000;
	text-decoration: none;
	
	}
	
#navlist li a:hover {
	color:#c43027;
	text-decoration: none;
	}
	
