@charset "utf-8";
/* 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%;
}
body {
	background-color: #cccc99;
	color: #66694e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
}
h1 {
	color: #7e0c22;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h2 {
	color: ##66694e;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #461C5E;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #461C5E;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #063;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
a.footer:link {
	color: #6E7643;
	font-weight: normal;
	text-decoration: underline;
}
a.footer:visited {
	color: #6E7643;
	font-weight: normal;
	text-decoration: underline;
}
a.footer:hover {
	color: #063;
	text-decoration: underline;
}
#outerWrapper {
	text-align: left;
	width: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	background-color: #030; 
	height: 253px;
	width: 725px;
}
#outerWrapper #header2 {
	background-color: #030; 
	height: 82px;
	width: 725px;
}
#outerWrapper #menu {
	background-color: #FFF;
	height: 82px;
	width: 725px;
	background-image: url(images/p2_back.jpg);
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	background-image: url(images/homeback.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 515px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #FFF;
}
#outerWrapper #contentWrapper2 #content {
	background-color: #FF9;
	margin-left: 300px;
}
#outerWrapper #contentWrapper2 #content #leftcol {
	margin: 0;
	background-color: #9F3;
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009;
}
#outerWrapper #navigation {
	text-align: center;
	margin-bottom: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#outerWrapper #footer {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	color: #4F5436;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E7643;
	text-transform: uppercase;
}
</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}
p {
	line-height: 18px;
	margin: 0px;
	padding: 10px;
}

