/*
Dark Green: 		#7B8A38
Light Green:	#BFD73B
Orange:				#D68537
Brown: 				#8A5625
*/

body {
	font-family: Verdana, sans-serif; 
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	color: #000;
	font-size: 2.25em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: .4em 0 .2em;
}
h1 a { 
	color: black; 
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
h1 small { 
	font-size: .5em;  
	color: #888; 
	font-weight: normal;
	font-style: italic;
}
h2 { 
	color: #D68537;
	margin: 0 0 .3em; 
	text-transform: uppercase;
}
h3 { 
	font: bold; 
	font-size: .75em; 
	text-transform: uppercase;
	margin: 0 0 .4em;
}
h4 {
	font-size: .625em;
	color: #7A8E43;
	margin: 1.2em 0 .3em;
}
h4 a {
	color: #7A8E43;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
h5 {
	text-transform: uppercase;
	font-size: .6875em;
	color: #DBAD67;
	margin: .4em 0 .3em;
}
h5 a {
	color: #DBAD67;
	text-decoration: none;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {	
	margin: 0 0 1em; 
	line-height: 1.4; 
}
li { line-height: 1.4; }
ul, ol { margin: 0 0 1em; }

p, li, dl, dt, td, th { 
	font-size: .8em;
}
td { font-size: .6875em;}
li li { font-size: 1em; }

dl { overflow: hidden; margin: .5em 0 1em; }
dl dd, dl dt { padding: 2px 0 6px; }
dl dt {
	clear: left;
	text-align: left;
	padding: 5px 0 0;
	width: 100px;
	float: left;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
}
dl dd {
	margin: 0 0 0 100px;
	min-height: 1em;
	font-size: 10pt;
}

#main ul.default {
	margin: 0 0 1em;
	list-style: none;
}
ul.default li {
	line-height: 1.3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}
ul.default li a {}
ul.default ul.alt { margin: .2em 0 0; }
ul.default ul.alt li {
	font-size: .65em;
	font-family: Verdana, sans-serif;
}

a { color: #00c; }
a:active { color: #009; }

.details {
	font: normal 8.5pt Verdana, sans-serif;
	color: #666;
}
a.details, .details a { color: #009; }
label .details { font-size: .8em; }

span.button { 
	padding: 3px 5px; 
	background-color: #999; 
	color: #fff; 
	font: normal 7.5pt Verdana, sans-serif; 
	text-transform: uppercase;
}

.control {
	font: normal 8.5pt Verdana, sans-serif;
	color: #666;
}
a.control, .control a { color: #c00 !important; }
p.control { margin: 0; }

table {
	margin: .5em 0 1em;
	width: 100%;
}
table th {
	font: normal .7em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #555;
}
table thead th { border-bottom: 2px solid #000; }
table td, table th { padding: 3px 15px 5px 0; }
table tbody td, table tbody th { border-bottom: 1px solid #ccc; }

table tbody td.name { 
	padding: 6px 3px 0 0;
	font: normal 14pt Helvetica, Arial, sans-serif; 
}


div.twocolumn, div.threecolumn {
	overflow: hidden;
	width: 100%;
}
div.column {
	float: left;
}
div.twocolumn div.column {
	width: 45%;
	margin-left: 10%;
}
div.threecolumn .column {
	width: 32%;
	margin-left: 2%;
}
div.threecolumn .two {
	width: 66%;
}
div.twocolumn .first, div.threecolumn .first {
	margin-left: 0 !important;
}