/* public styles */
body {
	padding: 0px;
	margin: 0px;
	background: #000;
	color: #fff;
	text-align: center;
    font: 70% Tahoma,"Trebuchet MS",Arial,sans-serif;
}
input, select, textarea {
	font-size: 12px;
	font-family: Tahoma,"Trebuchet MS",Arial,sans-serif;
	margin: 1px 0 1px 0;
	background-color:#F2F2FF;
	border: 1px #FFE840 solid;
}
input:focus, select:focus, textarea:focus {
	background:#F9F9F9
}
div#container {
	width:800px !important;
	margin: 0 auto; 
	text-align:left;
}
div#logo {
	background: #003399;	
	text-align:left;
}
div#topnav {
	background: #003399;	
	text-align:right;
	background:url(images/topnavbg.gif) #000 repeat-x;
	height: 25px;
}
div#header {
	background: #003399;	
	text-align:center;
}
div#body {
	background: #003399;	
	text-align:center;
	background:url(images/bodybg.gif) repeat-y;
	
}
div#bodyupper {
	background:url(images/bodybga.gif) no-repeat;
	height: 290px;
}
div#footertop {
	background:url(images/footerbg.gif) #000 repeat-x;
	height: 72px;
	text-align: center;
	font-size: 11px;
}
div#footer {
	background:url(images/footernavbg.gif) #000 repeat-x;
	height: 21px; padding-top: 3px;
	text-align: center;
	font-size: 11px; color: #000;
}
div#footer a:Link { color: #000; text-decoration: none; }
div#footer a:Visited { color: #000; text-decoration: none; }
div#footer a:Hover { color: #000; text-decoration: underline; }

ul#content,ul#content li{list-style-type:none;margin:0;padding:0}
ul#content{width:100%;overflow:hidden;margin: 0px}
ul#content li{float:left;margin-right:1px;padding: 5px 9px 5px 20px; font-size: 12px;}
li#left{width:565px; text-align: justify;}
li#left.leftalign{ text-align: justify; }
li#left.leftalign h3 { color: #FFCC00; padding: 0 0 15px 5px; }
li#right{width:162px; height: 300px; color: #000;  background:url(images/white-bg.png) no-repeat;}

ul#aaroncustom,ul#aaroncustom li{ list-style-type:disc; }
ul#aaroncustom li{ float:none; ;margin-right:1px;padding: 5px 9px 5px 20px; font-size: 12px;}

li#contact{width:400px; color: #000; text-align: center;}

li#right a:Link { color:#0066CC; text-decoration: none; }
li#right a:Visited { color:#0066CC; text-decoration: none; }
li#right a:Hover { color:#0066CC; text-decoration: underline; }
ul#content p,ul#content h3{margin:0;padding: 0 10px}
ul#content h3{text-transform:none;padding:0px;margin:0px;color: #000; font-size: 16px; font-weight:bolder;}

/* ul#content h3{text-transform:none;padding:0px;margin:0px;color: #1A48A3; font-size: 16px;} */

ul#twocol,ul#twocol li{list-style-type:none;margin:0;padding:0}
ul#twocol{width:100%;overflow:hidden;margin: 0px}
ul#twocol li{float:left;margin: 0 2px 0 2px; padding: 0 5px 5px 10px; font-size: 12px;}
li#twoleft{width:280px; color: #fff; text-align: justify;}
li#tworight{width:280px; color: #fff; text-align: justify;}
.redcolor { color:#CC0000; }