@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#0b3f64;
	background-image:  url(../images/slh_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
}
.SLH #container {
	width: 960px;
	background-image: url(../images/shl_container_bkg.jpg);
	margin: 0 auto; 
	text-align: left; 
}
.SLH #header {
	height: 125px;
}

.SLH #banner {
	color: #fff;
	padding: 0 9px;
}
.SLH #nav {
	color: #000000;
	height: 30px;	
	padding: 10px 0 0 30px;
}
.SLH #nav a {
	color: #000000;
	text-decoration: none;
}
.SLH #nav a:hover {
	color: #d30000;
	text-decoration: none;
}
.SLH #expander {
	width: 960px;
	background-image: url(../images/shl_expander.jpg);
}
.SLH #sidebar1 {
	float: right;
	width: 250px;
	padding: 15px 0;
}
.SLH #sidebar1 h3, .SLH #sidebar1 p {
	font-size: .85em;
	margin-left: 10px;
	margin-right: 10px;
}
.SLH #mainContent {
	color: #0b3f64;
	font-family: Verdana, Geneva, sans-serif;	
	margin: 0 260px 0 20px; 
}
.SLH #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 1.5em;
	color: #0b3f64;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px dashed #0b3f64;
}
.SLH #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 1.2em;
	color: #0b3f64;
	display: block;
	padding-bottom: 3px;
}
.SLH #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 1.0em;
	color: #0b3f64;
	display: block;
	padding-bottom: 1px;
}
.SLH #mainContent .formText {
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
}
.SLH #footer {
	color: #039;
	font-size: .75em;
	text-align: center;
	padding: 0 10px;
	background-image: url(../images/slh_footer.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height: 75px;
}
.SLH #footer p {
	margin: 0; 
	padding: 15px 0 5px 0; 
}
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.required {
	color: #FF0000;
}