/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background:#ffffff url(../img/background.jpg) top left repeat-x;
}
a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #ffffff;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif
}
p {
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	width: 100%; 
	height: 100%;
}
.header{ width:1000px;
		
	
}
.wrapper{
	width:1000px;
	margin:auto;
	
}
.content{
	width: 1000px;
	margin: auto;
	background-color:#347328;
	min-height:200px;
	height:auto !important;
	height:200px;
	
}
.content p strong {
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
}
.content ul {
	list-style:disc;	
}
.content ul li {
	color:#FFFFFF;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content ul.strong li {
	font-size:12px;
	font-weight: bold
}
.navigation{
	width: 1000px;
	height: 20px;
	text-align: center;
	margin-top: 5px;
}
.navigation a {
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	margin: 0 35px 0 45px;
	font-weight:bold;
}
.navigation a:hover {
	text-decoration: none;
	font-size:16px;
	color:#093700;
	font-weight:bold;
}
.footer{
	text-align:center;
	margin-top:5px;
	
}
.footer span{
	font-size: 12px;
	color: #000000;
}
.footer a{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}

