
body {	
	background-color: #1a3062;
	text-align: center;
	font-size: 10pt;
	font-family: arial, Trebuchet, Verdana, sans-serif;
	color: #000000;	
	}

#wrapper 
{
    background-color: #a6a7ab;			
	width: 800px;
	min-height: 620px;
	margin-left: auto;
	margin-right: auto;	
	border: solid 3px #676765;    		
	}
* html #wrapper { 
    height: 620px;
    }    

#header {
    background-color: #FFFFFF;
	position:relative;	
	height: 140px;
	width: 800px;	
	border: solid #676765;
    border-bottom-width: 3px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
	}

#logo {	
	position: absolute;	
	left:46px;
	top:15px;
	z-index: 2;
	height: 120px;
	width: 440px;
	background: url("../media/images/wac_logo2.gif");
	background-position: top left;
	background-repeat: no-repeat;	
	border: 0px solid #000000;		
	}

#header_text
    {   
    position: absolute;    	      
	right:60px;
	bottom:20px;
	z-index: 2;
	height: 90px;
	width: 220px;	
	border: 0px;
    }	

#container 
    {
        
    }

#sidebar 
{    
    float: left;		
	width: 192px;
	height:480px;
	color: #252525;
	background-color: #a6a7ab;
	border:solid 0px #ffffff;	   
}

#sidebar_text
    {	
	width:190px;
	height:170px;
		
    }

#menu { 			
	height:260px;
	width:190px;
	color: #7D7E80;	
	border: 0px; 
	text-align:left;
	}			
.menu /* for firefox centering of server control*/
    {
    margin-left: auto;
	margin-right: auto;
    }

#menu_control 
    {
    text-align:left;    
    }
 
#content    
{   
    position: relative;
    margin:10px 10px 10px 10px;    
    line-height: 140%;
    text-align: left;
    font-size: 9pt;	
	width: 580px;
	color: #252525;
	background-color: #a6a7ab;
	border: solid 0px #ffffff;
	float:right;
	min-height:440px;
		        
}
* html #content { 
    height: 440px;
    } 

#fade 
    {
    float: right;
    margin:5px 5px 5px 5px;
    border:solid 1px black;
    }
 


#map
    {
    position: relative;
    }
    
#footer 
{      	
	/*border: solid 1px black;*/	
	position: relative;
	clear:both;
	width: 800px;
	height: 40px;
	font-size: 8pt;
	font-family: Microsoft Sans Serif,Verdana,arial,sans-serif;		
	}
	
a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	color: #404040;
	}


#footer a {
	display: inline;
	text-decoration: none;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
	color: #000000;
	font-weight: bold;
	}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	
	}

#menu a {
	text-decoration: none;
	font-family: verdana,arial,sans-serif;
	/*font-weight: bold;*/
	}

#menu a:hover {
	color: #000000;
	}
