html {
	margin: 0;
	padding: 0; 
}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0 0 1em 0;
	padding: 0;
	background-image: url(/images06/side-nav-bg.gif);
	background-repeat: repeat-y;
	background-position: 0em 0em;
	background-attachment: scroll; 
}

/*   *********   Splash Page   *********   */

body.splash {
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background-color: #5f8ec2;
	margin: 0 0 1em 0;
	padding: 0;
	background-image: url(/images06/splash-bg-lowrez.jpg);
	background-repeat: repeat-x; 
}

#top.splash {
	background-image: url(/images06/splash-bg-lowrez.jpg);
	background-repeat: repeat-x;
	height: 237px; 
}

body.splash p {
color: #fff;
	background-color: #5f8ec2;
	text-align: center;
	font-size: 2em; 
}

body.splash a:link, body.splash a:visited  {
color: #fff;
	background-color: #5f8ec2;
	text-decoration: none;
margin: 2em; 
} 

body.splash a:hover, body.splash a:focus {
color: #031252;
	background-color: #5f8ec2;
	text-decoration: none; 
margin: 2em; 
}

body.splash a:active {}


/*   *********   Top Section   *********   */

#top {
	background-image: url(/images06/top-bg-lowrez.jpg);
	background-repeat: repeat-x;
	height: 237px; 
}

#topPics {
	width: 1024px;
	overflow: hidden;
	height: 237px; 
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 120;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px; 
}

/*   *********   Site Navigation -- Teir 1   *********   */

#navSide {
	width: 150px;
	z-index: 90;
	float: left; 
margin: 0;
padding: 0;
}

#navSide ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px; 
}

#navSide li {
	list-style-type: none;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold; 
margin: 0 0 0.5em 0; 	/* marging creates space between tier 1 buttons */
	padding: 0;
 border: 1px #b3d7e8 solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide a {
	display: block;
	text-decoration: none;
padding: 0.5em 0 0.5em 1em;  /* 	padding creates size of tier 1 button area */
}

#navSide a:link, #navSide a:visited {
	color: #031252;
	background-color: #b3d7e8; 
}

#navSide a:hover, #navSide a:focus {
	color: #fff;
	background-color: #031252; 
}

#navSide a:active { 
}

/*   *********   Site Navigation -- Teir 1 header for Teir 2   *********   */

#navSide li.section a {
	 padding: 0.25em 0 0.25em 1em; 
}

#navSide li.section a:link, #navSide li.section a:visited {
	color: #031252;
	background-color: #dfeef5;
	margin: 0; 
}

#navSide li.section a:hover, #navSide li.section a:focus {
	color: #fff;
	background-color: #031252; 
}

/*   *********   Site Navigation -- Teir 2   *********   */

#navSide li.section {
padding: 0 0 0.25em 0; /* extra padding under the last  teir 2 button */
 margin: 0.5em 0; 	/* space before and after "current section" menu */
	color: #000;
	background-color: #dfeef5;
	width: 140px; 
border: 1px #dfeef5 solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide li.section ul li {
	font-weight: normal;
	margin: 0 0 0 1em;  /* tier 2 button indents */
	padding: 0; 
border: 1px #dfeef5 solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide li.section ul li a:link, #navSide li.section ul li a:visited {
	color: #031252;
	background-color: #dfeef5;
	padding: 0.25em 0 0.25em 0.5em; /* refines tier 2 button look */
	margin: 0; 
}

#navSide li.section ul li a:hover, #navSide li.section ul li a:focus {
	color: #031252;
	background-color: #b3d7e8;
	padding: 0.25em 0 0.25em 0.5em; /* refines tier 2 button look */
	font-weight: bold; 
}

#navSide li.section a:active { 
}

/*   *********   Main Section   *********   */

#content {
	margin: 0 1em 0 150px; /* allow room for side nav */
	padding: 0;
	color: #000;
	background-color: #fff; 
}

/*   *********   Bottom Section   *********   */

#bottom {
	background-image: url(/images06/wave-g.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 48px;
	z-index: 100;
	clear: both; 
}

#copyright {
	margin: 0 1em 0 150px;
	padding: 0;
	position: relative;
	top: -1em; 
}

#navBottom {
	margin: 0 1em 0 150px;
	padding: 0; 
}

/*   *********   Site Navigation -- Bottom of Page   *********   */

#navBottom a {
	margin: 0 1em 0 0;
	padding: 0.5em 1em;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
}

#navBottom a:link, #navBottom a:visited {
	color: #000;
	background-color: #b3d7e8; 
}

#navBottom a:hover, #navBottom a:focus {
	background-color: #031252;
	color: #fff; 
}

#navBottom a:active { 
}

/*   *********   Simple Classes   *********   */

.left {
	float: left;
margin-right: 1em; 
}

.right {
	float: right; 
margin-left: 1em; 
}

.hide {
	display: none; 
}

.underline {
	text-decoration: underline; 
}

/*   *********   Column Styles   *********   */

.gutterH {
	width: 1em; 
}

.gutterV {
	height: 1em; 
}

.col1of3 {
	width: 30%;
	vertical-align: top; 
}

.col2of3 {
	width: 60%;
	vertical-align: top; 
}

/*   *********   Body Copy Links   *********   */

a:link { 
}

a:visited { 
}

a:hover, a:focus { 
}

a:active { 
}

/*   *********   HTML Styles   *********   */

h1 {
	font-family: 'Arial Black', Charcoal, Arial, Helvetica, sans-serif;
	color: #031252;
	background-color: #ffffff; 
}

h2 {
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
	clear: both; 
}

h2.line {
  color: #000;
	background-color: #fff;
	background-image: url(/images06/line.gif);
	background-repeat: repeat-x;
	background-position: 1em; 
}

h2.line img {
color: #000;
padding-right: 0.5em;
background-color: #fff;
}

h2+p {
	padding: 0;
	margin-top: -1em; 
}

tr {
	vertical-align: top; 
}

p {
	color: #27673B;
	background-color: #ffffff; 
}


