.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #006633;
}
.standardblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000099;
}
#container {
	width: 800px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #333333;
}

body {
	background-color: #45863B;
}
.topborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#contactBG {
	height: 500px;
	background-image:url(images/group_shot_800.jpg);
}
#pageHeading {
	width: 790px;
	height: 25px;
	background-color:#006633;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}
a {
	font-weight:bold;
}	
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}
