body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #004E61;
	margin:20px;
}

h1 {
	font-size: 15px;
	color: #004E61;
	margin: 0px 0px 10px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	color: #004E61;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 10px;
	color: #004E61;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
}
/*************** navigation styles ******************/
.navigation {
	padding: 8px 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.navigation a:link, .navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:hover{
	color: #9ED8B0;
	text-decoration: none;
}
/*************** whitebox styles ******************/

.whitebox_left {
	width: 380px;
	background-color: #FFFFFF;
}
.whitebox_text {
	color: #000000;
	padding: 20px;
	line-height: 18px;
	font-size: 12px;
}
.whitebox_text p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.whitebox_text a:link, .greenbox_textsm a:visited {
	color: #004E61;
	text-decoration: underline;
}

.whitebox_text a:hover{
	color: #00829B;
	text-decoration: underline;
}	

/************** greenbox styles ****************/
.greenbox_right {
	padding: 20px;
	width: 280px;
	background-color: #9ED8B0;
}

.greenbox_text {
	color: #004E61;
}

.greenbox_text p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.greenbox_text a:link, .greenbox_text a:visited {
	color: #004E61;
	text-decoration: underline;
}

.greenbox_text a:hover{
	color: #00829B;
	text-decoration: underline;
}

.greenbox_subtext {
	color: #004E61;
	font-size: 9px;
}

.greenbox_subtext a:link, .greenbox_subtext a:visited {
	color: #004E61;
	text-decoration: underline;
}

.greenbox_subtext a:hover{
	color: #00829B;
	text-decoration: underline;
}
/*************** bluebox styles ******************/
.bluebox_bottom {
	padding: 15px 20px;
	background-color: #5ABFC6;
	line-height:14px;
}
.bluebox_bottom a:link, .bluebox_bottom a:visited {
	color: #000000;
	text-decoration: underline;
}

.bluebox_bottom a:hover{
	color: #004E61;
	text-decoration: underline;
}
.bluebox_bottom p {
	margin: 10px 0;
}
.bluebox_bottom hr {
	margin: 13px 0;
	}
/*************** credits styles ******************/
.credits {
	font-size: 9px;
	color: #999999;
	padding-top: 2px;
}

.credits a:link, .credits a:visited {
	color: #999999;
	text-decoration: underline;
}

.credits a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

