/* HTML ELEMENTS */
div#scrollbar {
		display:none; /* hide */
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #000000;
}
img {
	border: 0;
	display:block;
}
.inline {
	border: 0;
	display:inline;
}
p {
	padding-bottom: 10px;
}
.clear {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
	height: 1px;
}
.center {
	text-align: center;
}
.floatleft {
	float:left;
}
/* HEADERS */
h1  {
    color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 26px;
}
h1 span {
    display: none;
}
h2  {
    color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 19px;
}
h2 span {
    display: none;
}
#headerhome {
    height: 310px;
    margin: 0 0 0px 0px;
    background-repeat: no-repeat;
    background-image: url("../images/home_main.gif");
}
/* LAYOUT ELEMENTS */
.home #wrapper {
	width: 855px;
	padding: 5px 0px 0 0px;
	margin: 0 auto;
	text-align: left;
}

.secondary #wrapper {
	width: 855px;
	padding: 5px 0px 0 0px;
	margin: 0 auto;
	text-align: left;
}

.footertype #wrapper {
	width: 855px;
	padding: 5px 0px 0 0px;
	margin: 0 auto;
	text-align: left;
}



body.print {
	width: 800px;
	padding: 0;
	margin: 10px;
	text-align: left;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color:#ffffff;
	
}
.print h1  {
    color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 26px;
}
h1 span {
    display: none;
}
.print h2  {
    color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 19px;
}
h2 span {
    display: none;
}
.print a {
color: #000000;
text-decoration: underline;
}

.iconpdf {
	border: 0;
	display: inline;
	padding: 0px 0px 2px 0px;
	margin: 0;
	vertical-align:middle;
}

.numberlist {
	list-style: decimal inside;
	padding: 0 0 0 30px;
}
.numberlist li {
	list-style: decimal outside;
}

.bulletlist
{
margin: 0 0 6px 20px;
padding: 0px 0 4px 0px;
color: #000000;
}
.bulletlist li
{
padding: 0 0 0px 0px;
}

.sitemaplist
{
margin: 0 0 6px 20px;
padding: 0px 0 4px 0px;
color: #000000;
}
.sitemaplist li
{
padding: 0 0 0px 0px;
}
.spacer {
	height: 1px;
}