body {
	background-attachment: fixed;
	background-image: url(../images/bk_bottomright.jpg);
	background-position: right bottom;
	margin: 0px;
	background-repeat: no-repeat;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h2 {
	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;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 725px;
}
#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#logo {
	background-image: url(../images/logo3.jpg);
	height: 127px;
	background-position: left top;
	background-repeat: no-repeat;
}
#globalNav {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #99CC33;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
#globalNav a:link {
	color: #006600;
	text-decoration: none;
}
#globalNav a:visited {
	color: #006600;
	text-decoration: none;
}
#globalNav a:hover {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
}
#globalNav a:active {
	color: #FFFF00;
	text-decoration: none;
}
#columnLeft {
	padding: 0px;
	float: left;
	width: 25%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#columnRight {
	padding: 0px;
	float: right;
	width: 21%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E8F3D9;
}
#columnCenter {
	float: left;
	width: 53%;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#columnCenter img {
	float: right;
}
#copyright {
	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: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	font-weight: bold;
}
a:active {
	color: #CC0000;
}
