/*Browser reset*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; line-height:100%; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
abbr, acronym { border: none; }
/*force scrollbar to appear*/
html { height: 100%; margin-bottom: 1px; }
/*accessibility*/
.access-hide {
	display: none;
}
#skiplinks, .access {	
	position: absolute;
	top: 0;
	left: -9999px;
}
.nobreak {
	white-space: nowrap;
}
.clearboth {
	clear: both;
}
body {
	font-size: 62.5%;
	padding-top: 12px;
	background-color: #CED667;
	background-image: url(../images/backgrounds/body-background.jpg);
	background-repeat: repeat-x;
}
#logo-container {
	width: 768px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/backgrounds/logo-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#logo-container p#logo {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 167px;
}
#main-menu-container {
	width: 768px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/backgrounds/menu-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}
#main-menu-container ul {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 6px;
	text-transform: lowercase;
}
#main-menu-container li {
	float; left;
	display: inline;
	font-size: 1.2em;
}
#main-menu-container li strong {
	color: #003720;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px;
	margin-right: 18px;
}
#main-menu-container li a {
	color: #71790C;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px;
	margin-right: 18px;
}
#main-menu-container li#contact-link a, #main-menu-container li#contact-link strong {
	float: right;
	margin-right: 4px;
}
#main-menu-container li a:hover {
	color: #000;
}
#main-content-container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/backgrounds/main-content-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
	background-color: #E1E79D;
}
#standard-page #main-content-container {
	padding-bottom: 150px;
}
#main-content-container a {
	font-weight: bold;
	color: #274C01;
}
#main-content-container a:hover {
	text-decoration: underline;
}
#home-page #main-content-container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: none;
	padding-bottom: 0;
	background-color: #E1E79D;
}
#legal-container {
	width: 768px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/backgrounds/main-content-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#legal-container ul {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
	width: 700px;
	padding-right: 8px;
	color: #71790C;
	text-align: right;
	position: absolute;
	bottom: 9px;
	right: 0;
}
#legal-container ul li {
	display: inline;
	padding-left: 10px;
}
#legal-container a {
	color: #71790C;
}
#legal-container a:hover {
	color: #000;
}
#footer-container {
	clear: both;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	background-image: url(../images/backgrounds/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	padding-bottom: 110px;
	background-color: #FFFFFF;
}
#footer-container ul {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 8px;
	color: #666666;
	text-align: right;
	text-transform: lowercase;
}
#footer-container ul li {
	display: inline;
	padding-left: 10px;
}
#footer-container ul li strong {
	color: #003720;
}
#footer-container a {
	color: #71790C;
}
#footer-container a:hover {
	color: #000;
}
