html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #144501;
	text-align: center;
	background: #7CBADD url(site_graphics/body_background.jpg) repeat-x center top;
	padding-bottom: 15px;
}
h1 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0px 34px 10px 34px;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 10px 34px;
}
p {
	margin: 0px 34px;
	padding-bottom: 10px;
	text-align: justify;
}
a:link, a:visited {
	color: #144501;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FFF;
	background-color: #668642;
	text-decoration: none;
}
a:active {
	color: #144501;
	background-color: #FFF;
	text-decoration: none;
}
div#textOnly {
	width: 760px;
	color: #FFF;
	margin: 10px auto -15px auto;
	text-align: right;
	font-weight: bold;
}
div#outerWrap {
	width: 760px;
	text-align: center;
	margin: 25px auto 0 auto;
	padding: 0;
	background: url(site_graphics/gradient_background.jpg);
}
div#outerWrap img {
	display: block; /*needed to prevent gap appearing in IE*/
	margin: 0 auto;
	padding: 0;
}
div#innerWrap {
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
div#navigation {
	margin: 0 auto;
	padding: 0px 0 4px 0;
	width: 758px;
	background: url(site_graphics/navigation_background_2.jpg) repeat-x left bottom;
	background-color: #B7D78C;
	text-align: center;
}
.clearit {
	clear: both;
	height: 0;
	font-size: 1px;
}
div#rightCol {
	width: 428px;
	float: right;
	margin-top: 28px ;
	margin-right: 35px;
	margin-bottom: 20px;
	padding: 0;
	display: inline; /*keeps flash block in position for IE */
	vertical-align: baseline;
}
div#mainContent {
	width: 426px; /*428px for IE - see conditional comment in head*/
	margin: 0;
	padding: 20px 0 10px 0;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
	background: #FFF;
	text-align: left;
}
div#mainContent .contributeChoose {
	margin: 0 auto 5px auto;
}
div#mainContent ul {
	margin: 0 60px 5px 73px;
}
div#mainContent ul a:link {
	font-weight: normal;
}
div#mainContent ul a:visited {
	font-weight: normal;
}
div#mainContent ul a:hover {
	font-weight: normal;
}
div#mainContent ul a:active {
	font-weight: normal;
}
div#rightCol .panos {
	width: 426px; /*428px for IE - see conditional comment in head*/
	margin: 0;
	padding: 0;
	border-right: 1px solid #144501;
	border-left: 1px solid #144501;
	background: #FFF;
	text-align: center;
}
div#leftCol {
	margin: 0 0 30px 0;
	padding: 28px 0 0 0;
	width: 265px;
	float: left;
	display: inline;
	text-align: left;
	vertical-align: top;
}
div#flashAndPics {
	width: 200px;
	margin-left: 69px;
	padding: 0;
}
div#leftColPicBox {
	width: 200px;
	margin-left: 69px;
	padding: 0;
	text-align: left;
}
div#leftColPicBox img {
	margin: 25px 0 0 55px;
}
div#footer {
	background: url(site_graphics/footer_page_bottom.jpg) no-repeat center bottom;
	height: 18px;
	text-align: right;
	font-size: 10px;
	color: #528FBD;
	clear: both;
}
div#validate {
	text-align: right;
	font-size: x-small;
	color: #3A77AA;
	background: #7CBADD;
	padding-right: 25px;
	height: 1em;
}
div#validate ul {
	margin: 0;
	padding: 0;
}
div#validate ul li {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	color: #2E6089;
}
div#validate ul li a:link {
	color: #2E6089;
	text-decoration: none;
	font-weight: normal;
}
div#validate ul li a:hover, div#validate ul li a:focus {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background: #7CBADD;
}
div#validate ul li a:active {
	color: #3A77AA;
	text-decoration: none;
	border: 1px solid #3A77AA;
}
.copyright {
	margin-left: 25px;
	float: left;
	color: #2E6089;
}
div#clearit {
	clear: both;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
