body
{
margin-top:30px;
font:normal 10pt arial, sans-serif;
}

table
{
font:normal 10pt arial, sans-serif;
}

#header
{
width:950px;
}

#header td
{
width:100%;
padding:5px;
}

#navigation
{
width:950px;
border-top: 10px solid #008EE7;
background: #C6D700;
height:40px;
}

#navigation td
{
width:100%;
padding:5px 5px 3px 5px;
}

#content
{
width:950px;
height:400px;
}

td.navigation
{
width:200px;
background: #C6D700;
}

td.content
{
padding:10px;
}

#footer
{
width:950px;
font:normal 9pt arial, sans-serif;
border-top: 10px solid #008EE7;
}

#footer td
{
color:gray;
padding-top:5px;
width:100%;
text-align:center;
}

#footer a
{
color:rgb(0,100,130);
text-decoration:none;
font-weight:bold;
}

#footer a:hover
{
color:rgb(0,150,180);
text-decoration:underline;
font-weight:bold;
}

a:link
{
color:rgb(0,100,130);
text-decoration:none;
font-weight:bold;
}

a:visited
{
color:rgb(0,100,130);
text-decoration:none;
font-weight:bold;
}

a:hover
{
color:rgb(0,150,180);
text-decoration:underline;
font-weight:bold;
}

hr
{
color:rgb(220,220,220);
background:rgb(220,220,220);
border:none;
height:1px;
}

/*** Vertical Navigation ***/

#hmenu{
border-bottom-width: 0;
width: 200px;
}

#hmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Arial, sans-serif;
}

#hmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 174px;
text-decoration: none;
color: white;
background-color: #1958b7;
border-bottom: 1px solid #90bade;
border-left: 17px solid #C6D700;
}

* html #hmenu li a{
width: 177px;
w\idth: 169px;
}

#hmenu li a:hover {
background-color: #0000AD;
}

#hmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% Arial, sans-serif;
}


input.prnxbutton
{
width:40px;
border:1px solid rgb(200,200,200);
color:rgb(106,106,106);
font: bold 8pt verdana, arial, sans-serif;
background:url(../images/silverbutton.gif);
}

div.cib
{
margin-top:3px;
margin-bottom:10px;
}

input.contactform
{
border:1px solid rgb(200,200,200);
font: 11px verdana, arial;
}

input.contactformbutton
{
height:30px;
border:1px solid rgb(200,200,200);
color:rgb(106,106,106);
font: bold 12px verdana, arial, sans-serif;
background:url(../images/silverbutton.gif);
}

span.red
{
color:red;
}

h1, h2, h3, h4, h5, h6
{
font-family: 'trebuchet ms', arial, sans-serif;
color:#08009C;
}

/*** Horizontal Navigation ***/

#vmenu
{
text-align:right;
}

#vmenu ul{
margin: 0;
padding: 0;
float: right;
font: bold 100% arial, sans-serif;
width: 100%;

}

* html #vmenu ul{ 
width: 99%;
}

#vmenu ul li{
display: inline;
}

#vmenu ul li a{
float: right;
color: black;
padding: 2px 12px;
text-decoration: none;
}

#vmenu ul li a:visited{
color: black;
}

#vmenu ul li a:hover{
color: black;
background: #E8F900;
}

