@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: #FFFFFF;
	color: #A0C0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #669966;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #669966;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
p {
	padding-left: 12px;
}

a,  a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
  color: #FFCC33;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#header {
	background-color: #F9F1E4;
	background-image: url(../images/build/header_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px #FAF2AE;
	font-size: 18px;
	font-weight: bold;
	height: 130px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #topNav {
	border-bottom: solid 1px #F5E3BB;
	height: 18px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 268px;
}
#outerWrapper #topNav a, #outerWrapper #topNav a:link {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#outerWrapper #topNav a:visited {
	color: #FFCC99;
	font-size: 110%;
}
#outerWrapper #topNav a:hover {
	color: #FF0000;
	font-size: 110%;
	text-decoration: underline;
}
#outerWrapper #topNav a:focus {
	font-size: 110%;
}
#outerWrapper #contentWrapper #nav {
	border-right: solid 1px #FAF2AE;
	float: left;
	margin-right: 20px;
	width: 180px;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: 20px;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	border-top: solid 1px #FAF2AE;
	margin-top: 8px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 80%;
	font-weight: bolder;
}
