/* Main CSS*/
html 
{
    /* trick to stop page shift when a scrollbar appears  */    
    padding: 0px;
    min-height: 101%;
    margin-bottom: 1px;    
}

body 
{
    font-family: arial, verdana, helvetica, sans-serif, sans;	
	background: #DDDDDD;
    padding: 0px;
    font-size: 12px;
}

a:link 
{
    color:#000099;
	text-decoration: underline;
}

a:visited
{
    color:#000099;
	text-decoration: underline;
}

a:hover 
{
    color: #CC0000;
	background-color: #E4E4E4;
	text-decoration: underline;
}

.announcement
{
	color: #444444;
	font-size: 9px;	
}

.announcement a
{
    color: #000099;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.announcement a:visited
{
    color: #000099;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.announcement a:hover
{
	color: #CC0000;
	background-color: #E4E4E4;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;	
}

h1 
{
    font-size: 13px;
	color: #00245D;
}

h2 
{
	font-size: 13px;
	color: #D11242;
}

table 
{
    border-style: none;    
}

form 
{
    margin-top: 0px;
    margin-bottom: 0px;
}

input
{
    font-size: 10px;
}

select 
{
    padding: 0px;
    font-size: 9px;    
}

iframe 
{
    border-width: 1px;
}

#outer 
{
	background: #FFFFFF;		
    /*width: 795px;*/	
    /*margin: 3px auto;*/
}

#hdr 
{    
	color: #FFFFFF;      	
    font-size: 11px;
    font-weight: bold;
    padding-top: 80px;  
    /*border-bottom: solid 1px #00245D;*/
}

#hdrlinks
{   
	padding-left: 160px;
	background: #00245D;
	border-bottom: solid 2px #00245D;
}

#hdrlinks a
{    
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#hdrlinks a:hover
{
    background: #00245D;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav 
{
    float: left;
    width: 130px;
	height: 300px;
    padding-left: 15px;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    text-align: left;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
}

#scrollcontainer
{
	position: relative;
	width: 200px; /*marquee width */
	height: 200px; /*marquee height */
	/*background-color: white;*/
	/*overflow: hidden;
	border: 0px;
	padding: 0px;
	padding-left: 0px;*/
}

.submitbutton 
{
    font-family: arial, verdana, helvetica, sans-serif, sans;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #00245D;
    color: #00245D;
    background-color: #FFFFFF;
}

.buttonhref 
{
    font-family: arial, verdana, helvetica, sans-serif, sans;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #00245D;
	color: #00245D;
    background-color: #FFFFFF;
	padding: 1px;
}

.buttonhref a 
{
    text-decoration: none;
	color: #00245D;
}

.buttonhref a:hover 
{
    text-decoration: none;
	color: #00245D;
}

.buttonhref a:visited 
{
    text-decoration: none;
	color: #00245D;
}

/*#popupbox 
{    
    margin-left: 0;    
    margin-top: 2px;
    padding-top: 2px;
    padding-left: 0;
    width: 200px;
    height: 220px;
    position: absolute;
    background: #FFFFFF;
    border: solid #00245D 1px;
    z-index: 9;
    visibility: hidden;
}*/

#cont 
{    
    /*width: 575px;
    padding: 1em;*/
	padding-top: 15px;
	padding-left: 160px;
	/*padding-right: 15px;*/
	background: #FFFFFF;
 }

#ftr 
{    
    clear: both;
	color: #FFFFFF;
	background: #00245D;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #00245D;
}

#ftr a
{    
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

#ftr a:hover
{
    background: #00245D;
	color: #00245D;
	background: #FFFFFF;
	text-decoration: none;
}

#home-images
{    
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	width: 206px;
    font-size: 10px;		
}

#leftImg
{
	float: left;
	padding: 0 5px 5px 0;
}

#rightImg
{
	float: right;
	padding: 0 0 5px 5px;
}

/* menu style information -
menu implementation based on :
http://javascript-array.com/scripts/simple_drop_down_menu/ */

#menu
{	
    margin: 0;
	padding: 0;	
}

#menu li
{	    
	list-style: none;
	float: left;
	font: bold 11px arial
}

#menu li a
{	
    display: block;	
	padding: 1px 0 0 5px;
	border-bottom: 1px solid #808080;
	width: 12em;
	height: 16px;
	background: #00245D;
	color: #FFF;
	text-align: left;
	text-decoration: none
}

#menu li a:hover
{	    
	background: #D11242;
}

#menu div
{	
    position: absolute;	
	visibility: hidden;
    margin-top: -2em;	
    margin-left: 11em;	
	background: #00245D;
	border: 1px solid #808080;
}

#menu div a
{	
	padding: 1px 5px 0 5px;
	/*width: auto;*/
	height: 16px;	
	text-align: left;
	text-decoration: none;
	background: #DDDDDD;
	color: #00245D;
	font-size: 11px;
}

#menu div a:hover
{	    
	color: #FFFFFF;
}
