* {
	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 solid #993300;
	color: #993300;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
}
h3 {
    color: #616161;
	font-style: italic;
	font-size: 105%;
	margin: 10px 10px 10px 0;
}

h4 {
    color: #616161;
	font-weight: light;
	font-size: 90%;
	margin: 2px;
}

b {
	font-style: italic;
}

strong {
	font-variant: small-caps;
}

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: 10px 20px 20px 20px;
	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: #CD853F url(images/header.jpg) right no-repeat;
	color: #ffeecc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	top: 10px;
    height: 120px;
    width: 98%;
	line-height: 180px;
	text-indent: 10px;
}
#header a {
	color: #ffeecc;
	text-decoration: none;
}
#header a:hover {
	color: #993300;
	text-decoration: none;
}

#navigation {
	float: left;
	height: auto;
	top: 130px;
	bottom: 4px;
	width: 190px;
	border-right: 1px solid #993300;
}

#navigation p {
	color: #993300;
	font-size: 130%;
	border-bottom: 1px solid #993300;
	padding: 2px;
}

#navigation ul li {
	color: #993300;
	display: block;
	line-height: 16px;
	list-style: none;
	padding: 2px;
}
#navigation ul li a {
	color: #616161;
	display: block;
	text-decoration: none;
	width: 186px;
}

#navigation li a:hover {
	background: #993300 url(Images/selector.gif) center right no-repeat;
	color: #fff;
}

#textcontent {
    float: none;
    top: 130px;
    bottom: 4px;
	margin-left: 190px;
	height: auto;
	width: auto;
	padding-left : 6px;
	padding-right: 6px;
	border-left: 1px solid #993300;
	
}
#textcontent p {
	line-height: 140%;
}

#textcontent ul, ol {
	margin: 12px;
}

#textcontent ul li {
	list-style: square outside;
	line-height: 140%;
	margin: 0 0 4px 22px;
}

#textcontent ol li {
	list-style: decimal;
	line-height: 140%;
	margin: 0 0 4px 22px;
}

#textcontent table {
	!border: 1px solid #993300;
	!border-collapse: collapse;
}

#textcontent td {
	padding: 4px 4px 4px 4px;
}

