/* 
=================================================================== 
Page Style
=================================================================== 
*/

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url(../images/bkgrnd/BlkStripe.gif);
	background-attachment: fixed;
	letter-spacing: 1px;
}
h1 {
	color: #339900;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 15px;
}
h2 {
	color: #339900;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 3px;
}
h3 {
	color: #339900;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #339900;
	font-size: 13px;
	font-weight: bold;
}
/* ol, ul, li, dl, dt, dd is control for lists: Ordered List, Unordered List, List, Definition List, Definition Term, Definition Description */
p, ol, ul, li, dl, dt, dd {
	color: #666;
	font-size: 13px;
}
.PrimaryNavCopy {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	z-index: 2;
	top: -5px;
	position: absolute;
	padding-left: 325px;
}
p.UtilityCopyL {
	color:#000
	font-size: 13px;
	left: 25px;
	z-index: 3;
	padding-top: 6px;
	position: relative;
}
p.UtilityCopyR {
	color:#000
	font-size: 13px;
	z-index: 2;
	position: relative;
	top: -28px;
	background-color: #000;
}
.SubUtilityCopy {
	color: #fff;
	font-size: 13px;
}
a:link {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}
/*This colors Primary Navigation and Utility Navigation links White */
.HyperlinkWhite a {
	color: #FFF;
}
p.UtilityCopyL {
	color: #fff;
	font-size: 13px;
	left: 25px;
	z-index: 3;
	padding-top: 6px;
	position: relative;
}
p.UtilityCopyR {
	color: #fff;
	font-size: 13px;
	z-index: 2;
	position: relative;
	top: -28px;
	padding-left: 708px;
}


}
a:hover {
	text-decoration: underline;
}

/*
Begin Contact Form style
*/

.formText {
	color: #666;
	font-size: 13px;
}
.formStyle {
	color: #666;
	font-size: 13px;
	position: relative; 
	top: 15px;
	left: 20px;
}
.formFieldStyle {
	width: 288px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: #666;
	border-left-color: white;
	background-color: #FFF;
}

.formRequired {
	color: #F00;
}
/*
End Form style
*/

