body 	{
     	text-align: center;
       	padding: 0;
     	background-color: #000;
		color: #003399;
		margin-top: 3px; 
		font: 0.9em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
		}

		
#wrapper {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	color: #003399;
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: repeat-y;		
}
		
		
#header {
    	width: 800px;
		height: 114px;
    	background-image: url(../images/header.jpg);
     	background-repeat: no-repeat;    
		background-position: 0 0;
		margin: 0px;
		}
	
#leftmenu {
		width: 319px;
		background-image: url(../images/circle.jpg);
		background-repeat: no-repeat;    
		background-position: 0 0;
		margin: 0px;
		padding-left: 5px;
		float: left;	
		padding-top: 5px;
		}
	
	
#content {
		margin-top: 15px;
		float: right;
		width: 471px;
		padding-right: 5px;
		}
	
#topmenu {
		float: right;
		width: 461px;
		text-align: right;
		border-bottom: #003399;
		}

#footer{
	width: 790px;
	background-color: #003399;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-y;
	padding: 2px;
		}
	
	
	
	a:focus, a:link, a:visited {
color : #003399;
background: none;
text-decoration: none;	

}
a:hover{
color : #fff;
background: #003399;
text-decoration: none;	
}
	
	
	
	
a.topmenu:focus, a.topmenu:link, a.topmenu:visited {
color : #003399;
background: none;
text-decoration: none;	
margin: 5px;
padding: 5px;
}
a.topmenu:hover{
color : #fff;
background: #003399;
text-decoration: none;	
margin: 5px;
padding: 5px;
}
a.topmenu_active:focus, a.topmenu_active:link, a.topmenu_active:visited {
color : #fff;
background: #003399;
text-decoration: none;
margin: 5px;
padding: 5px;
}
a.topmenu_active:hover{
color : #003399;
background: none;
text-decoration: none;
margin: 5px;
padding: 5px;
}

.wireframemenu{
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 170px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 0.9em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
padding: 2px 1px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #003399;
text-decoration: none;
border-bottom: 1px solid #003399;
}

.wireframemenu a:visited{
color: #003399;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #003399;
color: #fff;
}	
	
img {
	border: 2px solid #0033cc;
	}
	
hr {
	color: #0033cc;
	}
