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

body {
  background-color: #554641;
  background-image: url(images/bk.jpg);
  background-repeat: repeat;
  color: #2a2d2e;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-width: 798px;
	text-align: left;
	width: 800px;
	border: 2px solid #1A1917;
	background-image: url(images/bkleftcolumnslice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#header {
	height: 200px;
	padding: 0px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191816;
	background-color: #50413C;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
}
#navbar {
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C413B;
}

#leftColumn {
	float: left;
	width: 200px;
	clear: both;
	background-image: url(images/bk_leftcolumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #413833;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftColumn a {
	font-weight: bold;
	color: #1D1C1A;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
}
#leftColumn a:hover {
	font-weight: bold;
	color: #FFFFEB;
	text-decoration: none;
	font-size: 14px;
}

#left_lower {
	background-image: url(images/bk_leftcolumn_lower.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 220px;
	height: 157px;
	margin-top: -144px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	margin-left: 220px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.abouttext {
	font-size: 14px;
	line-height: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


#content a {
	font-weight: bold;
	color: #4C413B;
	text-decoration: none;
	line-height: 20px;
}
#content a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}



.clearFloat {
  clear: left;
  display: block;
}
#footer {
	background-color: #4C413B;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A1917;
}
h1 {
	font-size: 16px;
	color: #1D1C1A;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #2A2D2E;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC99;
	text-decoration: none;
}
hr {
	height: 2px;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #330000;
}

p {
	text-align: justify;
	line-height: 18px;
}


</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}
