@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; border: 0;} /*zero-out margin, padding, and border since browsers may not have the same defaults*/
p, h1, h2, h3, h4, h5, h6 {margin: 1em 0;} /*add margin back to p*/
input, submit, textarea {border:1px; border-style:solid; border-color:#000; padding:2px;} /*add border and padding back to input & submit*/

html {
	scrollbar-face-color: #6a79c3;
	scrollbar-track-color: #d7d7fc;
	scrollbar-arrow-color: #5a0905;
	scrollbar-highlight-color: #d2d3f7;
	scrollbar-3dlight-color: #d2d3f7;
	scrollbar-shadow-color: #162a73;
	scrollbar-darkshadow-color: #162a73;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #263f99;
	background-image: url(../images/global/1x1_243d98.gif);
	background-color: #243d98;
	background-repeat:repeat;
	text-align: center; /*force IE 5.x to center the layout-container*/
	/*line-height: 16px;*/
}
/*a:active, a:hover, a:link, a:visited {
	color: #c1edd8;
}*/
a:hover {
	background-color: #99c;
	color: #ccf;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
	text-align: center;
}
h1#pageTitle {
	color:#580603;
	font-size:24px;
	font-weight:bold;
	margin-top:40px;/*site-specific*/
}
h2 {
	color:#374da4;
	font-size: 18px;
	text-align: center;
}
h2#pageDescription {
	font-size: 18px;
	font-weight:normal;
	padding:4px;
}
h3 {
	font-size: 16px;
	text-align: center;
	color:#edce72;
	background-color:#92a43b;
	border: 1px solid #95613e;
	padding: 2px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #9f4010;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color:#c1edd8;
}
h6 {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
}

/*********** LAYOUT STYLES ***********/
#layout-container {
	width:945px;
	text-align:left; /*realign text to left - after body 'text-align: center' hack for IE 5.x*/
	margin:0 auto; /*center in browser window*/
	padding:0;
	background-color:#ccf;
}
#layout-columns-123 {}
#layout-columns-12 {}
#layout-columns-1 {
	/*width:150px;*/
}
#layout-center {
	width:945px;
	margin-top:250px;
	overflow:auto;
	background-image: url(../images/global/layout/background_center.jpg);
	background-repeat:repeat-x;
}
#layout-content-abovebody {
	padding-top:10px;
}
#layout-content-body {/*site-specific*/
	min-height:350px;
}
#layout-content-body ul {
	margin:20px
}
#layout-content-container {
	float:left;
	width:905px;
	margin-left:20px;
	margin-right:20px;
}
#layout-header {
	position:absolute;
	top:0px;
	width:945px;
	height:250px;
}
#layout-footer {
	width:945px;
	padding-top:10px;
	text-align:center;
}
/*#layout-sidebar-1 {
	float:left;
	width:150px;
	margin-left:-945px;
}*/
#layout-container-below {
	width:945px;
	margin:10px auto 0 auto;
}

/*********** IMAGE STYLES ***********/
.img {
	border:2px solid #5a0905;
}
.imgLeft {
	float:left; margin:4px 8px 4px 4px; border: 2px solid #5a0905;
}
.imgRight {
	float:right; margin:4px 4px 4px 8px; border: 2px solid #5a0905;
}

/*********** CONTENT STYLES ***********/

/*********** FORM STYLES ***********/
.formElement{
	clear:both;
	padding:5px;
	margin: 5px 0;
	background-color:#3d727e;
}
.formElement label{
	width:200px;
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	font-weight:bold;
	background-color:#619396;
}
.submit input {
	margin-left: 4.5em;
}
/*fieldset {
	border: 1px solid #060;
	width: 25em;
}*/

legend {
	color: #c1edd8;
	background: #7faeaa;
	border: 1px solid #7faeaa;
	padding: 2px 6px;
}

/*********** OTHER STYLES ***********/
.alert {
	color:#f90;
}
.clear {
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
hr {
	height:4px;
	/* color is for IE */
	color:#6a9b9c;
	/* background is for all other web browsers */
	background-color:#6a9b9c;
	/* border: 0 removes the shading in most web browsers */
	border:0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
}
th {
	font-size: 14px;
	color: #fff;
	background-color: #b56e86;
	text-align: center;
	font-weight:bold;
}
#pageDescription {
	font-size:12px;
	font-style:italic;
}
.textByline {
	font-size: 14px;
	color: #0f3262;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	color: #0f3262;
	text-decoration: none;
}

.returnToTop {
	font-size:14px;
	text-align:center;
}

/*ul {color:#75afa9;}*/
.ulText {color:#d0d0d0;}
.emphasize {color:#fff; font-weight:bold;}
/*.contentBox {padding:4px; background-color:#014f78; border-top:1px solid #84a74b; border-bottom:1px solid #84a74b; border-style:dotted;}*/