/* tag styles */	
body {
	margin: 0;
	background: url(/images/GrayGradient.jpg) repeat-x top left;
	background-color: #909090;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .825em;
	line-height: 1.35em;
	color: #000000;
	text-align: center; 
	}
a, 
a:visited {
	color: #AA00AA;
	text-decoration: underline;
	}
a:hover, 
a:active {
	color: #976080;
	}
h1 {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0;
	color: #976080;
	}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 8px;
	margin: 0;
	color: #976080;
	}
h3 {
	font-size: 1em;
	line-height: 1.1em;
	padding: 0 0 5px;
	margin: 0;
	font-weight: bold;
	}
	
	

/* layout styles */	
#Wrapper {
	width: 782px;
	text-align: left;
	margin: 24px auto;
	}	
#MainNav {
	margin: 13px 0 0;
	height: 22px;
	padding: 8px 0 0;
	background: url(/images/NavBar.jpg) repeat-x top left;	
	border-left: 1px solid #655D41;
	border-right: 1px solid #655D41;
	}		
#MainNav a,
#MainNav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 25px;
	}
#MainNav a:hover, 
#MainNav a:active {
	color: #976080;
	text-decoration: underline;
	}
#MainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#MainNav li {
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #C5BD99;
	}	
#MainNav li.current span {
	color: #C0B394;
	font-weight: bold;
	padding: 0 25px;
	}	
#BodyArea {
	background: url(/images/WhiteShadow.jpg) repeat-x top left;
	background-color: #FFFFFF;
	border-left: 1px solid #20101A;
	border-right: 1px solid #20101A;
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 20px;
	}
#Breadcrumb {
	color: #C5BD99;
	margin: 0 0 10px;
	}
#FeatureArea {
	background: url(/images/6Criteria.jpg) no-repeat top left;
	padding: 0 20px;
	margin: -20px 0 -20px -20px;
	float: left;
	height: 250px;
	width: 480px;
	color: #FFFFFF;
	}	
#FeatureArea a, 
#FeatureArea a:visited {
	color: #FFFFFF;
	}
#FeatureArea a:hover, 
#FeatureArea a:active {
	color: #976080;
	text-decoration: underline;
	}
#FeatureContact {
	padding: 32px 20px 0 20px; 
	margin: -20px -20px -20px 0;
	width: 220px; 
	float: right; 
	height: 218px;
	}
#RightColumn {
	float: right; 
	margin: 0 0 0 20px; 
	width: 260px; 	
	}
.BodyBucket {
	padding: 20px; 
	width: 220px; 
	margin: 0 0 20px 0; 
	background: url(/images/TanGradient.jpg) repeat-x top left;
	background-color: #C5BD99;
	border: 1px solid #976080;
	}
#SubBodyArea {
	background: url(/images/TanGradient.jpg) repeat-x top left;
	background-color: #C5BD99;
	border: 1px solid #20101A;
	overflow: hidden;
	height: 1%;
	padding: 20px;
	}
#SubBodyArea h2,
.BodyBucket h2 {
	color: #FFFFFF;
	}
.SubBodyBucket {
	width: 239px;
	border-right: 2px solid #20101A;
	float: left;
	}
.SubBodyBucket ul {
	margin: 3px 0 13px;
	padding-left: 15px;
	}
#Footer {
	color: #20101A;
	margin: 10px 0;
	font-size: .7em;
	}	
#Footer a, 
#Footer a:visited {
	color: #20101A;
	text-decoration: underline;
	}
#Footer a:hover, 
#Footer a:active {
	color: #976080;
	text-decoration: underline;
	}
	

	
/* form styles */		
input.PrimaryButton {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #8F617D;
	color: #FFFFFF;
	height: 24px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#8F617D',EndColorStr='#2C1824');
	border: #20101A solid 1px;
	}
.Required {
	color: #FF6633;
	}
.Error {
	border: #FFCC33 solid 1px; 
	background-color: #FFFFCC; 
	padding: 5px;
	}
form {
	margin: 0;
	padding: 0;
	}
fieldset {
	padding: 10px;
	position: relative;
	display: block;
	}
legend {
	border: #5E7085 solid 1px;
	padding: 5px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5E7085;
	position: relative;
	top: -22px
	}
label {
	float: left;
	width: 100px;
	}
.Error label {
	width: 94px;
	}