@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial;
    color: #021167;
    font-size: 90% ;  

}

#position {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	z-index:2;
	overflow: hidden;
	}
#flashcontent {
    position:relative;
    width:150px;
    height:420px;
    z-index:3;
	margin-top: -455px;
	margin-left: 10px;
    }
#scrollcontent {
    position:relative;
    width:600px;
    height:420px;
	margin-top: -420px;
	margin-left: 195px;
    overflow:auto;
    overflow-x:hidden;  
    z-index:2; }	


#Form {
	position:relative;
	height:400px; 
	width:600px;
	margin-top: -400px;
	margin-left: 170px;
}

#BenMap {
	position:relative;
	width: 550px;
	height: 350px;
	margin-top: -385px;
	margin-left: 200px;
	border-style: solid;
	border-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: #01A54E;
	z-index:2;
	
	}

#maincontent{
    position:relative;
    margin-top: -415px;
	margin-left:  175px;
	height:425px; 
	width:600px;
    z-index:2;
	font-size: 1em; 
    color: #021167;

}
 

  .h1{ font-size: 1.2em; }
  .h2{color: #01A54E;}
  .h3{text-indent: 1.0em;}
  .h4{ font-size: 1.2em; color: #01A54E;}
