body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color:#000000;
	margin:0px;
	padding:0px;
	background:#D2E6DF;
	text-align:center;
}



/*** HEADER ***/
#header {
	height:165px;
    width:600px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}


#wrap {
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	width:600px;
	text-align:left;
}


#content_text {
	position: relative;
	margin:0px;
	padding:0px;
	width:600px;
	
}


#content_text h1 { 
	font-size: 14px;
	line-height: 2em;
	color:#005838;
	margin:0px;
	padding:0px;
	padding-left:6px;
	margin-bottom:10px;
	
	background-image:url(images/h1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

#content_text h2 { 
	font-size: 14px;
color:#00502F;
font-weight:bold;
line-height:1.2em;

}
#content_text h3 { 
	font-size: 12px;
color:#00502F;
font-weight:bold;
line-height:1.2em;

}
#content_text h4 { 
	font-size: 20px;
color:#00502F;
font-weight:bold;
line-height:1em;

}
#content_text h5 { 
	font-size: 14px;
color:#00502F;
font-weight:bold;
line-height:1em;
}
#content_text h6 { 
	font-size: 13px;
color:#00502F;
font-weight:bold;
line-height:1em;
}


#content_text a { 
	color: #005838; 
	text-decoration: underline; 
	
}

#content_text a:hover { 
	color: #000000; 
	text-decoration: underline; 
}


#content_text img {
	border: 0px;
	padding: 0px;
}


#content_text img a{
	border: 0px;
}

#content_text table { 
	font-size: 12px;
	line-height: 1.6em;
	color:#000000;
}


#left {
padding:10px;
}
#right {
padding:10px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:39px;
	width:600px;
}


