body {
	background-attachment: fixed;
	background-position: left top;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #003300;
	vertical-align: middle;

}
h1, h2, h3 {
	font-family: "Tempus Sans ITC";
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
h2 {
	font-family: "Tempus Sans ITC";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 725px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;



}
#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#logo {
	background-image: url(../Images/logo.jpg);
	height: 160px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#globalNav {
	font-weight: bold;
	font-family: "Tempus Sans ITC";
	font-size: 10pt;
	background-color: #99CC33;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}
#globalNav a:link {
	color: #003300;
	text-decoration: none;
}
#globalNav a:visited {
	color: #003300;
	text-decoration: none;
}
#globalNav a:hover {
	color: #003300;
	text-decoration: none;
	background-color: #E8F3D9;
}
#globalNav a:active {
	color: #E8F3D9;
	text-decoration: none;
}
#columnLeft {
	padding: 0px;
	float: left;
	width: 25%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
}
#columnRight {
	padding: 0px;
	float: right;
	width: 20%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
	height: auto;
}
#columnCenter {
	float: left;
	width: 51%;
	margin-top: 10px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
}
#TwoColumnsLeft {
	padding: 0px;
	float: left;
	width: 74%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
}
#TwoColumnsRight {
	padding: 0px;
	float: right;
	width: 25%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
	height: auto;
}
#column {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E8F3D9;
}
#copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	clear: both;
	height: auto;
	background-color: #99CC33;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E8F3D9;
	text-decoration: none;
	background-color: #006600;
	font-weight: bold;
}
a:active {
	color: #CC0000;
}
