@charset "UTF-8";

body{
 font-family: Tahoma; 
 text-align: center;
 background-color:#FFFFFF;
 margin: 0px;
 padding-top: 0;
 background-image: url("../images/bodybg.png");
 background-repeat: repeat-y;
 background-position: 50% 50%;
}

div.header{
 width: 930px;
 height: 230px;
 margin-bottom: 1px;
 border: 0px solid; 
}

.menu{
width: 100%;
font-weight: bold;
margin-bottom: 3px;
border: 0px solid; 
}

.menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{
/*border: 1px solid #BBBBBB;*/
width: 100%;
background: url("../images/menubg.png") center center repeat-x; 
padding: 4px 0px 4px 0px;
margin: 0px 0px 0px 0px;
text-align: left; 
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 3px solid #DADADA;*/
}

.menu ul li a:hover, .menu ul li a.selected{
color: #FFFFFF;
background-color: #6495ED;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}

div.footer{
width: 930px;
height: 70px;
margin-top: 1px;
border: 0px solid;
}

a { text-decoration:none; }
a:link { color: #4B6673; }
a:visited { color: #4B6673; }
a:hover { color: #1E90FF; }
div.small {line-height:100%;}
table.small {line-height:100%;}

td.td1{
color: #6495ED;
border-right: 2px solid #6495ED;
padding-right: 10px;
font:normal 12px Verdana;
text-align: right;
font-weight: bold;
}

td.td2{
padding-left: 10px;
}

div.sitetracker{
text-align: right;
padding-right: 3px;
margin-top: 3px;
}

table.logint{
width: 100%;
line-height:100%;
margin-bottom: 3px;
border-top: 2px dotted #6495ED;
border-bottom: 2px dotted #6495ED;
}

td.loginttd1{
width: 16%;
line-height:100%;
color: #228B22;
font:normal 10px Verdana;
font-weight: bold;
text-align: right;
vertical-align:bottom;
}

td.loginttd1 a:link{
color: #FF1F94;
}

td.loginttd1 a:visited{
color: #FF1F94;
}

td.loginttd1 a:hover{ 
color: #FF8C00;
}

td.loginttd2{
width: 24%;
}
td.loginttd3{
width: 60%;
line-height:100%;
color: #228B22;
font:normal 12px Verdana;
font-weight: bold;
text-align: right;
}

td.loginttd3 a:link{
color: #FF1F94;
}

td.loginttd3 a:visited{
color: #FF1F94;
}

td.loginttd3 a:hover{ 
color: #FF8C00;
}

hr.hrtop{
color: #FF8C00;
}