/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 16px;

}

body {
	background-color: #333333;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
/* Commonly used to style page titles. */
h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #732600;
}
/* Commonly used to style section titles. */
h2 {
  color: #732600;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #4B4B4B;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4B4B4B;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #732600;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #732600;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #732600;
}

#outerWrapper {
  background-color: #fff;
  border: solid 5px #c7ccac; 
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 743px;
}
#outerWrapper #header {
	background-color: #732600;
	/*background-image: url("images/homeheader2.jpg");*/
	/*background-position: top left;*/
	/*background-repeat: no-repeat;*/
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	height: 124px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #ACB188;
	border-right: solid 1px #666;
	float: left;
	padding: 0 10px 10px 1px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A0C0C;
	/*border-left: 5px solid #5A6F43;*/
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #ffffff;
	/*border-left: solid 1px #666; */
	float: right;
	padding: 10px 3px 10px 1px; 
	width: 5px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 5px 0 170px; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #ACB188;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	color: #333333;
	font-size: 10px;
}


.featurebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
	letter-spacing: 2px;
	border: solid 1px #000000;
	padding: 3px 3px 3px 3px;
	text-transform: uppercase;
}
