body {background-color:	#336699;}



.text {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-style:normal;
}

.header {
font-family:"Book Antiqua", "Times New Roman", serif;
font-size:24px;
color:#6789ae;
border-bottom:thin;
border-bottom-color:#000000;
}

h2 {
font-family:"Book Antiqua", "Times New Roman", serif;
font-size:24px;
color:#6789ae;
border-bottom:thin;
border-bottom-color:#000000;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.header-top {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
text-decoration:none;
border-bottom:none;
}

.header2 {
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color: #FFFFFF;
font-weight: 500;
text-decoration:none;
border-bottom:none;
background-color:#000000;
}

a:link {
color:#336699;
text-decoration:none;
}

a:visited {
color:#336699;
text-decoration:none;
}

a:active {
color:#999999;
text-decoration:none;
}

a:hover {
color:#999999;
text-decoration:none;
}



/* ---- MENU STYLES ---- */

<style type="text/css">

#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, sans-serif;
font-size: 14px;
background-color: #e1e7ef;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #e1e7ef;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #6789ae;
border-right: 10px solid #6789ae;
background-color: #6789ae;
color: #fff;
text-decoration: none;
width: 90%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #5c5c5c;
border-right: 10px solid #5c5c5c;
background-color: #5c5c5c;
color: #fff;
}

</style>

