<style type="text/css" media="all">

 
body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container { 
	margin: 0 auto;
	width: 980px; 
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	background: #eff4f9; /* very light blue-gray */
	border: 2px solid #030f42; /* dark blue - same as logo */
	padding:1px 1px 1px 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebarLft {
	background-image:url(../Images/leftBkgd.jpg);
	background-repeat: no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 10px 0; /* padding keeps the content of the div away from the edges */
	margin:0 30px 0 0;
	height: 900px;
	line-height: 1.3em;
}
#sidebarRt {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4e9d7; /* lt tan - background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 50px 5px; /* padding keeps the content of the div away from the edges */
	margin:0 0 0 5px;
	text-align:center;
	border-left:1px solid #eff4f9; /* very light blue-gray */
	line-height: 1.4em;
}
#photoBar {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px 0px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
#mainContentHome {
	margin: 20px 390px 10px 230px;
	padding: 0px;
	line-height:1.6em;
}
#mainContent {
	margin: 20px 230px 10px 220px;
	padding: 0px;
	line-height:1.6em;
}
#HC{
	float:left;
	width: 201px;
	height: 153px;
	margin: 10px 10px 10px -10px;
	}
#SJ{
	float:right;
	width: 166px;
	height: 152px;
	margin: 10px -10px 10px 10px;
	}
#mission{
	float: left;
	width: 420px;
	height: 196px;
	margin: 30px 10px 10px 40px;
	}
#footer { 
	padding: 10px 10px 25px 10px;
	margin: 10px 3px 0 3px;
	border-top: 2px solid #030f42; /* dark blue */
	background-color:#f4e9d7; /* light tan */
} 
#footer p {
	font-size:85%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.SearchEngineNotice {
	border: #6b675e ridge 2px;
	background-color:#fbf6f0;
	text-align:left;
	text-indent:20px;
	padding:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.paddingLftImage {
	padding-left:5px;
	}
.img {
	float:left;
	margin: 0.8em 0.8em 0.2em 0;
	border:#000 2px solid;
}
.smCaps {
	font-variant:small-caps;
	font-weight:bold;
	}
.title {
	text-align:center;
	font-variant:small-caps;
	font-size:150%;
	font-weight:bold;
	color:#030f42; /* dark blue - same as logo */
	}
.subtitle {
	text-align:center;
	font-variant:small-caps;
	font-size:110%;
	font-weight:bold;
	color:#030f42; /* dark blue - same as logo */
	}
.subtitleLeft {
	text-align:left;
	font-variant:small-caps;
	font-size:110%;
	font-weight:bold;
	color:#030f42; /* dark blue - same as logo */
	}
.paddingRight {
	padding-right:25px;
}
.indent {
	text-indent:20px;
	}
.indent116 {
	text-indent:116px;
	}
.indentBold {
	text-indent:20px;
	font-weight:bold;
	}
.justifyIndent {
	text-align:justify;
	text-indent:20px;
	}
.justify {
	text-align:justify;
	}
a, a:visited {
	color:#030f42;
	text-decoration:none;
	}
a:hover {
	color:#f4e9d7; /* very light tan */
	text-decoration:none;
	background-color:#56080e; /* dark brown */
	}
.hr {
	width:90%;
	border-top: #56080e ridge thin;
	}
/*----------------navigation bar -----------------*/
#nav {
	margin: 320px 0 0 0;
	width:200px;
	font-size:12px;
	display:block;
	padding: 0 0 20px 0;
	}
ul {
	padding:2px;
	margin: 0;
	border: 0;
	font-stretch:expanded;
	color:#030f42;
	line-height:28px;
	text-align:left;
	list-style:none;
	display:block;
	}
li a, li a:visited {
	padding:2px 5px 2px 20px;
	margin: 2px 0;
	border: 0;
	font-stretch:expanded;
	color:#030f42;
	line-height:28px;
	text-align:left;
	list-style:none;
	display:block;
	}	
li a:hover, li a:active {
	padding:2px 5px 2px 20px;
	margin: 2px 0;
	border: 0;
	font-stretch:expanded;
	line-height:28px;
	text-align:left;
	list-style:none;
	display:block;
	color:#f4e9d7; /* very light tan */
	text-decoration:none;
	background-color:#56080e; /* dark brown */
	} 
</style>

<style type="text/css" media="print">
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  	color: #000;
  	background-image: none;
  	background-color: #fff;
  	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
</style>
