@charset "UTF-8";
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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
p {
	padding-top: 4px;
	padding-bottom: 8px;
	margin: 0px;
}
h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 8px;
}
a, a:link {
	color: #3f161a;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #3f161a;
}
a:active {
  color: #000;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 768px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #fff url(../images/bckgrnd.gif);
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	height: 180px;
	line-height: 15px;
	border-bottom: 1px solid #999999;
	background: #E4E4E4 url(../images/head2.gif);
}
#outerWrapper #topNavigation {
	padding: 5px 0px 5px 3px;
	background: #f6f6f6;
	margin: -40px 0px 15px 252px;
}
#outerWrapper #topNavigation a, #outerWrapper #topNavigation a:link {
	color: #3f161a;
	font-size: 11px;
	text-decoration: none;
	padding-right: 9px;
}
#outerWrapper #topNavigation a:visited {
  color: #3f161a;
  text-decoration: none;
}
#outerWrapper #topNavigation a:hover {
  color: #000000;
  text-decoration: underline;
}
#outerWrapper #topNavigation a.current {
	color: #000000;
  	text-decoration: underline;
}
#outerWrapper #contentWrapper #rightColumn {
	float: right;
	padding: 20px;
	width: 240px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 280px 0 0;
	padding: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	border-top: solid 1px #666;
	padding: 10px 20px 10px 20px;
	background: #FFFFFF;
}
#outerWrapper #footer a {
	color: #666666;
	font-weight: bold;
}
