@charset "utf-8";
/* CSS Document */

body { 	
	background: 50% 0 #333333 url(bg2.jpg);
	text-align:center;
	padding: 0px;
	margin: 0px;

	font:"Courier New", Courier, monospace; color: #CCCCCC;
}

img {		border: 0px; 
			}

#all {
background: #044586;
	height:auto;
	width:770px;
	border:#FFFFFF solid;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	height:120px;
	width:770px;
	border-bottom:#FFFFFF solid;
	background:url(top22.gif);
	margin:0px;

}

#menu {
	float:left;
	height: auto;
	width:150px;
	margin-top: 15px;
	margin-left: 15px;

	}
#page {
	float: right;
	height: auto;
	width:556px;
	padding-left: 24px;
	padding-top: 24px;
	padding-bottom:24px;
	padding-right:24px;
	text-align: justify;
	border-left:1px ridge #FFFFFF;
	color: #FFFF33;
	}
	
#footer {
padding-top:2px;
clear:both;
border-top:solid #FFFFFF;
font-size: 12px;
	height:20px;
	width:770px;

}
 #footer a{
    color: #999999;
    text-decoration: none;
  }
  #footer a:hover{
    color: #CCCCCC;
	}

#menu ul {

	margin: 0px;

	padding: 0px;
}
#menu li {

	background: #003366 repeat-x top center; 

	display: block;

	padding: 10px 0px 8px 10px;
	width: 124px;
	line-height: 1.8ex;

	margin-top: 0px;
	margin-bottom: 8px;
	color: #172104;
	text-align: left;
	
}

#menu li:hover {

	background: #003366 repeat-x top center; 

	display: block;

	padding: 10px 1px 8px 11px;
	width: 124px;
	line-height: 1.8ex;

	margin-top: 0px;
	margin-bottom: 8px;
	color: #345082;
}


#menu li a:link { 
	font-weight: normal;  
	color: #FFFF33;
	text-decoration: none;
}


#menu li a:link:hover { 
	font-weight: normal; 
	color: #999999;
	text-decoration: none;
}

#menu li a:visited {
	font-weight: normal; 
	/*color: #2262a4; */
	color: #FFFF33;
	text-decoration: none;
}


