html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

img {
	border: none;
	}


body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}


h1 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
}


h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 30px;
}


h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}


a,  a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}


a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}


a:hover {
	color: #0000FF;
	text-decoration: underline;
}


a:focus {
	color: #000099;
}


a:active {
	color: #000099;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}


#header {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #E0C189;
}


#leftside ul {
	padding: 0 0 0 25px;
	}

#leftside li {
	padding: 5px 0px 5px 0px;
	}


#leftside {
	background-color: #FFFFFF;
	border-right: solid 1px #666;
	float: left;
	padding: 10px;
	width: 180px;
	font-size: 0.8em;
}

#leftside a:link {
	color: #403011;
	font-weight: bold;
	text-decoration: none;
}


#leftside a:visited {
  color: #403011;
	font-weight: bold;
	text-decoration: none;
}


#leftside a:hover {
	color: #946D27;
	text-decoration: none;
}


#leftside a:focus {
  color: #403011;
	font-weight: bold;
	text-decoration: none;
}


#leftside a:active {
  color: #946D27;
}


#content {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}


.clearFloat {
  clear: left;
  display: block;
}


#footer {
	background-color: #E0C189;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
	text-align: center;
}


#pullout {
	float: right;
	width: 170px;
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #594217;
	margin: 10px;
	}


.floatright {
	float: right;
	padding-left: 10px;
	}
	
	
.floatleft {
	float: left;
	padding-right: 10px;
	}
