<style type="text/css">
.test {
}
body {
background-color:  black;
color: black;
text-align: center;
margin: 0px;
}
#wrapper {
width: 990px;
padding: 0px;
margin: 0px auto;
height: auto;
text-align: left;
background-color:  #F3F6F5;
	border-left: thin dotted #FFFFFF;
}
div#header {
	left: 0px;
	top: 0px;
	height: 98px;
}
div#header2 {
	left: 0px;
	height: 25px;
	background: url('../images/head10b2.jpg') no-repeat fixed left;
}
div#navbar2 {
	height: 12px;
	width: 990px;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	line-height: 20px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	background-color: #3B4B4B;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}
div#navbar2 li a:link {
    color: red:
}
div#navbar2 li a:visited {
    color: #FFFFFF;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #AAE7E4;
    background-color: #000000;
}
#rightcol {
padding: 0px 10px 0px 10px;
height: auto;
width: 400px;
float: right;
font-size : .9em;
font-weight: bold;
  font-family : Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
background: url('../images/demo10right.jpg') no-repeat;
}
 #content {
height: auto;
width: 525px;
margin : 0px 10% 4px 2%;
padding : 0px 0px 0px 0px;
font-size : .9em;
font-weight: bold;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
}

.box{
	width: 270px
	border: solid green 2px;
	font-weight: bold;
	background-color: #FDE078;
}
table {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}
td{
	border-left: thin dashed #E5E5E5;
} 
div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 0em;
font-weight: normal;
}
div#content h3
{
font-size: 1.5em;
color: #000090;
margin: 0;
padding-top: 0em;
font-weight: bold;
}
div#content h4
{
font-size: 1.2em;
color: #CCA62E;
margin: 0;
padding-top: 0em;
font-weight: bold;
}
div#content { line-height: 150%; }
#cleardiv
{
clear: both;
}
div#footer
{
	clear: both;
	background-color: #515151;
	padding: .5em 1em;
	text-align: center;
	font-size: .6em;
	font-weight: bold;
	color: white;
}
#navlist {
	position: relative;
	left: 0px;
	top: 0px;
	width: 120px;
}
#navlist p {
	font-size: .9em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	border-left:1px solid #ddd; border-right:1px solid #000; border-top:1px solid #ddd; border-bottom:1px solid #000; display: block;
	background-color: #01FFFF;
	background-repeat: no-repeat;
	background-position: 0% 50%; padding-left:0px; padding-right:0px; padding-top:1px; padding-bottom:1px
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #012B55;
	/*background-image:  url('../images/l3_down.jpg');*/
	/*background-image:  url('../images/l3_over.jpg');*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF
}
</style>