/* CSS Document */

body {
	background: #800000;
	font:Arial, Helvetica, sans-serif;
	width: 800px;
}

/*content*/
h2 {color:#FFFFFF; text-align:center}

#icontent {
	position:absolute;
	left: 200px;
	top: 30px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../hurbullet.gif);
	background-color: #800000;


}
#content {
	position: absolute;
	left: 100px;
	top: 46px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#content H1   {font-size:30px; float:right; text-align: right; font-family: Courier New, Courier, Monospace; color: white; letter-spacing: 1em; border-bottom: thin solid white; width:600px;}
#content H2 {float:right; text-align: right; font-family: Courier New, Courier, Monospace; color: white; letter-spacing: 1em; width:600px; padding-bottom: 10px; font-size:24px;}
#content table {
	width: 600px;
	line-height: 150%;
}
.white {
	background-color:#FFFFFF;
	color:#000000;
	width: 685px;
	height:auto;
	padding-left: 15px;
	margin-top: -10px;
	margin-left:0px;
font-size:16px;
}
#contentw {float:left;}
#contentw H1   {text-align: right; font-family: Courier New, Courier, Monospace; color: white; letter-spacing: 1em; border-bottom: thin solid white; }
#contentw H2 {text-align: right;font-family: Courier New, Courier, Monospace; color: white; letter-spacing: 1em; }
#contentw H3 {text-align: right;font-family: Courier New, Courier, Monospace; color: white;}
#contentw table {
	margin-bottom: 50px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: right;
	width: 70%;
	float: right;
	border: none;
}
#contentw th {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #800000;
	text-align: center;
	
}


/* BEGIN Navigation Style */
 #navcontainer { margin-top: 30px;
	width: 180px;
	float:left;
	background-color: maroon;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size:14px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: maroon;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e9c1c1;
color: maroon;
}

/* END Navigation style */
.maroonborder {
	border: thin solid #800000;
}
