@charset "utf-8";
/* CSS Document */

/* These classes & ID objects set the styles the page display at the highest level, including the default FONT size, and family, as well as the page width.*/	
	body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: justify;
	background-color: #FFE8D3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 12pt;
	font-size: 9pt;
	padding: 0px;
}
#BodyContainer {
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #1A247B;
	background-image: url(page.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#PageHeader {
	color:#000000;
	display: block;
	vertical-align: text-top;
	cursor: default;
	height: 200px;
}
#PageTitle {
	display: block;
	font-size: 16pt;
	color: #333333;
	font-weight: normal;
	border: 1px solid #dddddd;
	line-height: 18pt;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: default;
}
/* These ID objects set the styles fo the Language navigation */	
#LanguageBar {
	color: #555555;
	text-align: right;
	white-space: nowrap;
	display: block;
	font-size: 8pt;
	line-height: 10pt;
	width: auto;
	position: relative;
	float: none;
	margin-right: -3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	cursor: default;
}
#LanguageBar a {
	color: #000000;
	text-decoration:none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "Arial Unicode MS";
	display: inline;
}
#LanguageBar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#LogoImage {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
#AttentionStatement {
	font-size: 8pt;
	margin-left: 16px;
	margin-right: 5px;
	text-align: left;
	display: block;
	padding-bottom: 0px;
	color: #000000;
	line-height: 10pt;
	margin-top: 5px;
	margin-bottom: 0px;
	cursor: default;
}
#TimeStamp {
	float: right;
	display: none;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border: 1px solid #dddddd;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	cursor: default;
}
/* These ID objects set the styles for the NAVIGATION BAR*/
#NavigationBar {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	color: #FFFFFF;
	display: table;
	width: 100%;
	font-size: 9pt;
	vertical-align: baseline;
	line-height: 26px;
	cursor: default;
	height: 26px;
}
#NavigationBar UL {
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right-width: 0px;
	display: block;
}
#NavigationBar UL LI {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	text-transform:none;
	padding-top: 0px;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
}
#NavigationBar A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
	white-space: nowrap;
	width: auto!important;
	vertical-align: middle;
}
#NavigationBar A:hover {
	color: #000000;
	border-bottom: 0px dotted #ffffff;
	background-color: #FFCC00;
}
.NavigationBarPadding {
	display: block;
	width: 1px;
}
.NavigationBarSeparator {	/* Changes DISPLAY style to hide or show menu separator */
	display: block!important;
	width: 3px;
	text-align: center;
}
/* These ID objects set the styles for the HTML tag in the two columns of the main content area*/	
#ContentContainer {
	float: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 16px;
}
#ContentTable {
}
#ContentDiv {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
}
#ContentDiv h1 {
	font-size:14pt;
	line-height:80%;
	font-weight:normal;
	color:#1A2253;
	text-align:left;
	margin-bottom:10px;
	border-bottom: 1px solid #666666;
	cursor: default;
}
#ContentDiv h2 {

	font-size:10pt;
	line-height:80%;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin-bottom:0px;
	cursor: default;
	margin-top: 16px;
}
#ContentDiv h3 {
	font-size:9pt;
	line-height:80%;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin-bottom:0px;
	cursor: default;
	margin-top: 16px;
}
#ContentDiv p {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 12pt;
}
#ContentDiv ul {
	margin-top: 6px;
	margin-left: 0px;
	padding-left: 31px;
}
#ContentDiv ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 5px;
}
#ContentDiv ol {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 36px;
}
#ContentDiv ol li {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 0px;
}
#ContentDiv blockquote {
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 32px;
	margin-right: 32px;
}
#ContentDiv select {
	font-size: 90%;
}
#ContentDiv dl {
	font-size: 9pt;
}
#ContentDiv dd {
}
#ContentDiv dt {
}
#ContentDiv a {
	color: #1B2256;
	text-decoration: none;
}
#ContentDiv a:active {
}
#ContentDiv a:hover {
	color: #734538;
	text-decoration: underline;
}
#DotLeader {
	font-size:8pt;
	color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 10pt;
	width:100%;
}
#DotLeader th {
	text-align: left;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	white-space: nowrap;
	vertical-align: bottom;
}
#DotLeader td {
	text-align: right;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	white-space: nowrap;
	vertical-align: bottom;
	padding-top: 2px;
}
#DotLeader td[colspan='2'] {
	text-align:left;
	background-image:url(space.gif);
	padding-left:16px;
	font-size:7pt;
	line-height:8pt;
	color:#333333;
}
#DotLeader th span {
	background-color: #FFFFFF;
}
#DotLeader td span {
	background-color: #FFFFFF;
}
#EmergencyMessage {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9pt;
	line-height: 12pt;
	margin-right: 16px;
	margin-left: 16px;
}
#EmergencyMessageLabel {
	text-align: left;
	font-weight: bold;
	color: #CC3300;
}
#EmergencyMessageContent {
	text-align: justify;
}
/* These FOOTER objects set the styles for the HTML tag in the page footer*/	
#FooterContainer {
	height: 100%;
	vertical-align: middle;
	border-top: 1px solid #666666;
	padding: 16px;
}
#FooterImageContainer {
	float: left;
	display: block;
	margin: auto;
}
#FooterImage {
	border:0px solid #ffffff;
}
#FooterText {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	line-height: 18px;
	display: inline-block;
	float: none;
	margin: auto;
	position: relative;
	width: inherit;
	height: 36px;
	vertical-align: middle !important;
}
#FooterText a {
	color: #000000;
}
#FooterText a:hover {
	color: #000000;
}
/* Misc. Classes */					
.PhoneNumber {
	white-space:nowrap;
	font-weight:bold
}
#RoundCornerBox {
}
.RoundCornerBoxSpacer {
	position: relative;
	height: 10px;
	width: 10px;
}
.RoundCornerBoxTopLeft {
	background-position: top left;
	background-image: url(box_corners.jpg);
	background-repeat: no-repeat;
	width: 10px;
}
.RoundCornerBoxTop {
	background-position: top left;
	background-image: url(box_horz.jpg);
	background-repeat: repeat-x;
}
.RoundCornerBoxTopRight {
	background-position: top right;
	background-image: url(box_corners.jpg);
	background-repeat: no-repeat;
	width: 10px;
}
.RoundCornerBoxLeft {
	background-position: top left;
	background-image: url(box_vert.jpg);
	background-repeat: repeat-y;
}
.RoundCornerBoxContent {
}
.RoundCornerBoxRight {
	background-position: top right;
	background-image: url(box_vert.jpg);
	background-repeat: repeat-y;
}
.RoundCornerBoxBottomLeft {
	background-position: bottom left;
	background-image: url(box_corners.jpg);
	background-repeat: no-repeat;
	width: 10px;
}
.RoundCornerBoxBottom {
	background-position: bottom left;
	background-image: url(box_horz.jpg);
	background-repeat: repeat-x;
}
.RoundCornerBoxBottomRight {
	background-position: bottom right;
	background-image: url(box_corners.jpg);
	background-repeat: no-repeat;
	width: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
