body /* for ie6 and below */ { font-size: 90%; color: black; margin: 0; padding: 0; background-color: black; }
html>body /* for all other browsers */ { font-size: 12px; background-color: black; }
body, form, p, br, td, blockquote { font-family:  Verdana, Arial;   }
h1 {  font-size: 1.3em; line-height: 0.875em; margin-top: 0.5em; margin-bottom: 0.5em; color: #00678f; }
h2 { /* 18px */ font-size: 1.285714em;  font-weight: normal; color: #3a3939;  }


/* links */

.content {
width: 800px;
background-color: white;
margin-top: 0;
/*padding: 20px; 20px; 20px; 20px;*/
height: 1070px;
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


div.contentleft {
width: 470px; margin-right: 10px; margin-left: 10px;
font-size: 12px;
}

div.contentleft img {
padding: 0;
border: solid 1px #00678f;
}

div.contentright {
width: 310px;
margin-right: 10px;
float: right;
}

div.strap {
clear: both;
padding: 10px 10px 10px 10px;
font-size: 14px;
}

div.newssection {
margin-top: 10px;
margin-bottom: 10px;
border: solid 1px #00678f;
clear: both;
padding: 5px 5px 5px 5px;
overflow: auto;
width: 100%;
}

div.news { 
float: right;
width: 280px;
margin-left: 5px;
margin-right: 5px;
}

div.news1 { 
width: 280px;
margin-left: 5px;
margin-right: 5px;
}

div.news2 { 
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
border-bottom: solid 1px #d1d1d1;
height: 220px;
}

img.news {
width: 100px;
margin-right: 5px;
float: left;
}

div.newssection2 {
margin-bottom: 10px;
border: solid 1px #00678f;
clear: both;
padding: 0px;
}

div.newsheading {
background-color: #00678f;
padding: 5px 5px 5px 5px;
font-size: 12px;
font-weight: bold;
color: white;
}

div.newsheading a {
color: white;
text-decoration: none;
}
div.newsheading a:hover {
color: #00aeef;
}

img.newsbutton {
border: none;
margin-right: 5px;
height: 14px;
width: 8px;
}

div.pagecontent {
clear: left;
}

span.headline {
font-weight: bold;
font-size: 14px;
}

div.pageleft {
clear: left;
float: left;
font-size: 12px;
width: 220px;
height: auto;
margin-top: 10px;
}

div.pageleftheader {
background-color: #00678f;
padding: 5px 5px 5px 5px;
font-size: 12px;
font-weight: bold;
color: white;
}


div.pageleft ul {
clear: left;
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-type: none;
}

div.pageleft ul li {
display: block;
background: #C3E9FB;
padding: 5px 5px 5px 5px;
margin-top: 2px;
}

div.pageleft ul li.on {
color: #00678f;
font-weight: bold;
border-right: solid 3px #00678f;
}
div.pageleft ul li:hover {
background: #00aeef;
color: white;
}

div.pageleft ul li a {
color: #00678f;
text-decoration: none;
}
div.pageleft ul li:hover a {
color: white;

}



.pageright {
width: 680px;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}

div.splash {

padding: 0;
width: 100%;
margin: 0;
height: 100%;
}

div.splashpagebox {

background: white;
margin: 0 auto; position: relative; z-index: 0; 
border: solid 1px black;
margin-top: 20px;
overflow: auto;
height: auto;
width: 830px;
}

div.righttop {
float: right;
padding: 1px;
width: 620px;
margin-top: 1px;
}

div.righttop img {
border: solid 1px #00678f;
width: 616px;
margin-bottom: 0px;
}

div.leftbar {
text-align: center;
width: 204px;
}

div.leftbar img {
clear: both;
margin: 5px;
}

div.rightbottom {
clear: right;
float: right;
padding: 1px;
}

div.rightbottom img {
border: solid 1px #00678f;
margin: 0px;
padding: 0px;
}

table.icons {
margin: 0;
padding: 0;
border: none;
}


table.icons td.image {
padding: 0px;
margin: 0px;
}

table.icons td.strap {
background: #00678f;
color: white;
font-weight: bold;
text-align: center;
padding-right: 2px;
padding-top: 6px;
padding-bottom: 6px;
margin: 0px;
}

table.icons td.label {
background: #00678f;
color: white;
text-align: center;
padding-right: 2px;
padding-top: 4px;
padding-bottom: 4px;
margin: 0px;
font-weight: bold;
}

div.enter {
background: #00678f;
color: white;
text-align: center;
padding: 10px;
font-weight: bold;
font-size: 14pt;
margin-top: 24px;
margin-left: 5px;
}


/* centering */
.center /* centers fixed width column, used for footer, header and content */ { margin: 0 auto; position: relative; z-index: 8000; width: 800px; }
