@charset "UTF-8";
body  
{
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}

.main #container 
{
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #6f620e;
	border-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
.main #header 
{ 
	background: #DDDDDD; 
	margin: 0 auto;
	padding: 0;
	height:70px;
	background-image:url(images/hcs-banner.gif);
} 

.main #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 */
	text-indent:-9999px;
}

.main #header-links
{
	backbround: #777777;
	height:25px;
	padding-top: 5px;
	background-image:url(images/hcs-banner-gradient.gif);
}

.main #sidebar1 
{
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: 15px 10px 15px 10px;
	background-image:url(images/hcs-quicklinks-gradient.gif);
	border: 1px solid #6f620e;
	border-left: 0px;
	margin-top: 20px;
}

.main #sidebar2 
{
	clear:left;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	margin-top:20px;
	padding: 15px 10px 15px 10px;
	background-image:url(images/hcs-quicklinks-gradient.gif);
	margin-bottom: 20px;
	border: 1px solid #6f620e;
	border-left: 0px;
}

.main #mainContent 
{ 
	margin: 0 0 0 200px; /* 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.main #container #mainContent #news 
{
	height: 200px;
	width: 480px;
	overflow: auto;
	border: 2px solid #000000;
	margin:0px;
	padding: 10px;
}

.main #container #mainContent #mission
{
	height: 200px;
	width: 400px;
	border: 2px solid #000000;
	margin-top: 25px;
	margin-left: 50px;
	padding: 0px;
}

.main #footer 
{ 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/hcs-banner-gradient.gif);
} 

.main #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 */
}

.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;
}

h1
{
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
}

h2
{
	color: #990000;
	text-align: center;
	font-size: 16px;
}

h3
{
	font-size: 16px;
	text-decoration:underline;
	margin-top:5px;
}

h4 
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

h5 
{
	font-size: 24px;
	color: #990000;
	text-align: center;
	text-decoration: underline;
}

h6
{
	margin:0;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a 
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color:#0000CC;
}

#mainContent a:link
{
	font-size:14px;
	font-weight: bold;
	color:#000099;
	text-decoration: underline;
}

#mainContent a:hover
{
	font-size:14px;
	font-weight: bold;
	color:#0000CC;
	text-decoration: underline;
}

ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}


li 
{
	font-size: 12px;
}

.header-list li 
{
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 14px;
}

.facts li
{
	font-size: 11px;
}

#footer a:link
{
	font-weight: bold;
	color:#0000CC;
	text-decoration: underline;
}

#footer a:hover
{
	font-weight: bold;
	color:#0000FF;
	text-decoration: underline;
}

p
{
	color:#000000;
}
.main #container #mainContent .red 
{
	color: #990000;
}

.main #container #footer .foot 
{
	font-size: 10px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}

.main #container #mainContent .indent 
{
	margin-left: 110px;
}
