html
{
	background-color: #240000;
	color: white;
	padding: 0;
	margin: 0;
	border-width: 0;
	font-family: "Georgia", serif;
	height: 100%;
}
body
{
	margin:0;
	background-color: #240000;
	height: 100%;
}
h2
{
	color: #000099;
	font-weight:bold;
	margin:0;
}
h3
{
	color: #000099;
	font-weight:bold;
	margin: .2em 0;
}
p
{
	font-size: .8em;
	line-height: 1.6em;
	text-align: justify;
}
blockquote
{
	text-align: justify;
}
blockquote p
{
	font-size: .8em;
}

/* Hides from IE-mac \*/

* html #content {height: 1%;} /*fix for IE 6 displaying the page*/
/* End hide from IE-mac */

div#wrapper
{
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:transparent;
}
div#title
{
	background-color: black;	
	margin-bottom: 10px;
	height:240px;
	width:100%;
}
div#logo
{
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height:240px;
}
div#main
{
	padding-bottom:20px;
}
.roundedcornr_box_726423 {
   background: #ffffff;
}
.roundedcornr_top_726423 div {
   background: url("images/roundedcornr_726423_tl.png") no-repeat top left;
}
.roundedcornr_top_726423 {
   background: url("images/roundedcornr_726423_tr.png") no-repeat top right;
}
.roundedcornr_bottom_726423 div {
   background: url("images/roundedcornr_726423_bl.png") no-repeat bottom left;
}
.roundedcornr_bottom_726423 {
   background: url("images/roundedcornr_726423_br.png") no-repeat bottom right;
}

.roundedcornr_top_726423 div, .roundedcornr_top_726423, 
.roundedcornr_bottom_726423 div, .roundedcornr_bottom_726423 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
div#content
{
	position:relative;  /*needed or else text disappears on lytebox pages when you close lytebox in IE*/
	padding-left:20px;
	padding-right:20px;
	padding-top:0;
	padding-bottom:0;
	background-color: white;
	color: black;
}
div#footer
{
	width:575px; 
	height:140px; 
	margin-left:auto; 
	margin-right:auto;
}
div#tabs
{
	margin-bottom:-3px;
	/*margin-bottom:-4px; */
	padding-left:35px;
}
div#clear
{
	clear: both; /* needed or else navigation bar is messed up when window has a scrollbar. */
}
div.float_open
{
	float: left;
	margin: 8px 5px 0 8px;
	padding: 0;
}
div.float_open p
{
	font-size: small;
	margin: 0 0 1em 0;
	padding: 0;
}
div.float
{
	float: left;
	margin: 8px 0px 0 8px;
	padding: 0;
	height: 125px;
	width: 125px;
	text-align: center;
}
div.br
{
	clear: both;
}
img
{
	border-width: 0;
}
img.border
{
	border-width: 1px;
	border-color:#666666;
	border-style:solid;
	padding:5px;
}
img.border:hover
{
	border-color:#6699FF;
}
hr
{
	height: 1px;
	color: #000099;
	background-color: #000099;
	border-width: 0;
}
a.tab
{
	margin-right:10px;
}
li
{
	font-size: .8em;
	line-height: 1.6em;
	list-style-image: url("images/bulletclosed.gif");
}
a
{
	text-decoration: none;
	color: #339933;
}
a:hover
{
	color: #6699FF; 
}