/*General Layout*/
body {
	font: 10pt Helvetica, Arial, sans-serif; }
	
a:link, a:visited { color:#111111; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a img { border: none; }

.style3 {font-size: 14pt}
.style4 {color: #FF0000;
	font-weight: bold; }

ul {
	font-size:11px;
	margin-top:4px; }
	
li {
	margin-left:-15px; }
	
#header {
	float:left;
	height:132px;
	width:770px;
	text-align:center;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:5px; }
	
#navbar {
	float:left;
	width:150px;
	text-align:center;
	font-weight:bold;
	padding:10px; }
	
#content {
	float:right;
	width:580px;
	padding:10px;
	border-left-style:solid;
	border-left-width:1px;; }