/* HTML Elements */
body {
	font:100.1%  Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	padding:0;
	margin:0;
	background-color:#628A6D;
}
h1 {
	float:right;
	padding:30px 15px 5px 0;
	margin:0;
	color:#988258;
	font-weight:bold;
	font-size:1em;
}
h2 {
	color:#4A2208;
	font-size:1.3em;
	margin:0;
	padding:0.5em;
}
#head h2{
	background-color:#CADBC1;
	border-top: 2px solid #000000;
	font-size: 1em;
	font-style: italic;
	text=align:left;
	margin:0;
	padding:0.3em 4em;;
}
h3 {
	color:#4A2208;
	font-size:1.1em;
	margin:0;
	padding:0.4em;
}
p {
	margin:0;
	padding:0.5em;
	font-size:.8em;
}
#foot p {
	font-size:0.7em;
	padding:0.2em;
}
#foot p a:link, #foot p a:visited {
	color:#000;
	text-decoration:none;
}
#foot p a:hover, #foot p a:active {
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0.5em 3em;
	list-style-type:disc;
}
li {
	font-size:.8em;
	margin:0;
	padding:0;
}
ul li ul {
	margin:0;
	padding:0 0 0 1.5em;
	list-style-type:circle;
}
ul li ul li {
	font-size:1em;
	margin:0;
	padding:0;
}
ul#arrow {
	color:#990000;
}
legend {
	padding: 0.2em 0.5em;
	border:1px solid #DBD2C1;
	color:#4A2208;
	font-size:0.9em;
	text-align:right;
	font-weight: bold;
}
fieldset {
  padding: 1em;
  border:1px solid #DBD2C1;
}
label {
  float:left;
  width:20%;
  margin:0.3em 0.5em 0.3em 0;
  padding-top:0.2em;
  text-align:right;
  font-size:0.8em;
  font-weight:bold;
}
input, select {
	margin:0.3em 0;
}
/* Layout */
#wrapper {
	width:760px;
	text-align:left;
	margin:0 auto;
	border:1px solid #000;
	background:#DBD2C1 url(/images/anta.gif) no-repeat 5% 95%;
	text-align:left;
}
#head {
	background-color:#DBD2C1;
}
#subhead {
	height:110px;
	background:#CADBC1 url(/images/header.jpg) no-repeat;
	border-bottom:1px solid #000;
}
#side {
	background-color:#DBD2C1;
	width:165px;
	float:left;
	padding:1em 0.3em 0em 1.5em;
}
#content-wrap{
	border-left:1px solid #000;
	margin-left:198px;
}
/* \*/
* html #content-wrap {
	height:0.1%;
}
/* */
#content {
	background:#fff url(/images/bamboo.jpg) no-repeat right bottom;
	border-left:4px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0.5em;
}
/* \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */
#content-bar{
	height:10px;
	background-color:#CADBC1;
}
#foot{
	text-align:center;
	background-color:#CADBC1;
}
#spacer {
	height:8em;
}
/* Navigation */
#side ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#side li {
	margin:0.7em 2em 0 0;
	padding:0;
	font-size:0.8em;
}
#side li a:link, #side li a:visited {
	color:#5B2D2D;
 	/* background: url(/images/nav-health.gif) no-repeat 0 0; */
	padding:0.5em;
	display:block;
	height:1em;
	text-decoration:none;
	border-bottom: 1px solid #663333;
	border-left: 1px solid #663333;
}
#side li#here a:link, #side li#here a:visited,
#side li a:hover, #side li a:active, #side li a:focus {
	color:#9B4D4D;
	border-bottom: 1px solid #800040;
	border-left: 1px solid #800040;
 	/* background: url(/images/nav-health.gif) no-repeat 0 -36px; */
	
}
/* Images */
#logo {
	float:left;
	margin:5px 0 5px 10px;
}
#jim {
	float:right;
	margin:8px 0 0 5px;
}
 /* CLasses */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
.center {
	margin:0 auto;
	text-align:center;
}