body{
	background-color: #016DB5;
	font-family: Georgia,Verdana,Helvetica,Arial,serif;

	margin: 0 auto;
	text-align: center;
}

h1,h2,h3,a{
	color: #016DB5;
	text-align: left;
}
p,ul,li{	text-align: left; line-height: 22px; }

#header{
	behavior: url(border-radius.htc);

	background-color: #00c164;
	*margin-left: 4px;
	*margin-top: 4px;
	*margin-right:-6px;
	-_margin-right: 6px;
	
	*margin-bottom: 10px;
	z-index: 0;
	height: 160px;
	*height: 144px;
	 -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;

}



#block{
	_position: absolute;
	_width: 789px;
	_top: 136px;
	_left:6;
	_height: 20px;
	_background-color: white;
	
}

#wrapper{
	behavior: url(border-radius.htc);
	position:relative;
	background-color: white;
	border: 5px solid #004976;
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    min-height: 500px;
	padding-bottom: 12px;

	
}

#content{
	behavior: url(border-radius.htc);
	z-index: 10;

	background-color: white;
	margin-top: -30px;
	margin-bottom: 30px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	*border-radius:20px;
	
	
}

#actualcontent{
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
}

.nope {display:none;}
