/* CSS Document */

/* --------------------------------------------------------------------- */
/*typography*/

body {
	background: #c1c89f url(images/bg.gif) repeat-x top left;
	font: 12px verdana,arial,helvetica,clean,sans-serif; 
	line-height: 1.5em;
	margin:10px 0 0 0;
	padding: 0;
}

a{
	color: #c63437;
}
a:hover {
	color: #76ba40;
	text-decoration: underline;
}
img{
	border: 0;
}
.clear{clear: both;}

h1{
	font:30px Georgia, "Times New Roman", Times, serif; 
	color:#181844;
	margin-top: 0em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
	
h2{
	font:22px/20px Georgia, "Times New Roman", Times, serif; 
	color:#3D3C2C;
	margin-top: 0em;
	margin-bottom: 0.2em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
h3{
	font:18px/16px Georgia, "Times New Roman", Times, serif; 
	color:#4b908c;
	margin: 0.2em 0em 0.5em 0em;
	}	
	
ol, ul{list-style-type:none;}	

li{}


p, td{
	font-size: 11px;
	line-height: 1.8em;
	margin: 0.0em 0em 2em 0em;
	}

strong, b {
	font-weight: bold;
	}
	
	
em, i {	font-style: italic;}

blockquote{background:#e4e7d4;border:1px solid #9ba372;padding:5px;}



/*----TOP PANEL----*/
#Header{height:220px; margin:0 auto; padding:0px;text-align:center;background:url(images/bg-nav.gif) 0px 147px repeat-x;}



#Menu ul{height:66px; width:778px;margin:12px auto;padding-top:12px;}


#Menu ul li{ height:40px; border-right:1px solid #196cc8; float:left;padding:0 8px; color:#fff; font-size:10px;}
#Menu ul li a{ height:40px; display:block; color:#fff; font:30px "Times New Roman",Times, serif; text-decoration:none; font-weight:bold; text-align:center; text-transform:uppercase;}
#Menu ul li a:hover{color:#0574AF; text-decoration:none;}


/*----/TOP PANEL----*/




/*----BODY PANEL----*/
#Container{width:778px; position:relative; margin:0 auto; padding:0 8px;}



/*----BODY LEFT PANEL----*/
#bodyLeft{width:485px; float:left; padding:12px 36px 0 0;}
/*----/BODY LEFT PANEL----*/







/*----BODY RIGHT PANEL----*/
#bodyRight{width:250px; float:left;padding:0 0 28px;}

/*----/BODY RIGHT PANEL----*/





/*----FOOTER PANEL----*/
#footer{border-top:2px solid #227de5;background:#6db4f1; color:#010101; clear:both; padding:8px 0;text-align:center;font-size:10px;}





/*----Common----*/
ul.points{font: 11px verdana,arial,helvetica,clean,sans-serif; }

ul.points li{background:url(images/blue-arrow.gif) 0 7px no-repeat; line-height:2.0em; padding:0 0 10px 20px;}
ul.points li a{line-height:25px; text-decoration:underline;}
ul.points li a:hover{text-decoration:underline;}