body
	{
	font-family:arial,tahoma,verdana,serif;
	font-size:12px;
	background-color:#eaeaea;
	background-image: url(http://www.hcfep.org/images/body_back.png);
	background-repeat: repeat-x;
	}
th {
	text-align:left;
}
#wrapper 
	{
    margin-left:auto;
	margin-right:auto;
	width:995px;
	}
	
#main
    {
    margin-top:0;
    margin-left:0;
    background-image: url(http://www.hcfep.org/images/content_back.png);
	background-repeat: repeat-y;
    min-height:600px;
    }
    
#header
    {
    height:125px;
    background-image: url(http://www.hcfep.org/images/header1.png);
	background-repeat: no-repeat;
    }

#navigation
	{
	width:160px;
	float:left;	
	margin-left:5px;
	}
	
#navigation ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	text-align:center;
	}

#navigation li
	{
	margin:6px 0 0;
	}
	
#navigation a
	{
	display:block;
	width:155px;
	padding:4px 4px 4px 4px;
	border:1px solid red;
	background:#dadada;
	text-decoration:none;
	}

#navigation a:link,#navigation a:active,#navigation a:visited
	{
	color:#000080;
	}

#navigation a:hover
	{
	border:1px solid #000080;
	background:red;
	color:white;
	}
    
#content
    {
    margin-left:20px;
    margin-right:40px;
    padding:6px;   
    overflow: hidden;
    }  
    
#footer 
    {
    background-image: url(http://www.hcfep.org/images/footer_back.png);
	background-repeat: no-repeat;
	padding-top:15px;
	text-align:center;
    font-size:90%;
    height:65px;
    clear:both;
    }
    
fieldset
	{
	padding:10px;
	border:none;
	}
	
legend
	{
	font-size:medium;
	font-weight:bold;
	color:red;
	}
a
	{
	text-decoration:none;
	color:#0000ff;
	}
	
a:visted
	{
	text-decoration:none;
	color:#0000ff;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#ff0000;
	}
	
.date 
	{
	text-align:center;
	color:#ffffff;
	}

.style1 
	{ 
	font-weight:bold;
	font-size:medium;
	color:#000080;
	}