@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
}

#topnav {display:none;} 
#header {
	background: #FFF; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 970px;
	height: 85px;
	padding: 15px 0px 15px 0px; 
} 
#headerPrint {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 970px;
	padding-left: 70px; 
	text-align:left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#headerPlus {display:none}
#headerNav {display:none;}

#sizer {display:none;}

#container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#story {
	text-align: center; 
	width: 193px; 
	background: #FFF;
	background-image:url(images/story_bkg.gif);
	background-repeat:repeat-y;
	margin: 19px 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#storyTop {
	background: #FFF;
	background-image:url(images/story_top.gif);
	background-repeat: no-repeat;
	height: 29px;
	}
#storyBottom {
	background: #FFF;
	background-image: url(images/story_bottom.gif);
	background-repeat:no-repeat;
	height: 18px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #FFF;
	margin: 20px 0 0 20px;
}
#sidebar1top {display:none}
#sidebar1bottom {display:none}
#sidebar1 h1 {
color: #004476;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 15px 0px 15px;
}
#sidebar1 red {
color: #900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 15px 0px 15px;
}

#sidebar1 h2 {
color: #004476;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px 0px 15px;
}
#sidebar1 p {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
#sidebar1 li {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}


#sidebar1 p.menu {
padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#sidebar1 a:link {color: #004476; text-decoration: underline;}
#sidebar1 a:visited {color: #000066; text-decoration: underline;}
#sidebar1 a:hover {color: #660000; text-decoration: underline;}
#sidebar1 a:focus {color: #660000; text-decoration: underline;}
#sidebar1 a:active {color: #660000; text-decoration: underline;}


#mainContentImageTop {display: none;}
#mainContentImageBottom {display: none;}
#mainContentImage {
	margin: 20px 20px 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background:#FFF;
}
#mainContent { 
	padding: 0px 30px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	}
#mainContent h2 {
		font-family:Arial, Helvetica, sans-serif;
	color: #003366;
}
#mainContent h3 {
		font-family:Arial, Helvetica, sans-serif;
	color: #003366;
}
#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 125%;
}
#mainContent p.mission {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color:#999;
}
#mainContent li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}
#mainContent a:link {color: #36C; text-decoration: underline;}
#mainContent a:visited {color: #000066; text-decoration: underline;}
#mainContent a:hover {color: #660000; text-decoration: underline;}
#mainContent a:focus {color: #660000; text-decoration: underline;}
#mainContent a:active {color: #660000; text-decoration: underline;}

#homeBox {
		width: 670px;
		margin: 20px 10px 0 280px; 
		}
.homeBoxSmall {
	background: none
	}
.homeBoxTop{
	background: none
	}
.homeBoxBottom{
	background: none
	}

#homeBox p { 
	padding: 0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	}
#homeBox h1 {
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	font-stretch: ultra-condensed;
}
#homeBox a:link {color: #000066; text-decoration: underline;}
#homeBox a:visited {color: #3E79B5; text-decoration: underline;}
#homeBox a:hover {color: #660000; text-decoration: underline;}
#homeBox a:focus {color: #660000; text-decoration: underline;}
#homeBox a:active {color: #660000; text-decoration: underline;}

.homeImage {
	margin: 0px 10px 10px 0px;
	float: left;
	}

#boxright {display: none;}
#boxright_lg { display:none;}

.docbox {
float: left;
margin: .5em;
padding: 5px 2px 2px 2px;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
width: 150px;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.subhead3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:1em;
	font-weight:bold;
}

#footer {display:none}



.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->