body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #418CB4;
}
a:link, a:visited, a:active {
	color: #d79a18;
	text-decoration: none;
}
a:hover {
	color: #d8c419;
	text-decoration: underline;
}
#preLoad {
	display: none;
}
#outerContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 96px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header a:link, #header a:visited, #header a:active {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #d8c419;
	text-decoration: underline;
}
#navBar {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	background-color: #58A822;
}
#navBar a:link, #navBar a:visited, #navBar a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#navBar a:hover {
	color: #d8c419;
	font-weight: bold;
	text-decoration: underline;
}
#navBar a.current:link, #navBar a.current:visited, #navBar a.current:active {
	color: #d8c419;
	font-weight: bold;
	text-decoration: none;
}
#navBar a.current:hover {
	color: #d8c419;
	font-weight: bold;
	text-decoration: underline;
}
#innerContainer {
	margin-top: 10px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/content_middle.jpg);
	background-repeat: repeat-y;
}
#contenttop {
	height: 5px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
}
#contentheader {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	background-color: #58A822;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 14px;
}
#contentbottom {
	height: 5px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
}
#footer .copyright {
	font-size: 10px;
	line-height: 13px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #d79a18;
	text-decoration: underline;
}
.breaker {
	height: 0px;
	clear: both;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	color: #62b306;
	letter-spacing: -1px;
}
h4 a:link, h4 a:visited, h4 a:active {
	color: #62b306;
	text-decoration: none;
}
h4 a:hover {
	color: #62b306;
	text-decoration: underline;
}
.darkgreen {
	color: #62b306;
}
.lightgreen {
	background-color:#E8F6D3; 
}
.orange {
	color: #d79a18;
}