body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 82%;
  text-align: center;
  background-color: #F1E382;
}

p {
	color: #333;
}

td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 76%;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 125%;
	padding: 0px 0px 0px 0px;
}

h1 {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #990000;
  padding: 10px 0px 0px 0px;
}

h3 {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #2A63BC;
  padding: 0px 0px 0px 0px;
}

h6 {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
}
a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #2b64bb;
	text-decoration: none;
}

a:visited{
	color: #2b64bb;
	text-decoration: none;
}

a:hover{
	color: #ffc;
	text-decoration: none;
	background-color: #CC9933;
}

ul#navigation {
	width: 165;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul#navigation a {
	display: block;
	padding: 4px, 4px;
	border-bottom: 1px solid #d6b56e;
}

ul#navigation a:hover {
	background-color: #d6b56e;
}

ul#navigation li {
	display: inline;
}

img#border {
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 0;
	clear: right;
}

img#border2 {
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 25px 0;
	clear: right;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {   
	width: 800px; 
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffc;
	margin-top: 4px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto; 
	float: center; 
}

#masthead {
	padding: 4px 0px 0px 0px;
	text-align: center;
	background-color: #d6b56e;
	width: 800px;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}

#sidebar {
	float:left;
	clear: left;
	width: 165px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin-top: 12px;
}

#rightimagebar {
	float: right;
	width: 200;
	margin: 25px 0 10px 20px;
}

#rightimagebarhome {
	float: right;
	width: auto;
	margin: 25px 0 10px 20px;
}

#navBar {
}


#blurb {
	float:left;
	clear: left;
	width: 165px;
	text-align: center;
	padding: 6px 6px 6px 6px;
	text-align: center;
	margin-top: 6px;
	background-color: #ecda85;
}

#blurb2 {
	float:left;
	clear: left;
	width: 165px;
	text-align: center;
	padding: 6px 6px 6px 6px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 14px;
	background-color: #ecda85;
}


#feature {
	width: 580px;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-right: 10px;
	padding: 10px;
}

#featurepic {
	clear: right;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	text-align: left;
}

#footer {
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #d6b56e;
	width: 800px;
	margin-top: 12px;
	margin-bottom: 0;
	clear: both;
}

