﻿charset "utf-8";
/* CSS Document */


/* The body element */
body {
	background-color: #ffffff;
}

/* The page title element */
#pageTitle {
	position:absolute;
	top:221px;
	width:929px;
	height:24px;
	background-color: #99EA9B;
	text-align:center;
}

	
/* The banner element */	
#banner {
	position:absolute;
	top:15px;
	width:865px;
	height:125px;
}

/* The navigation Bar */

#navigationBar {
	border:none;
	position:absolute;
	top:190px;
	width:930px;
	height:30px;
	background-color: #008C51;
}
	
/* Styles h2 */	
h3 {	font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		color:#008040;
		padding-top:1px;
		text-align:center;}

/* properties for the text*/
p {font-family:"Times New Roman", Times, serif;
font-size:18px}

/* properties for the bold text*/
b {color:#3FAF72}

/* properties for the unordered list*/
ul {font-family:Arial, Helvetica, sans-serif;
}

/* link properties */
a:link{color:#3FAF72}

/* mouseover properties */
a:hover {color:#008040}

hr {color:#CCCCCC}
