@charset "UTF-8";
.storysidebarright {
	background-color: #F2F3EE;
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	line-height: 13px;
	font-weight: bold;
}
.storysidebarright250 {
	background-color: #F2F3EE;
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	line-height: 13px;
	font-weight: bold;
	padding: 5px;
	width: 250px;
}
.storysidebarleft {
	background-color: #F2F3EE;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 5px;
	margin-top: 5px;
}
.storysidebarleft300 {
	background-color: #F2F3EE;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 5px;
	margin-top: 5px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.storysidebarleft_longcaption {
	background-color: #F2F3EE;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
	width: 151px;
}
.storysidebarright_longcaption {
	background-color: #F2F3EE;
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 5px;
	width: 151px;
	margin-left: 10px;
}
.storysidebarnopic_right {
	background-color: #F2F3EE;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.storysidebar_text {
	background-color: #F2F3EE;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* CSS Document */
 
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F3EE;
}
.thrColFixHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/containerback.gif);
	background-repeat: repeat-y;
	width: 913px;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #000066;
	text-align: right;
	vertical-align: middle;
}
.thrColFixHdr #searchbox {
	width: 913px;
	float: left;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	vertical-align: middle;
} 
.thrColFixHdr #subhead {
	width: 913px;
	background-image: url(../images/domemast.jpg);
	background-repeat: no-repeat;
	background-color: #3D58A7;
	margin: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 114px; /* padding keeps the content of the div away from the edges */
	background-color: #F2F3EE;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#sidebar1 ul {
list-style:none;
padding:0px;
margin:0px;
}
#sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996600;
	background-color: #F2F3EF;
	line-height: 13px;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebar1 li a {
	color: #996600;
	text-decoration: none;
	display:block;
	padding: 8px;
}
#sidebar1 li a:hover {
	color: #996600;
	background-color: #DBDFC7;
}
#feature5 {
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #feature1 {
	float: left;
	width: 97px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/featureback.jpg);
	background-repeat: repeat-y;
	padding-right: 9px;
	height: 287px;
}
.thrColFixHdr #feature2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 97px;
	float: left;
	line-height: 14px;
	background-image: url(../images/featureback.jpg);
	background-repeat: repeat-y;
	padding-right: 9px;
	height: 287px;
}
.thrColFixHdr #feature3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 97px;
	line-height: 14px;
	background-image: url(../images/featureback.jpg);
	background-repeat: repeat-y;
	padding-right: 9px;
	height: 287px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 579px;
	background-image: url(../images/columnbackground.jpg);
} 
.thrColFixHdr #mainContent_home {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 579px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContent_blue {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(../images/deptbackground.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 579px;
} 
.google_form {
	vertical-align: middle;
	*vertical-align: text-bottom;
	margin: 0px;
}
.google_submit {
	vertical-align: middle;
	*vertical-align: text-bottom; 			
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.google_label {
	height: 15px;
	width: 123px;
	vertical-align: middle;
	*vertical-align: text-bottom;
	margin: 5px;
}
.SendToAFriendForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px #999999;
	color: #999999;
	width: 405px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.SendToAFriendForm .box{
	width: 390px;
}
.thrColFixHdr #feature4 {
	float: left;
	width: 258px;
	background-color: #FFFFFF;
	height: 287px;
}
.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #3D58A7;
	float: left;
	width: 913px;
	padding: 0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.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;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.photocredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #996600;
	font-weight: normal;
	text-align: right;
	line-height: 11px;
}
.issuedate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;
}
.endnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.Caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	line-height: 13px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
}
.topnav_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #996600;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	vertical-align: middle;
}
 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif]

[if IE 6]>
<style type="text/css"> 
.thrColFixHdr #naviation {margin-right: -3px;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1, .thrColFixHdr #subhead, .thrColFixHdr #searchbox .thrColFixHdr #container  {padding-top: 0px; word-wrap: break-word;}
 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.storysidebarnopic_rightnew {
	background-color: #F2F3EE;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #996600;
	font-weight: normal;
	line-height: 8px;
}
.pullquote {
	background-color:#F2F3EE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	line-height: 25px;
	color: #996600;
	padding: 10px;
	margin-left: 10px;
	float: right;
	width: 200px;
	}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #996600;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 50px;
	color: #996600;
	font-weight: normal;}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 15px;
}
.img {
	width: 300px;
	background-color:#F2F3EE
	padding: 10px;
	float: left;
	padding-right:10px;
	}
