<style type="text/css">

body{
           background-color: #fff;
           color: #000;
           font-family: Times, "Times New Roman", serif;
           font-size: .9em;
           font-weight: normal;
           font-style: normal;
           text-decoration: none;}

#header {
           background-color: #fff;
           margin-left: 230px;
           border-bottom: 0px #cfcfcf solid;}

#content {
           position: relative;}

#mainbody {
           background-color: #fff;           
           border-top: 0px #f00 solid;
           border-left: 0px #f00 solid;
           border-bottom: 0px #f00 solid;
           border-right: 0px #f00 solid;
           margin-left: 198px;}

#navbar {
           position: absolute;
           top: 0px;
           left: 0px;
           width: 198px;
           border-top: 1px #ccffd4 solid;
           border-left: 1px #ccffd4 solid;
           border-bottom: 1px #ccffd4 solid;
           border-right: 1px #ccffd4 solid;
		   margin-top: 210px;
		   background-color: #ccffd4;}

#badges {
           position: absolute;
           top: 0px;
           left: 0px;
           width: 198px;
           border-top: 0px #ccffd4 solid;
           border-left: 0px #ccffd4 solid;
           border-bottom: 0px #ccffd4 solid;
           border-right: 0px #ccffd4 solid;
		   margin-top: 210px;
		   background-color: #fff;}

h2{        color: #000000;
           font-family: Times, "Times New Roman", serif;
           font-size: 2em;
           font-weight: bold;
           font-style: normal;
           text-decoration: none;
		   margin-left: 240px;}

h3{        color: #000000;
           font-family: Times, "Times New Roman", serif;
           font-size: 1.7em;
           font-weight: bold;
           font-style: normal;
           text-decoration: none;
		   text-align: center;}

h3.hilite {
           color: #ff0000;
           font-family: Times, "Times New Roman", serif;
           font-size: 1.5em;
           font-weight: normal;
           font-style: italic;
           text-decoration: none;
		   text-align: center;}

h4 {
           color: #000000;
           font-family: Times, "Times New Roman", serif;
           font-size: 1em;
           font-weight: normal;
           font-style: italic;
           text-decoration: none;
           text-align: center;}

#footer {
           font-family: Times, "Times New Roman", serif;
           color: #000000;
           font-size: .5em;
           font-weight: normal;
           font-style: italic;
           text-decoration: none;}
		   
.contact{text-align: center;}

.disclaimer{
           color: #28BD24;
		   font-family: Times, "Times New Roman", serif;
		   font-size: 1em;
		   font-weight: normal;
		   font-style: italic;
		   text-decoration: none;
		   margin-left: 150px;}

a{
           color: #0ff;
           text-decoration: none;}

a:link, a:visited {
           color: #fc0703;
           /*display: block;*/
           text-decoration: none;}

a:hover{
           text-decoration: underline;
           font-weight: bold;
           font-style: normal;
           color: #ff0000;}

a:active {
           color: #01e801;
           text-decoration: none;}           
  </style>

