@charset "utf-8";
/* CSS Document */
html, body {
margin:5px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
background-image:url(images/bg.jpg);}
td { vertical-align:top;}
h1 {
	font-size: 18px;
	color:#0481B1;
}
h2 {
	font-size: 14px;
	color:#00986F;
}
h3 {
	font-size: 12px;
	margin-top:2px;
	margin-bottom:2px;
}
h4 {
	font-size: 12px;
	margin-top:2px;
	margin-bottom:2px;
}
h5 {
	font-size: 10px;
}
a { color:#161493; font-weight:bold; text-decoration:underline;} a:hover { color:#2F9AC4; text-decoration:none;}
#container {
clear: both;
	margin:0px auto 0px auto;
	width:800px;
	border: solid 1px #3C7F9A;
	background-color:#FFFFFF;
}
#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	clear:both;	
	height:150px;
}
#footer {
	background-image: url(dropdown/images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	padding:3px 0px;
	vertical-align: middle;
	text-align:center;
	
}
#left {
	clear: left;
	float: left;
	margin: 5px 10px 10px 10px;
	/*border: 1px solid #333333;*/
	width:350px;
}
#right {
	clear: right;
	float: left;
	margin:5px;
	/*border: 1px solid #333333;*/
	width:390px;
}
.padding8{ padding-left:8px; padding-right:8px;}
.c_l { clear:left;}
.c_r { clear:right;}
.c_b { clear:both;}
.em { font-style:italic;}
.main_border { border: solid 1px #DFECF4;}
.margin8 { margin:8px;}
