body { 
	margin: 			0px 0px 0px 0px;
	font-family: 		'Trebuchet MS', Verdana, Helvetica, sans-serif; 
	font-stretch:		semi-condensed;
	color: 				#6D91A2; 
	font-size: 			85.01%;
}
h1 {font-family:'Trebuchet MS', arial,helvetica,sans serif; font-size:130%; color:#6D91A2;}
h2 {font-family:'Trebuchet MS', arial,helvetica,sans serif; font-size:115%; color:#ACC274;}
h3 {font-family:'Trebuchet MS', arial,helvetica,sans serif; font-size:100%; color:#ACC274;}
.w {color:#ffffff;}
a:link {color:#ACC274; font-weight:bold;}
a:visited {color:#ACC274; font-weight:bold;}
a:hover {color:#000000; font-weight:bold; text-decoration:underline;}
a:active {color:#000000; font-weight:bold;}
input {font-family:monospace;}
select {font-family:monospace;}
option {font-family:monospace;}
textarea {font-family:monospace;}
td.w {color: #ffffff;}

.alert {
	color: #CC0000;
	font-size:120%;
	font-weight:bold;
}

#footerlinks a:link {color:#ffffff; font-weight:bold;}
#footerlinks a:visited {color:#ffffff; font-weight:bold;}
#footerlinks a:hover {color:#000000; font-weight:bold; text-decoration:underline;}
#footerlinks a:active {color:#000000; font-weight:bold;}

/* standard form */

#form-design {padding: 0px; margin: 0px; text-align: left;}

#form-design label {
	text-align: left;
	padding: 20px 0px;
	margin: 0px;
	color:#990000;
}

#form-design legend { font-weight:bold;color:#000000; background-color:#eee; border:1px solid #ccc; border-bottom-color:#999; border-right-color:#999; padding:4px 8px;}

#form-design fieldset {border:0px}

#form-design .label {display: inline; font-weight:bold; padding-right: 10px;}

#form-design textarea {width: 80%;}

#form-design .input {color:#000000; font-weight: bold; margin: 0px; padding: 10px 0px 0px 200px;}

#form-design .required {color:red; font-weight: bold;}

#form-design .submit {display:block; margin-top:.66em; margin-bottom:2em; color:#2D6734;}

/* contact form */

#form-contact legend { font-weight:bold;color:#000000; background-color:#eee; border:1px solid #ccc; border-bottom-color:#999; border-right-color:#999; padding:4px 8px;}

#form-contact fieldset {border:4px solid #ccc; padding:10px 20px 0px 20px; margin-right:25px;margin-left:25px;background-color:#fff;}

#form-contact label{display:block;font-weight:bold;margin-top:1em;}

#form-contact textarea {width: 80%;}

#form-contact .input,#form-contact textarea {color:#000000; font-weight: bold;}

#form-contact .required {color:red; font-weight: bold;}

#form-contact .submit {display:block; margin-top:.66em; margin-bottom:2em; color:#2D6734;}

.button { 
	border: 			3px double #999999;
	border-top-color: 	#CCCCCC;
	border-left-color: 	#CCCCCC;
	padding: 			0.25em;
	background-color: 	#A4BF96;
	background-repeat: 	repeat-x;
	color: 				#ffffff;
	font-size: 			12px;
	font-weight: 		bold;
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	}
	
.button_search { 
	border: 			3px double #999999;
	border-top-color: 	#CCCCCC;
	border-left-color: 	#CCCCCC;
	padding: 			0.10em 0.25em 0.25em 0.25em;
	background-color: 	#A4BF96;
	background-repeat: 	repeat-x;
	color: 				#ffffff;
	font-size: 			11px;
	font-weight: 		bold;
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	height:				22px;
	}
	
#containerx {
	position:			relative;
	width:				729px;
	margin:				0px auto;
	padding:			20px;
	border-top:			0px solid #6D91A3;
	border-right:		1px solid #6D91A3;
	border-bottom: 		0px solid #6D91A3;
	border-left: 		1px solid #6D91A3;
	background-color: 	#ffffff;
} 

#content {
	width: 				719px;
	margin:				0px auto;
	padding:			20px;
	border-top:			0px solid #6D91A3;
	border-right:		0px solid #6D91A3;
	border-bottom: 		0px solid #6D91A3;
	border-left: 		0px solid #6D91A3;
	background-color: 	#ffffff;
} 

#content_index {
	width: 				717px;
	margin:				0px auto;
	padding:			0px;
	border-top:			0px solid #6D91A3;
	border-right:		0px solid #6D91A3;
	border-bottom: 		0px solid #6D91A3;
	border-left: 		0px solid #6D91A3;
	background-color: 	#ffffff;
} 

#gutter {
	height: 250px;
	background: URL(/images/gutter.gif) repeat-y;
}