html, body, {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #666;
  background-image: url("../images/structure/bg.gif");
  color: #29303b;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
#outerWrapper {
  background-color: #fff;
  background-image: url("../images/structure/bg_paper_nav.jpg");
  background-repeat: repeat-y;
  border: solid 8px #423421;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  background-image: url("../images/structure/website-banner.jpg");
  background-position: top;
  background-repeat: no-repeat;
  border-bottom: solid 1px #634929;
  height: 90px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftnav {
  float: left;
  padding: 10px 10px 10px 10px;
  width: 130px;  
}
#outerWrapper #contentWrapper #leftnav h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #612e00;
  margin-top: 1em;
}
#outerWrapper #contentWrapper #leftnav a:link {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #contentWrapper #leftnav a:visited {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #contentWrapper #leftnav a:hover {
  text-decoration: none;
  color: #956839;
}
/*Start of menu navigation*/
#outerWrapper #contentWrapper #leftnav #menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	font-size: .8em;
	line-height: 1.2em;
}
#outerWrapper #contentWrapper #leftnav #menu li {
	font-weight: bold;
	margin-bottom: .8em;
}
#outerWrapper #contentWrapper #leftnav #menu a:link {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #contentWrapper #leftnav #menu a:visited {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #contentWrapper #leftnav #menu a:hover {
  text-decoration: none;
  color: #956839;
}
/*End of menu navigation*/
#outerWrapper #contentWrapper #content {
  color: #29303b;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 0 150px;
  padding: 15px 20px 15px 15px;
}
#outerWrapper #contentWrapper #content p {
  color: #29303b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
  line-height: 1.5em;
}
#outerWrapper #contentWrapper #content ul {
  color: #29303b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
  line-height: 1.5em;
}
#outerWrapper #contentWrapper #content ol {
  color: #29303b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
  line-height: 1.3em;
}
#outerWrapper #contentWrapper #content td {
  color: #29303b;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

#outerWrapper #contentWrapper #content td p {
  color: #29303b;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}
#outerWrapper #contentWrapper #content h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #1b0431;
}
#outerWrapper #contentWrapper #content h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #612e00;
}
#outerWrapper #contentWrapper #content h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #1b0431;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #contentWrapper #content a:visited {
  text-decoration: underline;
  color: #956839;
}
#outerWrapper #contentWrapper #content a:hover {
  text-decoration: none;
  color: #473624;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-image: url("../images/structure/bg_paper_bot.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  border-top: solid 1px #634929;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #footer a:visited {
  text-decoration: underline;
  color: #473624;
}
#outerWrapper #footer a:hover {
  text-decoration: none;
  color: #612e00;
}
img.floatLeft { 
    float: left; 
    margin: 6px 6px 6px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 6px 0px 6px 6px; 
	clear: right;
}
img.floatLeftBorder { 
    float: left; 
    margin: 6px 6px 6px 0px;
	border: 1px solid #666666;
	clear: right;
}
img.floatRightBorder { 
    float: right; 
    margin: 6px 0px 6px 6px;
	border: 1px solid #333333;
}
img { 
	border: 1px solid #333333;
}
.onFocus{	border: 1px solid #634929; BACKGROUND-COLOR: #FFFF99; font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000;}

.onBlur{	border: 1px solid #B9D0EB; BACKGROUND-COLOR: #FFFFCC; font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666;}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D4FC9E;
	font-size: 11px;
	color: #000;
	border-width: 1;
	border-color: #97D545;
	border-style: solid;
	border-top-color: #97D545;
}
TEXTAREA, INPUT, SELECT
{
	BORDER-RIGHT: #634929 1px solid;
	BORDER-TOP: #634929 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #634929 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #634929 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFCC;
}