/* CSS Document */

#nav {
	display:none;
	}

#banner {
	display:none;
}

#bannerprint {
	width:605px;
	height:130px;
	}

.contentwrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
#leftside {
	display:none;
}

#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #1d4574;
}
#copyright a:hover {
	text-decoration: underline;
	color: #990000;
}
#rightside {
	display:none;
}

#center {
	position: relative;
	float: left;
	width: 85%;
	padding: 20px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#center h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
}
#center h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
/* h3 is used for questions on faq page */
#center h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	margin-top: -10px;
}
/* h4 is used for answers on faq page */
#center h4 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #1d4574;
	line-height: 1.5em;
	margin-top: -10px;
	margin-left: 15px;
}
#center p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	line-height: 1.5em;
	margin-top: -10px;
}
#center td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}
#center ul, ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	line-height: 1.5em;
	margin-top: 0;
	margin-left: -1em;
	padding-left: 0;
}
#center a {
	text-decoration: none;
	font-weight: bold;
	color: #1d4574;
}
#center a:hover {
	text-decoration: none;
	color: #990000;
}
.bluebar {
	width: 365px;
	background-color: #1d4574;
}
.bluebar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	
}
#main {
	position: relative;
	float: left;
	width: 540px;
	padding: 20px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #ffffff #8e9aad #8e9aad #8e9aad;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
}
#main p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d4574;
	line-height: 1.5em;
	margin-top: -10px;
}
#main a {
	text-decoration: none;
	font-weight: bold;
	color: #1d4574;
}
#main a:hover {
	text-decoration: none;
	color: #990000;
	}
#box {
	width: 150px;
	background-color: #bf0000;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 0px 5px;
	float: right;
}
#box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 1.5em;
	font-weight: bold;
}
#box ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-left: -1em;
	padding-left: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {}
.clearfix {display: block;}
/* End hide from IE-mac */

#copyrightprint	p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:8pt;
	text-align: right;
	}

