/* CSS Document */
/*html  {
	height: 100%;
}
* html body #pagecontent {
	padding-left: 1px;
}*/
html {
	overflow-y: scroll;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#page {
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 187px;
	clear: both;
	overflow: hidden;
}
#header #logo {
	float: left;
	padding: 30px 0px 0px 30px;
	width: 169px;
}
#header #name {
	float: right;
	text-align: right;
	padding: 10px 18px;
	width: 263px;
}
#header #strapline {
	clear: both;
	text-align: right;
	padding: 53px 7px 0px 0px;
}
#topbanner {
	height: 155px;
	clear: both;
}
#pagecontent {
	clear: both;
	overflow: hidden;
	height: 100%;
}
#pagecontent #left {
	float: left;
	width: 227px;
}
#pagecontent #left #nav .toplink {
	background-image: url(../images/top-button-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagecontent #left #nav .toplink a:link {
	padding: 13px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left #nav .toplink a:visited {
	padding: 13px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left #nav .toplink a:hover {
	padding: 13px;
	display: block;
	background-image: url(../images/top-button-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC33;
}
#pagecontent #left #nav li {
	background-image: url(../images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagecontent #left #nav li a:link {
	padding: 13px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left #nav li a:visited {
	padding: 13px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left #nav li a:hover {
	padding: 13px;
	display: block;
	background-image: url(../images/button-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC33;
}
#pagecontent #left #nav .active {
	background-image: url(../images/button-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagecontent #left p {
	padding: 13px;
	font-size: 1.1em;
	line-height: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#pagecontent #left a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#pagecontent #content {
	float: right;
	width: 737px;
	padding: 20px 13px 20px 12px;
	overflow: hidden;
	height: 100%;
	background-image: url(../images/whitebg.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
#pagecontent #content h1 {
	font-size: 2em;
	font-weight: bold;
	color: #09662F;
	margin-bottom: 10px;
}
#pagecontent #content h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #09662F;
	margin-bottom: 10px;
}
#pagecontent #content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #09662F;
	margin-bottom: 10px;
}
#pagecontent #content p {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.6em;
}
#pagecontent #content ol {
	list-style: decimal;
	margin-left: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#pagecontent #content ol li {
	line-height: 1.3em;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#pagecontent #content ul {
	list-style: circle;
	margin-left: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#pagecontent #content ul li {
	line-height: 1.3em;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#pagecontent #content hr {
	height: 1px;
	color: #E5E5E5;
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
	clear: both;
	margin-bottom: 10px;
}
#pagecontent #content hr .white {
	height: 1px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	clear: both;
	margin-bottom: 10px;
}
#pagecontent #content table {
	width: 100%;
}
#pagecontent #content .contactform {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#pagecontent #content td {
	padding: 5px;
	font-size: 1.3em;
}
#pagecontent #content td p {
	font-size: 1em;
}
#pagecontent #content .label {
	width: 35%;
}
#pagecontent #content .field {
	width: 64%;
}
#pagecontent #content .required {
	width: 1%;
}
#pagecontent #content .textfield {
	width: 100%;
	font-size: 1em;
	color: #666666;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#pagecontent #content .imageborder {
	border: 2px solid #09662F;
	padding: 2px;
}
#pagecontent #content .imageright {
	float: right;
	font-style: italic;
	text-align: center;
	line-height: 1.8em;
	font-size: 0.9em;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 212px;
}
#pagecontent #content a:link {
	color: #09662F;
	text-decoration: none;
	font-weight: bold;
}
#pagecontent #content a:visited {
	color: #09662F;
	text-decoration: none;
	font-weight: bold;
}
#pagecontent #content a:hover {
	color: #053D1C;
	text-decoration: underline;
	font-weight: bold;
}
#pagecontent #content .homebox {
	border: 1px solid #FFCC33;
	padding: 10px;
	background-color: #FFF7E1;
	background-image: url(../images/homebox-background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
	margin-bottom: 13px;
	overflow: hidden;
	height: 100%;
}
#pagecontent #content .homebox p {
	margin: 3px 0px 0px 0px;
}
#footer {
	clear: both;
	background-color: #000000;
	padding: 25px 10px 10px 10px;
	margin-top: 0px;
	overflow: hidden;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: normal;
	text-align: right;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
