* {
	border: 0;
	margin: 1;
	padding: 0;
}
body {
	color: #616161;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 78%;
}
p {
	padding: 2px;
}
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF7722;
	text-decoration: none;
}
h1 {
	color: #993300;
	font-size: 150%;
	margin: 10px 20px 10px 0;
}

h2 {
	border-bottom: 1px outset #993300;
	color: #993300;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
}
h3 {
	font-style: italic;
	font-size: 110%;
	margin: 2px;
}

h4 {
	font-weight: light;
	margin: 2px;
}

h4 {
	font-weight: light;
	font-size: 90%;
	margin: 2px;
}

b {
	font-style: italic;
}

img {
	margin: 8px;
}

div.figure {
  float: right;
  width: 30%;
  border: thin #CD853F solid;
  margin: 8px;
}

div.figure-tall {
  float: right;
  width: 20%;
  border: thin #CD853F solid;
  margin: 8px;
}

div.figure-wide {
  float: right;
  width: 40%;
  border: thin #CD853F solid;
  margin: 8px;
}

div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 1px;
  margin: 1px;
}

div.figure-tall p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 1px;
  margin: 1px;
}

div.figure-wide p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 1px;
  margin: 1px;
}

img.scaled {
  width: 90%;
}

img.scaled-tall {
  height: 80%;
  width: 80%;
  max-height: 220px;
}

img.scaled-wide {
  width: 90%;
}

blockquote {
	!margin: 1px 10px 1px 10px;
	padding: 2px;
	font-style: italic;
}

#wrap {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 99%;
}
#header {
	background: #FFA500 url(images/header.jpg) right no-repeat;
	color: #ffeecc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	height: 120px;
	line-height: 180px;
	text-indent: 10px;
}
#header a {
	color: #2E8B57;
	text-decoration: none;
}
#header a:hover {
	color: #993300;
	text-decoration: none;
}
#leftcolumn {
	float: none;
	margin-left: 6px;
	margin-right: 6px;
	padding: 12px 40px 30px 9px;
}
#leftcolumn p {
	line-height: 140%;
}
#leftcolumn ul {
	margin: 12px;
}
#leftcolumn ol {
	margin: 12px;
}
#leftcolumn ul li {
	list-style: square outside;
	line-height: 140%;
	margin: 0 0 4px 22px;
}

#leftcolumn ol li {
	list-style: decimal;
	line-height: 140%;
	margin: 0 0 4px 22px;
}

#rightcolumn {
	float: right;
	width: px;
}
#rightcolumn img {
	border: 1px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}

#nav {
	padding-top: 16px;
	padding-bottom: 40px;
	width: 179px;
}

#nav p {
	color: #993300;
	font-size: 130%;
	border-bottom: 1px solid #993300;
	padding: 5px;
}

#nav ul li {
	color: #993300;
	display: block;
	line-height: 16px;
	list-style: none;
	padding: 5px;
}
#nav ul li a {
	color: #993300;
	display: block;
	text-decoration: none;
	width: 169px;
}

#nav li a:hover {
	background: #993300 url(Images/selector.gif) center right no-repeat;
	color: #fff;
}

#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #993300;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(Images/selector_sub.gif);
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}