<style type="text/css">
.test {
}
body {
background-color: #F3F4F6;
color: black;
text-align: center;
margin: 0px;
}
#wrapper {
width: 988px;
padding: 0px;
background: #FFFFFF url('none') repeat-y;
margin: 0px auto;
height: auto;
text-align: left;
background-color:#FFFFFF
}
div#header {
	left: 0px;
	top: 0px;
	height: 100px;
	border-bottom:medium solid #B707B9; 
}
#hnav {
 	margin-left : 190px;
	left: 190px;
	top: 41px;
	height: 54px;
	Width: 785px;
}

#leftnavigation {
  top:0;
  float: left;
  width : 120px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #B889B9;
  color : #000090;
  padding : 0px;
 }
#rightcol {
top: 0;
padding: 0px 0px 0px 0px;
height: auto;
width: 150px;
float: right;
font-size : .8em;
margin: 0px 0px 0px 0px;
}
 #content {
height: auto;
width: 640px;
margin : 0px 8% 4px 13%;
padding : 0px 0px 0px 0px;
font-size : .9em;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
}

.box{
	width: 270px
	border: solid navy 2px;
	font-weight: bold;
	background-color: #FFCF09;
}
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: #F3F4F6;
	padding: .5em 1em;
	text-align: center;
	font-size: .6em;
	font-weight: bold;
}
#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: #D5B3D6;
	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>