@charset "utf-8";


a:link {color:#55A4B1; text-decoration: none }
a:active { color: #55A4B1; text-decoration: none }
a:visited { color:#55A4B1; text-decoration: none }
a:hover { color: #55A4B1; text-decoration: underline}
 
#body {	background-color: #55A4B1;} 
  

#container {
	width:900px;
	height: 100%;
	top:0;
	margin:0 auto;
	text-align:center;
	position: relative;
	background-color: #B2D6DC;
	color:#333333;
	z-index:0;
}

#banner {
	position: absolute;
	top: 2px;
	width:900px;
	height:158px;
	left: 0px;
	z-index: 1;
	background-color: #B2D6DC;
 }
 
 #pageblock {
	position: absolute;
	top: 158px;
	width:700px;
	height:480px ;
	left: 200px;
	z-index: 1;
	background-color: #B2D6DC;
 }
  #leftblock {
	position: absolute;
	top: 158px;
	width:200px;
	height:480px ;
	left: 0px;
	z-index: 1;
	background-color: #B2D6DC;
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	color:#333333;
 }

#links {
	position: absolute;
	top: 158px;
	width:880px;
	height:26px;
	left: 13px;
	z-index: 3;
	background-color: #B2D6DC;
 
}
 

 #pagetext {
	position: absolute;
	left: 226px;
	top: 216px;
	width: 600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:14px;
	line-height:125%;
	z-index: 2;
 } 
 
 
