﻿html {background: #F4FBFF;}
body {width: 777px; margin: 0px auto; font-family: Arial; font-size: 12px; color: #111; line-height: 18px; background: #fff;}
table { border-collapse: collapse; }
a { color: #015D97; text-decoration: none;}
a:hover { color: #004F63; text-decoration: none;}
img {border: 1px solid #ccc; padding: 1px;}
h2 {padding: 4px 0px; margin-top: 6px; margin-bottom: 0px; font-size: 16px; color: #D82E16;}
form {margin: 0px; padding: 0px;}
button {width: 134px; height: 26px; border: 0; background: url(images/button.gif) no-repeat;}
.menubar {width: 170px; height: 29px; line-height: 29px; color: #fff; font-weight: bold; background: #004F63 url(images/menubar.gif) no-repeat; text-align: center;}
.menutophome {display: block; padding: 0px 12px; color: #fff; font-weight: bold; text-decoration: none; height: 29px; line-height: 29px; float: left;}
.menutop {display: block; padding: 0px 12px; color: #fff; font-weight: bold; text-decoration: none; height: 29px; line-height: 29px; background: url(images/split.gif) repeat-y; float: left;}
.menuleft {display: block; padding: 0px 12px; color: #333; font-weight: bold; text-decoration: none; height: 28px; line-height: 28px; background: #DEEAF0; border-bottom: 1px solid #fff;}
.menuleft:hover {background: #EAF7FE;}
.menubottom {padding: 0px 4px; color: #fff; font-size: 11px; text-decoration: none;}
.linktitle {color: #333; font-weight: bold; text-decoration: none;}

/*Menu pulldown*/
#dropmenudiv{
margin-top: 1px;
position:absolute;
border:1px solid #ccc;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DEEAF0;
}
/*Menu pulldown*/
