html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; background: #ffffff repeat-y url(images/bluecol.gif);}
            /*** Image is 200px wide, and 20px high ***/
/*******************************************************************************
                       Positioning rules
*******************************************************************************/
div#header {width:100%; height:110px;}
div#left{float:left;text-align:center;width:200px;padding-top:2px;}
div#logo{position:absolute;left:220px;top:0;text-align:left;width:696px; padding-top:14px;}
div#right{float:right; margin-right:10px; width:129px;}
div#footer{clear:left;width:100%;margin-top:50px;margin-bottom:40px;text-align:center;}

div#leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 0px;
width: 180px;
color: #000;
padding: 10px;
}

#contentbox {
margin: 0 20px 0 210px;
padding: 10px;
background-color: #fff;     /*** This div has a background to cover the 2-tone body BG ***/
height:100%;
}

ul.nav {
  	padding-top:20px;
  	padding-left:20px;
  	margin:0;
	list-style-type: none;
}
ul.nav li {
  	margin-bottom:4px;
}
/*******************************************************************************
                     End of Positioning rules
*******************************************************************************/

.bg { background-color: #ADD0F8}
.textbox {  background-color: #ffffff; width: 155px; font-size: 12px; color: #000000; border: 1px #000000 solid; font-weight: normal}
.goButton {  background-color: #f9f9f9; font-weight: bold; color: #000000; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.nav {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.navButton {  background-color: #e9e9e9; height: 17px; width: 150px; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000066}
.droptbox { background-color: #ffffff; width: 125px; font-size: 12px; color: #000000; border: 1px #000000 solid; font-weight: normal }



a.navi:link {  color: #CC0000; text-decoration: none}
a.navi:visited {  color: #CC0000; text-decoration: none}
a.navi:active {  color: #CC0000}
a.navi:hover {  color: #FF9900; text-decoration: none}

a.foot:link {  color: #CC0000; text-decoration: none}
a.foot:visited {  color: #CC0000; text-decoration: none}
a.foot:active {  color: #FF9900}
a.foot:hover {  color: #FF9900; text-decoration: none}


.synnav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000066 ; font-weight: bold}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.textBold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000 }
.textRed { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000 }
.textbold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000 }
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}
