@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;
}
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;
}
a.emphasis:link {
	color: #6E7643;
	font-weight: bold;
	text-decoration: underline;
}
a.emphasis:visited {
	color: #6E7643;
	font-weight: bold;
	text-decoration: underline;
}
a.emphasis:hover {
	color: #940D22;
	text-decoration: underline;
}
.indent {
	padding-left: 10px;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 725px;
	background-repeat: repeat-y;
	background-position: left top;
}
#outerWrapper #header {
  background-color: #ddd;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 330px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 370px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #CC9;
	background-image: url(images/p2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E7643;
	text-align: center;
	text-transform: uppercase;
	padding-top: 90px;
	padding-bottom: 30px;
}
#outerWrapper #header2 {
	background-color: #030; 
	height: 82px;
	width: 725px;
}
#outerWrapper #line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	padding-top: 5px;
}
#outerWrapper #menu {
	background-color: #FFF;
	height: 72px;
	width: 725px;
	background-image: url(images/p2_back.jpg);
	padding-top: 10px;
}
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
.emphasis {
	font-size: 14px;
	font-weight: bold;
	color: #505337;
}

