html {
	height:100%;
}
body {
	background-color: #CDD977;
	text-align:center;
	margin:0;
	height:100%;
}
.container {
	overflow: hidden;
	width:797px;
	text-align:left;
	background-color:#FFF;
	
	margin:auto;
}
.header {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/logotopleft.gif);
	background-color: #FFF;
	height: 115px;
	width: 797px;
}
.header p {
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 28px;
	color:#75B360;
	padding-top:12px;
	margin-top:0px;
	margin-left:152px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.header p strong {
	font-size: 32px;
}
.header h1 {
	text-shadow: 2px 2px 1px #7f7f7f;
	color:#F9DC5A;
	margin-left:176px;
	font-family:Helvetica,"Arial Narrow",Arial;
	font-size:46px;
	margin-top:0px;
	padding-top:4px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:12px;
	width:580px;
}
.header #topNav {
	float:right;
	margin-right:30px;
}

.pagebody {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/inside_side.gif);
	background-color: #FFF;
	padding-left:37px;
	min-height:750px;
}
.pagebody a:link {
	color:#74B362;
	text-decoration: none;
	border-bottom:1px dotted #74B362;
}
.pagebody a:visited {
	color:#74B362;
	text-decoration: none;
	border-bottom:1px dotted #FF6600;
}
.pagebody a:hover {
	color:#FF6600;
	text-decoration: none;
	border-bottom:none;
}
.pagebody .pageContent {
	background-color: white;
	position:relative;
	float:right;
	width:500px;
	margin-right: 60px;
	padding-top:10px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height: 140%;
}
#footerLinks {
	font-size:10px;
	font-family:Helvetica,Arial,sans-serif;
	line-height:120%;
	padding-top:8px;
	border-top: 1px dashed #74B362;
	text-align:center;
	color:#74B362;
	font-weight:bold;
}
#footerLinks a:link {
	text-decoration:none;	
	font-weight:normal;
	color:#74B362;
	border-bottom:1px dotted #74B362;
}
#footerLinks a:visited {
	text-decoration:none;	
	font-weight:normal;
	border-bottom:1px dotted #FF6600;
}
#footerLinks a:hover {
	text-decoration:none;	
	font-weight:normal;
	color:#FF6600;
	border-bottom:none;
}
.pagebody .pageContent img {
	border: 1px solid black;
}
.pagebody .pageContent .imageTable {
	margin-bottom:12px;
}
.pagebody .pageContent .leftPicture {
	padding-right:22px;
}

.pagebody .sideNav {
	height: 272px;
	width:179px;
	padding-left:10px;
	padding-top:8px;
	font-family:Helvetica,Arial,sans;
	font-size:12px;
	background-color: #FFF;
	background-image: url(../images/sideNavBackground.gif);
	background-repeat: no-repeat;
}
.pagebody .sideNav p {
	width:160px;
	margin-top:0px;
	margin-bottom:8px;
	line-height:120%;
	
}
.pagebody .sideNav .subNav {
	margin-left:12px;
}
.pagebody .sideNav a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #FFF;
}
.pagebody .sideNav a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px dotted #F9DC5A;
}
.pagebody .sideNav a:hover {
	color:#F9DC5A;
	font-weight:bold;
	text-decoration: none;
	border-bottom:none;
}
#footerLinks .contactInFooter {
	font-size:11px;
}
#footerLinks .contactInFooter a:link {
	font-weight:bold;
}
#footerLinks .contactInFooter a:visited {
	font-weight: bold;
}
#footerLinks .contactInFooter a:hover {
	font-weight: bold;
}
