html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
.bold_face {
	font-weight: bold;
}
body {
  background-color: #E4E2D0;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2pc;
  margin: 35 0 0 0;
  padding: 0 0 0 0;
}
h1 {
  color: #2D2F70;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3pc;
}
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
a,  a:link {
  color: #2D2F70;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #2D2F70;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #993300;
  text-decoration: underline;
}
/*a:focus {
	color: #2D2F70;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}*/

a.footer,  a.footer:link {
	color: #FFFFEC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;  
}
a.footer:visited {
  color: #FFFFEC;
  font-weight: bold;
  text-decoration: none;
}
a.footer:hover {
  color: #993300;
  text-decoration: underline;
}
/*a.footer:focus {
	color: #FFFFEC;
	text-decoration: none;
}
a.footer:active {
	color: #993300;
	text-decoration: none;
}*/

#outerWrapper {
	/*background-image: url(img/bg_color.gif);*/
	border: solid 1px #000000;
	text-align: left;
	width: 780px;
	padding: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #FFFFEC;
}
#outerWrapper #header {
	padding: 0px;
	background-color: #FFFFEC;
}
.negative_margin_5px {
	margin-top: -5px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 131px;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E2D0;

}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
  color: #2D2F70;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  background-color: #FFFFEC;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited {
	color: #2D2F70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	background-color: #FFFFEC;
}
.add_12px_left_padding {
	padding-left: 12px;
}
.add_12px_bottom_padding {
	padding-bottom: 12px;
}
.add_12px_right_padding {
	padding-right: 12px;
}
.center_type {
	text-align: center;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color: #993300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
  background-color: #FFFFEC;
}
#outerWrapper #contentWrapper #leftColumn1 a:active {
  color: #2D2F70;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #FFFFEC;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 161px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#outerWrapper #contentWrapper #content h2 {
  color: #2D2F70;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #CCCB9B;
	color: #2D2F70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding: 7px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D2F70;
}
.negative_margin_right_12px {
	margin-right: -12px;
}
.horizontal_rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCB9B;
}
