@charset "UTF-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

h1, h2, h3 {color:#CC0000;}
h3, h4 {text-transform:uppercase;
}
h2 {font-size:120%;}
.photo {width: 200px; float: right; padding: 10px; border: #e5e5e5 solid thin; margin: 15px; background-color:#f2f2f2;font-size:80%;}
.photo150 {width: 150px; float: right; padding: 10px; border: #e5e5e5 solid thin; margin: 15px; background-color:#f2f2f2;font-size:80%;}
.photo120 {width: 120px; float: right; padding: 10px; border: #e5e5e5 solid thin; margin: 15px; background-color:#f2f2f2;font-size:80%;}
.photo100 {width: 100px; float: right; padding: 10px; border: #e5e5e5 solid thin; margin: 15px; background-color:#f2f2f2; font-size:80%;}
p.credit {font-size:60%; color:#999999;
}
p.cutline {font-size:80%; font-style:italic;
}
p.caption_only {
	font-size:75%;
	font-style:normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sitemap p {font-size:90%;}

.indent{margin-left: 30px;}
.indent_double {margin-left:50px;}
.date_gray {font-size:70%; color:#666;}
p.firstgraph:first-letter {
 font-size : 400%;
 font-weight : bold;
 float : left;
 width : 1em;
 color : #c00;
 }

#container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#navcontainer {
width:100%;
margin: 0 auto;
}
#header { 
	background: #000000; 
/* 	padding: 0 10px;  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. */
} 
#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 */
}

#sidebar1 {
	float: left; 
	width: 16em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px; /* top and bottom padding create visual space within this div */
	font-size: 80%;	
}
.twocolumn {
     float: left;
	 width: 15em;
	 font-size:90%;
	 padding: 10px 20px;}
	 
	 
#sidebar1 ul {list-style-type: square; line-height: 150%;}

.news a:link, .news a:visited {color:#000000;text-decoration:none;}
.news a:active, .news a:hover {color:#CC0000; text-decoration:underline;}

#sidebar2 {
	float: right; 
	width: 7em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px; /* top and bottom padding create visual space within this div */
    font-size:80%;
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 #sidebar1 ul #sidebar2 {
	margin-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

#mainContent {
 	margin: 0 5em 0 5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 5em 0 8em; /* padding here creates white space "inside the box." */
} 
#mainContent_sitemap {
 	margin: 0 10em 0 10em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 1em 0 1em; /* padding here creates white space "inside the box." */
} 
.sitemap a:link, .sitemap a:visited {font-weight:bold; color:#000;text-decoration:none; border-bottom:1px dotted #CC0000;}
.sitemap a:active, .main a:hover {font-weight: bold;color:#C00; text-decoration:none; border-bottom:2px dotted #CC0000;}
.sitemap h2 .sitemap h3 .sitemap h4 {margin-bottom:-15px; margin-top:-10px;; padding-top:15px;}

#navlist {padding: 3px 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li {list-style: none;
margin: 0;
display: inline;
text-align: center;
}

#navlist li a {padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}





.main a:link, .main a:visited {font-weight: bold; color:#CC0000;text-decoration:none; border-bottom:2px dotted #CC0000;}
.main a:active, .main a:hover {font-weight: bold;color:#000; text-decoration:none; border-bottom:2px dotted #CC0000;}
.main h2 .main h3 .main h4 {margin-bottom:-15px; margin-top:-10px;; padding-top:15px;}
.subhead a:link, .subhead a:visited {font-size: 120%; font-weight: bold; color:#CC0000;text-decoration:none; border-bottom:2px dotted #CC0000;}
.subhead a:active, .subhead a:hover {font-size: 120%;font-weight: bold;color:#000; text-decoration:none; border-bottom:2px dotted #CC0000;}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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-size: 60%;
}

/* Miscellaneous classes for reuse */
.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;
}
