* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-align: center;
	color: #568156;
	background: #FFC7F5;
}

h3 {
	height: 40px;
	font: bold 15px/40px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #36B351;
	background: #7CE28A url(images/h3.gif) no-repeat top;
}

h4 {
	padding: 0 15px 15px 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #DEF4E3;
}

p {
	padding: 5px 0;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #568156;
}

#right p {
	clear: both;
}

a {
	color: #6286DE;
	text-decoration: underline;
}

a:hover {
	color: #6286DE;
	text-decoration: none;
}

#main {
 	margin: 0 auto;
	padding: 30px 0;
	width: 900px;
	text-align: left;
	background: White;
}

#top {
   margin: 0 30px 12px 30px;
	width: 840px;
	height: 202px;
	background: #5797DE url(images/top.jpg) no-repeat top;
}

#top h1 {
   margin: 0 594px 0 0;
   padding: 70px 0 0 0;
	font: 24px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: White; 
}

#top h2 {
   margin: 0 594px 0 0;
   padding: 0;
   font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align: center;
	color: White;
}

#middle {
	margin: 0 30px 12px 30px;
	width: 840px;
	background: #57DE72;
}

#middle_top {
	width: 840px;
	height: 20px;
	background: url(images/middle_1.gif) no-repeat top;
}

#middle_mid {	
	padding: 0 20px;
}

#middle_bot {
   clear: both;
	width: 840px;
	height: 20px;
	background: url(images/middle_2.gif) no-repeat bottom;
}

#menu_1 {
	float: left;
	width: 232px;
	background: #2DAE47 url(images/menu.gif) repeat-y;
}

#menu_2 {
   background: url(images/menu_2.jpg) no-repeat top;
}

#menu_top {	
   min-height: 240px;
}

#menu_left {  
   float: left;
	width: 1px;
	height: 240px; 
	overflow: hidden;	
}

#menu_right {
   float: right;
	width: 226px; 
	text-align: right;		
}

#menu_right ul {
	list-style: none;
	padding: 25px 0 14px 0;
}

#menu_right ul li {
   display: block;
   padding: 0 30px 0 5px;    
} 

#menu_right ul li a {
   font: bold 16px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

#menu_right ul li a:hover {
   text-decoration: none;
	color: #9FE69F;	
}

#menu_right ul li a.active {
	font-size: 19px;
	text-decoration: none;
	color: #9FE69F;	
}

#menu_bot {
	clear: both;
	height: 11px;
	overflow: hidden;
	background: url(images/menu_3.gif) no-repeat;
}

#right {
	float: right;
	width: 548px;
	text-align: justify;	
}

#bottom_1 {
	margin: 0 30px 0 30px;
	width: 840px;
	background: #5797DE url(images/bottom.gif) repeat-y top;
}

#bottom_2 {
	background: url(images/bottom_2.gif) no-repeat bottom;
}

#bottom_3 {
   padding: 31px 0;
	background: url(images/bottom_3.gif) no-repeat top;
}

#bottom_3 p {
	margin: 0 46px 0 272px;
	font: 10px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #F0FFFF;	
}

#bottom_3 a, #bottom a:hover {
	color: #F0FFFF;
}

img.left {
	float: left;
	margin: 0 10px 10px 10px;
}
