*{
margin: 0px auto;
padding: 0px;
}
html {
height: 100%;
margin: 0 0 1px;
padding: 0;
}

body{
font-family: "verdana"; 
font-size: 14px; 
color: #000080; 
background-color: #ffffff;
text-align: center;
font-style: normal;
height: 100%;
margin: 0 0 1px;
padding: 0;
}
td, tr, p, font {font-family: "verdana"; font-size: 14px; color: #000080;}
h1 {font-family: "verdana"; font-size: 22px; color: #000060;}
h2 {font-family: "verdana"; font-size: 18px; color: #000060;}
p.small {font-family: "verdana"; font-size: 12px; color: #000080;}
UL, OL {
   margin-left: 10px;
   font-style: normal;
}
LI {
   margin-bottom: 4px;
   margin-left: 18px;
}
img {
	margin:5px 5px 5px 5px;
}
img.left {
   float:left;
   margin:5px 5px 5px 5px;
}

a:active {text-decoration: none; color : #0075b8; font-weight: bold;}
a:active img {border-color: #ffffff;}
a:link {text-decoration: none; color : #11a2b4; font-weight: bold;}
a:link img {border-color: #ffffff;}
a:visited {text-decoration: none; color : #0075b8; font-weight: bold;}
a:visited img {border-color: #ffffff;}
a:hover {text-decoration: underline; color: #000063; font-weight: bold;}
a:hover img {border-color: #ffffff;}

#mainborder
{
margin-top: 0px;
width: 1000px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #ffffff;
background: #ffffff;
}
#headerlogo
{
text-align: left;
width: 1000px;
height: 174px;
background-image: url(./images/header.jpg);
overflow:hidden;
}
#mainbody
{
text-align: left;
width: 1000px;
padding-bottom: 8px;
float: left; 
margin-left: 0px;
margin-top: 0px;
border-width: 0px;
border-style: solid;
border-color: #ffffff;
padding-left: 0px;
padding-right: 0px;
background: #ffffff;
}
#mainbody:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#mainright
{
text-align: left;
float: right;
margin-right: 10px;
margin-top: 6px;
width: 750px;
padding-bottom: 3px;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

#mainleft
{
text-align: left;
float: left;
margin-left: 10px;
margin-top: 6px;
width: 200px;
padding-bottom: 3px;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

