html {
	height: 100%;
	min-height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #9A9376;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFAF0;
	height: 100%;
	min-height: 100%;
}
h1 {
	font-weight: bold;
	text-align: center;
	letter-spacing: .7em;
	font-size: 175%;
	font-family: "Courier New", Courier, mono;
	color: #79745C;
	margin-top: 40px;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: -15px;
	color: #79745C;
	font-family: "Courier New", Courier, mono;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: -15px;
	color: #79745C;
	font-family: "Courier New", Courier, mono;
}
p {
	font-size: 90%;
	line-height: 185%;
	text-align: justify;
}
#parent {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	background-image: url(site_graphics/background_main.gif);
	background-repeat: no-repeat;
	background-position: 295px 125px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9A9376;
}
#left {
	vertical-align: top;
	width: 285px;
	background-attachment: scroll;
	background-image: url(site_graphics/medkit.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 225px;
	float: left;
	height: 100%;
	min-height: 100%;
}
#right {
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(site_graphics/paper.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 415px;
	padding-top: 175px;
	height: auto;
}
#mainnav {
	font-weight: bold;
	text-align: right;
	font-family: "Courier New", Courier, mono;
	}
#mainnav ul {
	margin-left: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9A9376;
	} 

#mainnav ul li {
	margin-left: 0;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9376;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#mainnav ul li a:link {
	color: #79745C;
	text-decoration: none;
	padding-right: 30px;
	margin-right: 7px;
	background-attachment: scroll;
	background-image: url(site_graphics/eyeclosed.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainnav ul li a:hover {
	color: #523636;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(site_graphics/eyecon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainnav ul li a:visited {
	color: #79745C;
	text-decoration: none;
	padding-right: 30px;
	margin-right: 7px;
	background-attachment: scroll;
	background-image: url(site_graphics/eyeclosed.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a:link {
	color: #79745C;
	text-decoration: underline;
}
a:hover {
	color: #523636;
	text-decoration: none;
}
a:visited {
	color: #79745C;
	text-decoration: none;
}
#subnav {
	text-align: center;
}
#divider {
	background-attachment: scroll;
	background-image: url(site_graphics/divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 285px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#links {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 285px;
	line-height: 140%;
}
#footer {
	font-size: 70%;
	font-weight: bold;
	color: #79745C;
	background-attachment: scroll;
	background-image: url(site_graphics/divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 285px;
	text-align: center;
}
#preferred {

	font-size: 70%;
	color: #79745C;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 285px;
	text-align: center;
}
#valid {


	font-size: 70%;
	color: #79745C;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 285px;
	text-align: center;
}

