body {
	background: #80a59d;
	}
	
a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border: 0;
	}

#headerbar {
	width: 640px;
	margin: 0px auto;
	padding: 0px;
	}
	
#headerlogo {
	float: left;
	width: 270px;
	height: 90px;
	}
	
#headertext {
	float: right;
	/* position: relative; 
	top: 10px; */
	height: 90px;
	/* line-height: 0.75em; */
	padding 0px;
	text-align: left;
	color: #ffffff;
	}

#headertext a {
	color: #ffffff;
	}
	
#headertext1 {
	font-family: "Georgia", "Serif";
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	}
	
#headertext2 {
	font-family: "Georgia", "Serif";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	}

#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	height: 20px;
	width: 100%;
	padding: 0px;
	background: #286a51 url(/images/navbargreen.gif) top repeat-x;
	}

#menubar {
	margin: auto;
	height: 14px;
	width: 640px;
	padding: 3px 0px;
	}

#breadcrumbs {
	float: left;
	font-family: "Lucida Sans" "Arial" "Sans";
	font-weight: bold;
	font-size: 14px;
	color: #80a59d;
	line-height: 1em;
	}
	
#breadcrumbs a {color: #80a59d;}
#breadcrumbs a:hover {
	color: #ffffff;	
	text-decoration: none;}

#menuitem {
	float: left;
	font-family: "Lucida Sans" "Arial" "Sans";
	font-weight: bold;
	font-size: 14px;
	padding: 0px 3px;
	color: #80a59d;
	line-height: 1em;
	}

#menuitem a {color: #80a59d;}
#menuitem a:hover {
	color: #ffffff;
	text-decoration: none;}

#bodyarea {
	position: absolute;
	top: 116px;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	background-color: #ffffff;
	border-top: 2px solid #286a51;
	border-bottom: 2px solid #286a51;
	}
	
#mainbox {
	width: 600px;
	padding: 10px 20px;
	text-align: justify;
	margin: auto;
	background: #ffffff;
	font-family: "Georgia" "Serif";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	}
	
#mainbox a {color: #286a51;}
	
#mainbox h1 {
	font-family: "Lucida Sans", "Verdana", "Sans";
	font-size: 24px;
	font-weight: bold;
	color: #2174b2;
	}

#mainbox h2 {
	font-family: "Lucida Sans", "Verdana", "Sans";
	font-size: 18px;
	font-weight: bold;
	color: #286a51;
	}

#mainbox h3 {
	font-family: "Lucida Sans", "Verdana", "Sans";
	font-size: 18px;
	font-weight: normal;
	color: #2174b2;
	}
	
#bigbutton {
	float: left;
	width: 138px;
	padding: 6px;
	font-family: "Lucida Sans", "Verdana", "Sans";
	font-weight: bold;
	color: #2174b2;
	text-align: center;
	}

#bigbutton a {color: #2174b2;
	text-decoration: none;}

#pagefooter {
	width: 640px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Sans", "Verdana", "Sans";
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	}

#pagefooter a {
	color: #ffffff;
	}
	

