@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #d4e5d6;
	background-image: url("/images/bcgnd.jpg");
	background-repeat: repeat-x;
	color: #4a527a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

p {
	padding-bottom: 8px;
}
h1 {
	color: #3e486f;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 1px;
}
h2 {
	color: #485382;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

.quote {
	text-indent: -7px;
	font: italic 16px/20px "Times New Roman", Times, serif;
	padding-top: 22px;
	color: #2B3C94;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;

}
a,  a:link {
	color: #4a527a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #4a527a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: none;
}
a:focus {
	color: #4a527a;
}
a:active {
	color: #4a527a;
}
ul {
	margin: 0px 0px 12px 15px;
	padding: 0px;
}
#outerWrapper {
	background-color: #fff;
	margin: 0px auto 20px;
	text-align: left;
	width: 780px;
}
#outerWrapper #header {
	height: 150px;
	background: url(/images/head.jpg);
}

#outerWrapper #header #toptxt {
	float: right;
	margin-top: 85px;
	margin-right: 20px;
	width: 250px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background: #fff url(/images/contentbgrnd.gif) repeat-y;
}
#contentWrapper #leftNav  {
	float: left;
	font-size: 11px;
	padding: 0px 15px 20px 27px;
	width: 126px;
}
#contentWrapper #leftNav ul {
	margin: 0px 0px 8px;
	padding: 0px;
	list-style: none;
}

#contentWrapper #leftNav ul li {
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	line-height: 13px;
}

#contentWrapper #leftNav ul li a {
	font-weight: bold;
	margin-right: 6px;
}
#contentWrapper #leftNav ul li:hover {
	background: url(/images/bullet.gif) no-repeat 0px 6px;
	padding-left: 10px;
	color: #111;
}


a.current {
	background: url(/images/bullet.gif) no-repeat 0px 3px;
	padding-left: 10px;
	margin-left: -10px;
	color: #111;
}

#outerWrapper #contentWrapper #leftNav h1 {
	padding: 5px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	color: #527058;
}

#outerWrapper #contentWrapper #leftNav p {
	padding: 5px 0px 3px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}
#outerWrapper #contentWrapper #leftNav p a:hover {
	background: #FFF url(/images/bullet.gif) no-repeat 0px 3px;
	margin-left: -10px;
	padding-left: 10px;
	color: #111;
}

#outerWrapper #contentWrapper #leftCol {
	margin-left: 170px;
	margin-right: 290px;
	padding-bottom: 20px;
}
#outerWrapper #contentWrapper #rightCol {
	float: right;
	padding: 0px 20px 20px 0px;
	width: 256px;
	text-align: left;
}

#outerWrapper #contentWrapper #rightCol #slideshow {
	margin-left: 20px;
	width: 230px;
	padding-bottom: 20px;
}
#outerWrapper #footer {
	background-image: url("/images/footerbgrnd.gif");
	height: 46px;
	text-align: right;
	padding-right: 20px;
}

#outerWrapper #footer p {
	padding-top: 10px;
	color: #777;
	font-variant: small-caps;
}

