/* --------  Basics -------- */ 
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: url("Images/background.png") repeat;
	background-color: #333333;
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
	color: #555000;
	line-height:25px;
}
a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
h3
{
	color: #FF6600;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	width: 100%;
}
/* -------- End of Basics -------- */ 
/* -------- OuterBox -------- */ 
#outerBox
{
	position: absolute;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin: 40px 56px 40px 50px;
	width: 893px;
}
.clear
{
	clear: both;
}
/* -------- End of OuterBox -------- */ 
/* -------- Banner -------- */ 
#banner
{
	position: absolute;
	top: 35px;
	left: 0px;
	height: 135px;
	width: 893px;
}
/* -------- End of Banner -------- */ 
/* -------- Navigation -------- */ 
#navigation
{
	position: absolute;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	width: 893px;
	height: 39px;
}
/* -------- End of Navigation -------- */ 
/* -------- InnerBox -------- */ 
#innerBox
{
	font-size: 14px;
	color: #000000;
	padding-top: 173px;
}
#innerBox h1
{
	color: #000000; 
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}
#innerBox h2
{
	border-bottom: 4px groove #99E104;
	color: #638914; 
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
#innerBox h3
{
	color: #FF6600;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	width: 100%;
}
#innerBox h3 a, #innerBox h3 a:visited, #innerBox h3 a:hover
{
	color: #C81B02;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: underline;
	text-transform: uppercase;
}
#innerBox h4
{
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	width: 100%;
}
#innerBox h5
{
	color: #333333;
	font-size: 12px;
	text-transform: none;
}
#innerBox h5 a, #innerBox h5 a:visited, #innerBox h5 a:hover
{
	color: #C81B02;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}
#innerBox h1 span, #innerBox h2 span,  #innerBox h3 span, #innerBox h4 span, #innerBox h5 span
{
	position: absolute;
}

#innerBox a, #content a:visited
{
	color: #C81B02;
	text-decoration: underline;
	font-weight: bolder;
	text-transform: none;
}
#innerBox a:hover
{
	text-decoration: none;
}
/* -------- End of InnerBox -------- */ 
/* -------- Content -------- */ 
#content
{
	position: relative;
	float: left;
	margin-right: -360px;
	width: 100%;
}
#mainContent
{
	margin: 0px 245px 0px 0px;
	padding: 20px;
}
#mainContent p
{
	margin-bottom: 12px;
	margin-top: 12px;
}
#mainContent blockquote p
{
	margin-bottom: 0em;
}
#mainContent li
{
	margin: 6px 30px 6px 30px;
}
#mainContent li a, #mainContent li a:visited
{
	color: #C81B02;
	font-weight: bolder;
	list-style-position: outside;
	text-decoration: underline;
	text-transform: uppercase;
	list-style-image:  url("Images/list-bullet.JPG");	
}
#mainContent li a:hover
{
	text-decoration: none;
}
#sitemap a, #sitemap a:visited, #sitemap li a, #sitemap li a:visited
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	list-style-type: circle;
	list-style-image: none;
	text-decoration: underline;
}
#sitemap a:hover, #sitemap li a:hover
{
	text-decoration: none;
}
/* -------- End of Content -------- */ 
/* -------- SideContent -------- */ 
#sideContent
{
	position: relative;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	float: right;
	width: 220px;
}
#sideContent a, #sideContent a:visited
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#sideContent a:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#sideContent ul
{
	margin-bottom: 0px;
	padding-left: 11px;
}
#sideContent li
{
	margin-left: 20px;
	line-height: 20px;
	list-style-type: square;
	list-style-position: outside;
}
/*image============================
*/
img.floatTL { 
float: left;
margin-right: 3px;
margin-bottom: 3px;
margin-top: 3px;
padding-bottom: 10px;
}
img.floatTR { 
float: right;
margin-left: 3px;
margin-bottom : 3px;
margin-top: 3px;
padding-bottom: 10px;
} 
/* -------- End of SideContent -------- */ 
/* -------- Footer -------- */ 
#footer
{
	background: #99E104 url("Images/footer.jpg") bottom center repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	padding: 0px 0px 2px 0px;
	line-height: 30px;
	text-align: center;
}
#footer a, #footer a:visited
{
	text-decoration: none;
}
#footer a:hover	 
{
	text-decoration: underline;
}
/* -------- End of Footer -------- */ 
.formBtn 
{
	font-size: 13px;
	border: 1px solid #000000;
	padding: 3px;
	font-weight: bold;
	color: #000000;
	background: none;
}
.textBox
{
	background: none;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	font-size: 13px;
}
.ddmenu
{
	background: none;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	font-size: 13px;
	width: 120px;
}