html {margin: 0; padding: 0; height:95%;}
body {margin: 0; padding: 0; background: #ffffff repeat-y url(images/bluecol.gif); height:95%;}
            /*** Image is 200px wide, and 20px high ***/
/*******************************************************************************
                       Positioning rules
*******************************************************************************/
div#header {width:100%; height:110px; margin-bottom:20px;border-bottom:1px solid #333;height:85px;}
div#left{float:left;text-align:center;width:200px;padding-top:2px;}
div#logo{position:absolute;left:225px;top:0;text-align:left;width:456px; 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: 190px;
color: #000;
padding: 20px 10px 10px 10px;
background-image: url(images/navbg.jpg); 
background-repeat: no-repeat;  
background-color: #C6D4DD;
height:390px;
}

#contentbox {
margin: 0 20px 0 220px;
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-attachment: fixed; background-image: url(images/navbg.jpg); background-repeat: no-repeat; background-position: left top; background-color: #C6D4DD}
.textbox {  background-color: #C6D4DD; width: 155px; font-size: 10px; color: #000000; border: 1px #000000 solid; font-weight: bold}
.goButton {  background-color: #C6D4DD; font-weight: bold; color: #000000; border: #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;width:28px;}
.nav {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align:left;}
.navsearch {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-align:left;margin-left:17px;}
.navsearchbox {  padding-bottom:5px;}
a.navi:link {  color: #FFFFFF; text-decoration: none}
a.navi:visited {  color: #FFFFFF; text-decoration: none}
a.navi:hover {  color: #FFCC00; text-decoration: none}
a.navi:active {  color: #FFCC00}
.navyearbox {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align:center; color: #FFFFFF; border:1px solid #fff; width:150px;margin-top:15px;margin-bottom:15px; padding:3px;}
.navButton {  background-color: #C6D4DD; 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: #C6D4DD; width: 125px; font-size: 10px; color: #000000; border: 1px #000000 solid; font-weight: bold }
a.foot:link {  color: #000066; text-decoration: none}
a.foot:visited {  color: #000066; text-decoration: none}
a.foot:hover {  color: #CC0000; text-decoration: none}
a.foot:active {  color: #FFCC00}
.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}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
H5 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000}
.textBold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; 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: 13px; font-weight: bold; color: #000000 }

