html {
	font-size: 100% /* IE Hack */
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 62.5%; */
	font-size: .625em;
	}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 2.8em;
	font-weight: normal;
	color: #9c7c38;
	margin-top: 0px;
	margin-bottom: 20px;
	}
#minor_nav {
	font-size: 1.2em;
	padding-left: 68px;
	padding-top: 21px;
	color: #9c7c38;
}
#minor_nav a:link { color: #9c7c38; text-decoration: none }
#minor_nav a:visited { color: #9c7c38; text-decoration: none }
#minor_nav a:hover { color: #9c7c38; text-decoration: underline }
#minor_nav a:active { color: #9c7c38; text-decoration: none }
#footer {
	font-size: 1.1em;
	margin-top: 50px;
	margin-bottom: 45px;
	color: #9c7c38;
	}
.dots {
	padding-top: 10px;
	padding-left: 4px;
	}
#content {
	margin-left: 6px;
	margin-right: 30px;
	margin-top: 21px;
	}
#content a:link { color: #9c7c38; text-decoration: none }
#content a:visited { color: #9c3838; text-decoration: none }
#content a:hover { text-decoration: underline }
#content a:active { color: #9c7c38; text-decoration: none }
#content p {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 16px;
	}
#content h4 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 0px;
	}
#content p.note {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	color: #9c7c38;
	}
#forms {
/*	font-size: 1.1em; */
	}
#forms table {
	font-size: 100%; /* IE Hack */
	}
#forms th {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding-right: 20px;
	padding-bottom: 5px;
	}
#forms td {
	font-size: 1.1em;
	padding-bottom: 5px;
	}
#forms td p.note {
	font-size: .9166em;
	font-style: normal;
	line-height: 12px;
	}
#forms td td {
	font-size: 1em;
	}
#forms td.radio_check {
	padding-left: 15px;
	padding-right: 10px;
	}
#forms td.radio_text {
	white-space: nowrap;
	}
#forms .field {
	font-size: 1em;
	background-color: #f7edd3;
/*	border-color: #cac2ad; */
	}
#forms .comment_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f7edd3;
	border: solid 1px #f7edd3;
	padding: 7px;
	width: 670px;
	height: 100px;
	}
#no_script {
	background-color: yellow;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	}
#no_script h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: red;
	padding-top: 7px;
	margin-bottom: 0px;
	}
#no_script ul {
	text-align: left;
	font-size: 1.1em;
	margin-left: 175px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
	}
#no_script li {
	margin-top: 3px;
	}
#no_script p {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
