body {background: url(images/bg.gif); background-repeat: repeat-x; background-positiony: 0; background-color: #FFFFFF}
td {font-family: trebuchet ms, verdana, arial; font-size: 12px; color: 808080;}

.header {
font-family: verdana, arial;
font-size: 18px;
color: 1B2664;
}

.orange {
font-family: trebuchet ms, verdana, arial; 
font-size: 12px; 
color: FF9B00;
}

input, textarea {
	font-family:  verdana, arial, helvetica, sans-serif;
	color: 333333; 
	font-size: 11px; 
	padding-left: 2px;
	border-bottom: 1px solid #5C5C5C;
	border-right: 1px solid #5C5C5C;
	border-left: 1px solid #C2C1C1;
	border-top:1px solid #C2C1C1;
}

A:link {text-decoration: underline; color: #99AF6A}
A:active {text-decoration: underline	; color: #99AF6A}
A:visited {	text-decoration: underline; color: #99AF6A} 
A:hover {text-decoration: none; color: #99AF6A}

/* nav stuff */	
#button {
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #667A2C;
	}

#button ul {list-style: none;margin: 0;	padding: 0;	border: none; }		

#button li {border-bottom: 1px dotted #B3ACA3; margin: 0;}

html>body #button li a {width: auto;}

#button li a:hover {border-left: 1px dotted #B3ACA3; background-color: #DDD6CC; color: #667A2C;}

#button li a {
		display: block;
		padding: 2px 1px 3px 0.5em;
		border-left: 1px dotted #B3ACA3;
		border-right: 1px dotted #B3ACA3;
		background-color: #FFFFFF;
		color: #808080;
		text-decoration: none;
		width: 100%;
		}

#buttontop {border-top: 1px dotted #B3ACA3; margin: 0;}