body{
	background: #000000;
	margin: 9px;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: White;
}

A:link{ color:#999999; text-decoration:none; }
A:hover{
	color: White;
	text-decoration: underline;
}
A:active{
	color: Maroon;
	text-decoration: none;
}
A:active:hover{
	color: White;
	text-decoration: underline;
}
A:visited{ color:#999999; text-decoration:none; }
A:visited:hover{
	color: White;
	text-decoration: underline;
}


#wrap{
width:800px;
margin-left:auto;
margin-right:auto;
}

#sidebar{
float:left;
text-align:center;
width:150px;
}

#container{
	width: 600px;
	margin-left: 160px;
	border-left: 1px solid Black;
}

#content1{
	width: 340px;
	padding: 20px;
	float: left;
	text-align: justify;
}

.content2{
padding:20px;
text-align:right;
}

h3{
	text-align: center;
	color: White;
	font-size: 14pt;
	font-weight: bolder;
}

h5{
	text-align: right;
	color: White;
	font-size: 14pt;
	font-weight: bolder;
}

h6{
	text-align: right;
	color: White;
	font-size: 9pt;
	font-weight: bold;
}

#title{
	height: 30px;
	margin-top: 20px;
	border-bottom: 1px solid Maroon;
	text-align: right;
	font-size: 10pt;
	letter-spacing: -1px;
	color: White;
	font-weight: normal;
}

#footer{
	text-align: justify;
	font-size: 10px;
	height: 30px;
	margin-top: 10px;
	border-top: 1px solid Black;
	text-transform: none;
}

 #navlist
{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background: Black;
	width: 13em;
}

h4{
	text-align: center;
	color: White;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1px;
	font: Arial, Helvetica, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top: 1px solid Black;
	text-align: right;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: Black;
	text-decoration: none;
}

#navlist li a:link {
	color: White;
	text-decoration: underline;
}
#navlist li a:visited {
	color: #999999;
	text-decoration: underline;
}

#navlist li a:hover
{
border-color: #FE3;
color: #666666;
background: #FFFFFF;
}

