body {  background-color:#CCCCCC; text-align:center; font-family:verdana; font-size:11px; color:#AAAAAA; }

#outer { 
	width:800px; 
	margin:20px auto 5px auto; 
	background-image:url('../images/bg.gif'); 
	padding:0 0 30px 0;
	
	border:1px solid #AAAAAA;
}
#headerouter { width:800px; height:346px; background-image:url('../images/headerbottom.gif'); background-position:bottom left;}
#header { width:800px; height:327px; background-image:url('../images/header2.jpg'); }

#menu { width:240px; float:left; text-align:left; margin:20px 0 0 8px; }
#menu a { 
	display:block; 
	background-image:url('../images/bullet.gif'); 
	background-repeat:no-repeat; 
	background-position:left center;
	padding:0 0 0 10px; 
	margin:5px 0 5px 5px;
	text-decoration:none;
	color:#021C63;
	font-weight:bold;
}
#menu a:hover, #menu a.on {
	color:#7807A3;
}
a {
	color:#7807A3;
	text-decoration:none;
}
a:hover {
	color:#021C63;
}

#contenthome { width:500px; float:left; padding:20px 0 0 0; text-align:left; position:relative; left:-23px; color:#666666; }
#content { width:382px; _width:370px; float:left; padding:10px 0 0 0; text-align:left; margin:0 20px 0 0; color:#666666; }
#right { width:145px; float:left; margin:20px 0 0 0; }
.clearer { clear:both; }

.blue { color:#021C63; }

h2 { 
	color:#021C63; 
	font-size:14px;
}
h3 {
	color:#3366CC; 
	font-size:11px;
}

#terms {
	display:none;
	position:absolute;
	top:250px;
	border:1px solid #AAAAAA;
	width:400px;
	background-color:#FFFFFF;
	padding:20px;
}
ul { margin:0 0 0 10px; padding:0; }
li { margin:0 0 0 10px; }