@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}
p {
	line-height: normal;
	font-size: 6pt;
	color: #000000;
	text-indent: 20pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	overflow: visible;
	font-size: 9pt;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 1pt;
	padding-bottom: 0pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
}
h3 {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	letter-spacing: 0.2em;
}
h4 {
	font-weight: bold;
	color: #000000;
	overflow: visible;
	font-size: 10pt;
	padding-top: 0pt;
	padding-bottom: 0px;
	text-transform: uppercase;
	line-height: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
#container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	font-size: 6pt;
} 
#container   li  {
	list-style-type: none;
	line-height: normal;
	text-indent: -15pt;
	color: #454545;
	font-size: 6pt;
}
#header {
	background-image: none;
	background-position: center top;
	height: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#title {
	left: inherit;
	position: inherit;
	height: auto;
	width: 100%;
	overflow: visible;
	padding-top: 10pt;
}
#res #sidebar1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.2in;
	width: 3.2in;
	margin-top: .5in;
	margin-right: 0px;
	line-height: normal;
	height: auto;
	text-align: right;
	padding-left: 0px;
	float: left;
	color: #454545;
}
#res #mainContent {
	margin-top: 2.5in;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 3.5in;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	color: #000000;
}
#res  #mainContent  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
}
#res  #mainContent  h1 {
	font-size: 6pt;
}
 
#nav {
	display: none;
	height: 1px;
}
#footer {
	font-size: 6pt;
	color: #2B2B2B;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	border-top-style: none;
	padding-left: 0px;
}
#footer p {
	text-indent: 0px;
}
.noprint {
	display: none;
}
.printonly {
	display: inline;
}
