/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.75em 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f1ebd7;
	height: 100%;
	width: 100%;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, form,  select
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 8px;
}
h1 {
	color: #5b7126;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h2 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5b7126;
	margin-bottom: 10px;
}
h2.dark, label {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
ol { /* reset left margin for lists */
	margin-left: 22px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
label {
	display: block;
}
label.green {
	color: #5b7126;
}
select {
	width: 100%;
	border: 1px solid #e4dfcd;
	background: #f9f7f0;
}
input.bdr {
	border: 1px solid #e4dfcd;
	background: #f9f7f0;
}
/* input.btn {
	border: 1px solid #B4D7E9;
	background: #D9EBF4;
} */
input.checkbx {
	border: none;
	background: none;
}
select.green {
	color: #fff;
}
select option {
	padding: 2px;
}
form {}
a, a:link, a:visited, a:active {
	color: #8b311c;
	text-decoration: none;
	border-bottom: 1px dotted #8b311c;	
}
a:hover,a:focus {
	color: #36c;
	border-bottom: 1px dotted #36c;
}
/* End Main Text Styles */

/* Misc. */
.bottomBorder {
	border-top: 1px dotted #c4c4c4;
	margin: 0px;
	padding-bottom: 0px;
	position: relative;
}
.navHighlight {
	color: #333333;
	background: #f6f3e7;
	padding: 9px 5px;
	border-top: 1px solid #e6e1d0;
	border-bottom: 1px solid #e6e1d0;
	border-left: 1px solid #e6e1d0;
	border-right: 1px solid #e6e1d0;
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
}
.navHighlight label {
	font-size: 100%;
	font-weight: normal;
	margin-left: 8px;
	display: inline;
	clear: right;
}
.navHighlight ul {
	margin: 0px;
}
.linkbullets {
	list-style: none;
	margin: 0 0 20px 0;
}
.linkbullets li {
	margin-bottom: 4px;
	background: url(../img/link_bullet.gif) no-repeat left 2px;
	padding-left: 18px;
	position: relative;
}
.linkbullets li ul {
	margin: 4px 0 4px 18px;
	color: #d4cdb8;
	list-style: disc;
}
.linkbullets li li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	color: #333;
	position: inherit;
}
.breadcrumb {
	font-size: 90%;
	color: #666666;
}
.monotypeHead {
	clear: both;
	font-family: "Courier New", Courier, mono;
	margin: 0px;
	list-style: none;
	text-transform: uppercase;
}
.monotypeHead li {
	float: left;
	position: relative;
}
.monotypeSelect {
	font-family: "Courier New", Courier, mono;
	text-transform: uppercase;
}
.yellowHighlight {
	padding: 4px;
	border: solid 1px #fce5a0;
	background: #fdfbd2;
}
.btt {
	margin: 20px 0px 0px 0px;
	padding-bottom: 4px;
}
.btt a, .btt a:link, .btt a:visited, .btt a:active {
	color: #666;
	font-size: 90%;
	border: none;
}
.btt a:hover, .btt a:focus {
	color: #000;
}

/* End Misc. */

