body {
	margin: 0px;
	padding: 0px;
    font-family: Times New Roman, Times, serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
	width: 100%;
}

h1 {
	color: #000000;
	font-size:22px;
}

h2 {
	margin-bottom: 10px;
	color: #000000;
	font-size:15px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

.dontprint {
	display:none;
}

/* Secure Menu */
#page #content #innerContent #secMenu {
	display:none;
}
#page #content #innerContent #secMenu .mainmenu {
	display:none;
}
#page #content #innerContent #secMenu .mainmenu a {
	display:none;
}
#page #content #innerContent #secMenu .mainmenu .separator {
	display:none;
}
#page #content #innerContent #secMenu .submenu {
	display:none;
}
#page #content #innerContent #secMenu .submenu a {
	display:none;
}
#page #content #innerContent #secMenu .submenu .hr {
	display:none;
}

/* DIV containers */
#container {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
}

#topShade {
	display:block;
}

#topShade #scenic {
	display:none;
}
*html #topShade #scenic {/* Work around for IE6 */
	display:none;
}

#page {
	width: 796px;
	text-align: left;
}
*html #page {/* Work around for IE6 */
	background: none;
}

#page #top {
	display:none;
}
#page #top #mainMenu {
	display:none;
}

/* Menu */
#page #top #mainMenu .mainmenu {
	display:none;
}
#page #top #mainMenu .submenu {
	display:none;
}

#page #top #mainMenu .mainmenu a {
	display:none;
}

#page #top #mainMenu .submenu a {
	display:none;
}

#page #top #mainMenu .submenu .hr {
	display:none;
}

/* Navigation */
#page #top #navigation {
	display:none;
}
#page #top #navigation #search {
	display:none;
}

#page #top #navigation #switch {
	display:none;
}

/* Copyright */
#footer {
	padding: 50px 0px 20px 0px;
	font-size: 14px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}
*html #footer {/* Work around for IE6 */
	display:block;
}
#footer #copyright {
	display:block;
}

/* Content */
#page #content {
	width: 796px;
}
#page #content #innerContent {
	clear: both;
	width: 796px;
	margin: 0px;
	padding: 0px;
}
#page #content #innerContent #leftContent {
	width: 796px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#page #content #innerContent #rightContent {
	display:none;
}

#page #content #innerContent .boldLine {
	font-weight: bold;
}

#page #content #innerContent .title {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

#page #content #innerContent #leftContent .hr {
	display:none;
}

#page #content #innerContent #rightContent {
	display:none;
}
.infoBoxTitleCornerRight {
	display:none;
}

/* General classes used throughout the site */
.clear {
	*float: left; /*IE Fix*/
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
.spacer { clear:both; line-height: 5px; }
.hr {
	height: 1px;
	line-height: 1px;
	color: #FF8600;
}
.separator { color: #FF8600; }

.normalFont { font-size: 11px; color:#000; }
.largeFont { font-size: 13px; color:#000; }
.largeFontNoColor { font-size: 13px; }

/* Form */
input.fieldSmall {
	font-family: Verdana, sans-serif;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #000000 solid;
	background-color: #fff;
	color: #000;
}
input.field {
	font-family: Verdana, sans-serif;
	width: 290px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #000000 solid;
	background-color: #fff;
	color: #000;
}
input.search {
	font-family: Verdana, sans-serif;
	width: 120px;
	padding:0px;
	margin:0px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #000 solid;
	background-color: #fff;
	color: #000;
}
select.field {
	font-family: Verdana, sans-serif;
	width: 293px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
}
input.button {
	display: none;
}
input.buttonRegister {
	font-family: Verdana, Sans-Serif;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	cursor: hand;
	border: 1px #000 solid;
	background-color: #fff;
	color: #000;
}
input.buttonLogin {
	font-family: Verdana, Sans-Serif;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: hand;
	border: 1px #000 solid;
	background-color: #fff;
	color: #000;
}

/* Print containers */
#print-logo {
	display: block;
	background-image: url(../pics/static/print-logo.gif);
	background-repeat: no-repeat;
}

/* FAQ */
#page #content #innerContent #leftContent #faqlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #content #innerContent #leftContent #faqlist li {
	margin: 5px 15px;
}
#page #content #innerContent #leftContent #faqlist li.group {
	margin: 15px 0px 0px 0px;
}
#page #content #innerContent #leftContent #faqlist .question {
	font-weight:bold;
}


