/* CSS Document */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #001645 url(images/background.jpg) no-repeat fixed center center;
    margin:0;
    padding:0;
    height:100%;
    border:none;
 }
 
td img {display: block;}

#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #273756;
}

.blackborder {
	border: solid 1px black;
}

.bigblue {
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}

.mediumblue {
	font-size: 15px;
	color: #000066;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.white {
	color: #FFFFFF;
}

.mediumwhite {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}