/* SSCA screen stylesheet */

body {
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: url("../images/bg.jpg") top left repeat-y;
	color: #7F7F7F;
}

div {
	margin: 0px;
	padding: 0px;
	position: relative;
}

a {
	font-weight: bold;
	color: #6789B7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 755px;
	overflow: hidden;
}
#printheader {
	display: none;
}
#header {
	width: 755px;
	height: 142px;
	min-height: 142px;
	clear: both;
	float: left;
	z-index: 20000;
}
#headerleft {
	width: 592px;
	float: left;
	clear: none;
}
#headerright {
	width: 163px;
	float: right;
	clear: none;
	text-align: right; 
	padding: 14px 0px 0px 0px;
	background: url("../images/bg-topnav.jpg") top left no-repeat;
}

#content {
	width: 755px;
	clear: both;
	float: left;
}
#contentleft {
	width: 612px;
	float: left;
	clear: none;
	overflow: hidden;
}
#contentright {
	text-align: right;
	width: 143px;
	float: right;
	clear: none;
	padding: 55px 0px 0px 0px;
	background: url("../images/bg-secnav.jpg") top left no-repeat;
}

#sectiontitle {
	width: 612px;
	height:80px;
	min-height:80px;
	float: left;
	clear: both;
}
#breadcrumbs {
	width: 570px;
	height: 32px;
	min-height:40px;
	clear: both;
	float: left;
	padding: 8px 0px 0px 42px;
	font-size: 11px;
	color: #7092C2;
	background: url("../images/bg-crumbs.jpg") top left no-repeat;
}
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	font-weight: normal;
	color: #7092C2;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #2657B3;
	text-decoration: underline;
}

#body-2col {
	clear: both;
	float: left;
	width: 570px;
	padding: 0px 0px 0px 42px;
	background: url("../images/bg-divideline.gif") top left repeat-y;
}
#bodyleft {
	float: left;
	clear: none;
	width: 168px;
	font-size: 11px;
	line-height: 14px;
	color: #7E7F81;
}
#bodyright {
	float: right;
	clear: none;
	width: 360px;
	margin: 0px 0px 0px 39px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
#body-1col {
	clear: both;
	float: left;
	width: 570px;
	padding: 0px 0px 0px 42px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
	#body-1col table {
		clear: both;
	}

#bodyleft table, #bodyright table, #body-1col table {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bodyleft tr, #bodyright tr, #body-1col tr {
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
}

#bodyleft tr td, #bodyright tr td, #body-1col tr td  {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}
#bodyleft strong, #bodyright strong, #body-1col strong {
	color: #444444;
}
#bodyleft table strong, #bodyright table strong, #body-1col table strong {
	color: #444444;
}
#bodyleft blockquote {
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
}

#body-1col ol, #bodyright ol {
	list-style-type: upper-alpha;
}
#body-1col ol ol, #bodyright ol ol {
	list-style-type: decimal !important;
}
#body-1col ol ol ol, #bodyright ol ol ol {
	list-style-type: lower-alpha !important;
}

#footer {
	width: 735px;
	clear: both; 
	float: left;
	margin: 15px 9px 15px 9px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #E5E5E5;
	font-size: 11px;
	color: #A5A5A5;
}
#footerleft {
	float: left;
	clear: none;
	width: 500px;
}
#footerright {
	float: right;
	clear: none;
	text-align: right;
	width: 225px;
}
#footerright a:link, #footerright a:active, #footerright a:visited {
	font-weight: normal;
	color: #A8B1C8;
	text-decoration: none;
}
#footerright a:hover {
	color: #002216;
	text-decoration: none;
}

.seclink {
	clear: both;
	float: left;
	text-align: right;
	width: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.secnav {
	font-size: 11px;
}
.secnav-current {
	font-size: 13px;
	font-weight: bold;
}
.secnav a:link, .secnav a:active, .secnav a:visited, .secnav-current a:link, .secnav-current a:active, .secnav-current a:visited {
	font-weight: none;
	text-decoration: none;
	color: #336699;
}
.secnav a:hover, .secnav-current a:hover {
	font-weight: none;
	text-decoration: none;
	color: #002261;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #65769F;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}
.content a:link, .content a:active, .content a:visited, .caption a:link, .caption a:active, .caption a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6789B7;
}
.content a:hover, .caption a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #002261;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .secnav-current {
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash .secnav {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash .headline {
	visibility: hidden;
	font-size: 22px;
}

.sIFR-hasFlash .subheading {
	visibility: hidden;
	font-size: 17px;
	line-height: 19px;
}

