@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: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: justify;
	background-color: #E2F1F6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	font-size: 9pt;
	background-image: url(Cloudy.jpg);
	background-repeat: repeat-x;
}
#BodyContainer {
	width: 870px;
}
#PageHeader {
	color:#000000;
	background-color: #CCCCCC;
	display: block;
	vertical-align: text-top;
	cursor: default;
	background-image: url(header.png);
	background-repeat: no-repeat;
	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: #FFFFFF;
	text-align: right;
	white-space: nowrap;
	display: block;
	font-size: 8pt;
	line-height: 10pt;
	width: auto;
	position: relative;
	float: none;
	margin-right: 0px;
	margin-bottom: 4px;
	cursor: default;
	margin-top: 2px;
}
#LanguageBar a {
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "Arial Unicode MS";
	display: inline;
	background-color: #0D2273;
	padding-top: 3px;
	padding-bottom: 3px;
}
#LanguageBar a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#LogoImage {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:15px;
}
#AttentionStatement {
	font-size: 8pt;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	color: #8D662F;
	line-height: 10pt;
	margin-top: 20px;
	margin-bottom: 5px;
	cursor: default;
}
#TimeStamp {
	float: right;
	display: inline-block;
	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: 10px 12px 0px 12px;
	display: table;
	width: 192px;
	font-size: 9pt;
	vertical-align: baseline;
}
#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;
	width: 192px;
}
#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: left;
	white-space: normal;
	vertical-align: bottom;
	width: 192px;
	height: 33px;
	margin-bottom: 3px;
}
#NavigationBar A {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-left:33px;
	padding-right:7px;
	white-space: normal;
	width: 150px!important;
	vertical-align: middle;
	height: 34px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	line-height: 32px;
}
#NavigationBar A:hover {
	color: #FFFFFF;
	border-bottom: 0px dotted #ffffff;
	background-image: url(menu_over.png);
	background-repeat: no-repeat;
}
#NavigationBar a.long{
	background-image: url(menulong.png);
	height: 70px;
}
#NavigationBar a.long:hover{
	background-image: url(menulong_over.png);
}

.NavigationBarPadding {
	display: none;
	width: 1px;
}
.NavigationBarSeparator {	/* Changes DISPLAY style to hide or show menu separator */
	display: none!important;
	width: 3px;
	text-align: center;
}
#Menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #505050;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#Menu{
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
}
#Menu a:hover{
	color: #B5A723;
}

#Menu2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #505050 !important;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:underline !important;
}
#Menu2{
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
}
#Menu2 a:hover{
	color: #B5A723 !important;
}
/* 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: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#ContentTable {
}
#ColumnRight {
}
#ColumnLeft {
}
#SideBar {
	width: 216px;
}
#ContentDiv {
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: justify;
}
#ContentDiv h1 {
	font-size:10pt;
	line-height:80%;
	font-weight:bold;
	color:#666666;
	text-align:left;
	margin-bottom:0px;
	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: 14pt;
}
#ContentDiv ul {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 31px;
	font-size: 9pt;
}
#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: #0000CC;
	text-decoration: none;
}
#ContentDiv a:active {
}
#ContentDiv a:hover {
	color: #009900;
	text-decoration: underline;
}
#DotLeader {
	font-size:9pt;
	color:#000000;
	margin-left: 16px;
	margin-right: 16px;
	line-height: 12pt;
}
#DotLeader th {
	background-image: url(space.gif);
	background-repeat: no-repeat;
}
#DotLeader td {
}
#DotLeader td span {
	background-color: #FFFFFF;
}
.DotLeaderLeftColumn {
	text-align: left;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	white-space: nowrap;
	vertical-align: bottom;
	padding-right: 16px;
}
.DotLeaderRightColumn {
	text-align: right;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	white-space: nowrap;
	vertical-align: bottom;
	padding-left: 16px;
}
#EmergencyMessage {
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 9pt;
	line-height: 14pt;
}
#EmergencyMessageLabel {
	text-align: left;
	font-weight: bold;
	color: #CC3300;
}
#EmergencyMessageContent {
	text-align: justify;
}
#FooterImageContainer {
	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
}
.DotLeaderLeftColumn1 {
	text-align: left;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	white-space: nowrap;
	vertical-align: bottom;
	padding-right: 16px;
}
.DotLeaderRightColumn1 {
	text-align: right;
	background-image: url(dotleader.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	white-space: nowrap;
	vertical-align: bottom;
	padding-left: 16px;
}
.Button_Up {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 20px;
	height: 28px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
}
.Button_UpRight {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	cursor: pointer;
	display: inline;
	position: relative;
	text-align: center;
	color: #000000;
	line-height: 20px;
	height: 28px;
	padding-top:0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
	width: 8px;
	float: right;
	margin-top: -2px;
}
.Button_Over {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 20px;
	height: 28px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
}
.Button_OverRight {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: -150px -40px;
	cursor: pointer;
	display: inline;
	position: relative;
	text-align: center;
	color: #000000;
	line-height: 20px;
	height: 28px;
	padding-top:0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
	width: 8px;
	float: right;
	margin-top: -2px;
}
.Button_Down {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 24px;
	height: 28px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
}
.Button_DownRight {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: -150px -80px;
	cursor: pointer;
	display: inline;
	position: relative;
	text-align: center;
	color: #000000;
	line-height: 20px;
	height: 28px;
	padding-top:0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
	width: 8px;
	float: right;
	margin-top: -2px;
}
.Button_Disabled {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	color: #666666;
	line-height: 20px;
	height: 28px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
}
.Button_DisabledRight {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	background-position: -150px -120px;
	cursor: pointer;
	display: inline;
	position: relative;
	text-align: center;
	color: #000000;
	line-height: 20px;
	height: 28px;
	padding-top:0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
	font-size: 8pt;
	font-weight: bold;
	width: 8px;
	float: right;
	margin-top: -2px;
}
#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;
}
#gototop {
	float:right;
	color:#666666;
	font-size:8pt;
	text-align:right;
	padding-right:0px;
	display: inline-block;
}
#gototop a {
	color:#666666;
	text-decoration:none;
}
#gototop a:hover {
	color:#666666;
	text-decoration:underline;
}
.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;
}
