@charset "utf-8";

body { 
background-color:#00172e; 
background-image:url('pics/keys.jpg');
background-repeat:no-repeat;
background-position:center top;
background-attachment:fixed;
padding: 0px;
margin: 0px;
}


a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:active {color: #ffffff;}
a {text-decoration: none;}


a.bg:link {color: #011428; font-size: 12px; background-color: #ffffff; padding:3px; }
a.bg:visited {color: #011428; font-size: 12px; background-color: #ffffff; }
a.bg:hover {color: #011428; font-size: 12px;background-color: #ffffff; }
a.bg:active {color: #011428; font-size: 12px; background-color: #ffffff; } 


.bodyText {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
}


.bodyText2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}


.headings {
font-size: 17px;
color: #73b8ff;
font-weight: bold;
}


.headings2 {
font-size: 19px;
color: #fff;
font-weight: bold;
}


.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;

}


.menuText {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ffffff;

}


img.floatLeft { 
float: left; 
margin: 7px; 
clear: both;
}


#bodyDiv {

clear: both;
float: left; 
width: 480px; 
height: 400px;  
margin-top:0px; 
margin-left:0; 
text-align: left; 
overflow: auto;

}



#foot {

clear: both;
background-color:#364655;
position:fixed;
height:42px;
width:100%;
bottom:0px;

filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;

}


