/* 2007-12-06 */

body{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #ffffff;
}

.pageBackground{
	background-image: url(images/BackgroundRepeater.jpg);
	background-position: top left;
}

.pageBackgroundTop{
	background-image: url(images/BackgroundTopRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 16px 0px 0px 0px;
}

.contentBackgroundRepeater{
	background-image: url(images/ContentBackRepeater.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.contentBackgroundTop{
	background-image: url(images/ContentBackTop.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.contentCell{
	padding: 10px 28px 20px 20px;
}

/********** SEO Styles *******************/
.SEODiv{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	font-size: 10px;
}

.homeLink{
	font-size: 10px;
	color: #5b6c52;
	text-decoration: none;
}

.homeLink:hover{
	font-size: 10px;
	color: #5b6c52;
	text-decoration: underline;
}

.SEOCell{
	font-family: arial, helvetica, verdana;
	font-size: 10px;
	color: #5b6c52;
}

.h1HeadingCell{
	padding: 0px 0px 12px 20px;
}

.H1Heading1{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #c5dbbe;
	font-weight: bold;
	margin: -3px 0px 0px 0px;
	line-height: 16px;
}

.H1Heading2{
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

/********** Standard Styles *******************/

p{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #c5dbbe;
}

td{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #c5dbbe;
}

h1{
	font-family: arial, helvetica, verdana;
	font-size: 18px;
	color: #c5dbbe;
	font-weight: bold;
}

h2{
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	color: #c5dbbe;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #c5dbbe;
	font-weight: bold;
}

a{
	color: #87b67a;
	text-decoration: underline;
}

a:hover{
	color: #f1facc;
	text-decoration: underline;
}

/********** Footer Styles ********************/

.towns{
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, verdana;
	padding: 12px 20px 20px 213px;
}
.footerCell{
	color: #ffffff;
	font-size: 11px;
	font-family: arial, helvetica, verdana;
	padding: 12px 20px 0px 20px;
}

.footerLink{
	color: #30412b;
	font-weight: bold;
	text-decoration: none;
}

.footerLink:hover{
	color: #30412b;
	font-weight: bold;
	text-decoration: underline;
}

.emailLink{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.emailLink:hover{
	color: #cadf74;
	font-weight: normal;
	text-decoration: underline;
}

/********** Form Styles ********************/
.entertext{
	color: #000000;
	font-size: 12px;
	background-color: #EBEBEB;
	width: 190px;
}

.required{
	color: #ff0000;
}


.requiredStar{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.formSpacer{
	font-size: 8px;
}

/******* Text-Based Menu Styles *********/
.menuLink{
	color: #bee0b4;
	text-decoration: none;
}

.menuLink:hover{
	color: #ffffff;
	text-decoration: none;
}

.outerMenuDiv{
	width: 171;
	display: block;
}

.itemBoxInnerPadding{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	color: #bee0b4;
	border-color: #5b6d56 #5b6d56 #5b6d56 #5b6d56;
	padding:2px 4px 4px 5px;
}

/******* Webfodder Logo *********/
.webfodderCell{
	padding: 12px 40px 20px 40px;
}

.webfodderLink{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	line-height: 100%;
}

.webfodderLink:hover{
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 100%;
}

/******* Webfodder Logo - Use when semi-transparent image is necessary *********/
div.fodder{
	filter: alpha(opacity=100);
	width:32px;
	height:32px;
}