body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
}

#content {padding: 0px 15px 10px 15px;}
p {font-size:.8em;}
.center {text-align:center}
.clear {clear:both}
.top {padding: 0; margin: 0;}
.text_tiny {font-size:.7em;}
.smtext {font-size: .8em;}
.textwhite {color:#FFFFFF; font-weight:bold;}
.largetext {font-size: .9em;}
.largertext {font-size: 1em;}
.bold {font-weight: bold}
.imagewhiteborder {border: 1px solid #FFFFFF;}
.imageblackborder {border: 2px solid #000000;}
.floatright {float:right; margin: 0 10px 5px 10px;}
.floatleft {float:left;	margin: 0 10px 5px 5px;}
H2, H3, H4 {color: #000033;}
hr {height:2px;	width:75%; color: #000033;}
.tblbkgrnd_greydk {background: #000033;}
.tblbkgrnd_greydker {background: #CCCCCC;}
.tblbkgrnd_grey {background:#E8E8E8;}
#footer {
	font-size:.7em;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center; padding: 10px 0 10px 0;
}
#footer a:link {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #FFFFFF; text-decoration: underline;}
#nav {color:#FFFFFF; font-weight:bold; text-align:right; padding: 0 10px 0 0}
#nav a:link {text-decoration: none; color: #FFFFFF;}
#nav a:visited {text-decoration:none; color:#CCCCCC;}
#nav a:hover {text-decoration:underline; color:#FFFFFF;}

/* float left container */
#floatleft_container {
float:left;
display:block;
background:#FFFFFF;
border:3px solid #000066;
margin: 0 15px 20px 10px;
padding: 15px;
}
 
/* end float left container */

/* float right container */
#floatright_container {
	float:right;
	display:block;
	background:#CCCCCC;
	border:3px solid #000033;
	margin: 0 15px 20px 15px;
	padding: 15px 15px 10px 15px;
} 
/* end float right container */

.listUL {font-size:.8em; margin-right:15px;}
.listindent {left: 10px; margin-right:15px;}
.listOL {font-size:.8em; margin-right:15px;}
.listdisc {font-size:.8em; list-style:disc;}