@charset "utf-8";
/* CSS Document */

/* LAYOUT */

body  {
	font: Arial, Verdana, Helvetica, sans-serif;
	background: #ff6309;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#wrapper { 
	width: 820px;
	background-color:#ffffff;
	text-align: left;
	margin: 0 auto;
} 

#header { 
	background: #ffffff;
	height: 135px;
	margin: 0 0 0 0;
}

#banner { 
	background: #ffffff;
	height: 100px;
	margin: 0 0 15px 0;
}

#homebanner { 
	background: #ffffff;
	height: 200px;
	margin: 0 0 15px 0;
}

#primary-nav{
	background: #ffffff;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	margin: 0 0 0 0;
	border-bottom: 1px solid #666666;
}

#primary-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#primary-nav a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}


#primary-nav a:hover {
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
}

#primary-nav li { /* all list items */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ff6309;
	float: left;
	height: 35;
	text-align: center;
	margin: 21px 0px 0px 10px;
	padding: 5px 20px 5px 20px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	border-color: #666666
}

#footer {
	background: #ffffff;
	height: 90px;
	border-top: 1px solid #666666;
	clear:both;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 5px;
}

#maincon { 
	float: right;
	width: 600px;
	background: #FFFFFF;
	margin: 0 0px 15px 0;
	padding: 0;
	text-align: left;
}

#rightcol {
	float: right;
	width: 260px;
	background: #FFFFFF;
	margin: 0 0px 15px 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 200px;
	background: #FFFFFF;
	margin: 0 0px 15px 0;
	padding: 0;
}

#leftnav {
	width: 200px;
	padding: 8px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/* TEXT */


.subhead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	color:#333333;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	text-decoration: none;
}

.bodytextlink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color:#333333;
	text-decoration: underline;
}

.bodytextlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color:#364420;
	text-decoration: underline;
}

.leftnav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	color:#333333;
	text-decoration: none;
}

.leftnavlink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	color:#333333;
}

.leftnavlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	color:#364420;
	text-decoration: underline;
}

.footertext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#333333;
	text-decoration: none;
}

.footertextlink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
	text-decoration: underline;
}

.footertextlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color:#364420;
	text-decoration: underline;
}