html{
	width:100%;
	height:100%;
}
body{
    height:auto;
	width:auto;	
    margin:0px;
	color:#FFFFFF;
	background-color:#5C9708;		
}

#page{
	clear: both;
	width: 100%;	
	height:730px;	
	margin:0px;	
	border-top:1px solid white;	
	font:  Arial;
}

#pageHeader{    
	clear:both;
	width: 100%;	
	height: 40px;	
	vertical-align:middle;
    font-family:  Arial;
    font-size: 16px;
	background-color:#01040F;
	
	
}

#menuSection{    
	clear:both;
	width: 100%;	
	height: 15px;	
	vertical-align:middle;
    font-family:  Arial;
    font-size: 16px;	
	background-image:  url(../images/map_heading.gif);	
}

#profileArea{
	float:left;
	width:300px;
	height:625px;	
    text-align: left;
    font-family: Arial;    
	font-size: 13px;
	font-weight:bold;	
}

#mapArea{
	float: right;
	width:696px;
	height:350px;
    font-family: Arial;
    font-size: 10px;
}

#userTabViewArea{
	float: right;
	width:696px;
	height:110px;
    font-family: Arial;
    font-size: 10px;
	color:#000000;
	background-image:  url(../images/border-t1.png);	
}

#pageFooter{
	clear:both;
	width: 100%;
	height: 15px;
	border-bottom:1px solid white;
	vertical-align:middle;
    font-family: Arial;
    font-size: 9px;	
	background-image: url(../images/map_heading.gif);	
}

a:link { color: #FFFFFF;background-color:  #004400; }
a:visited { color:#FFFFFF;background-color: #004400;  }
a:hover { color:#004400; background-color: #ffffff }
a:active { color: #004400; background-color: #ffffff }

.nounderline a {
text-decoration:none
}