body
{ 
	font-family: arial, helvetica, sans serif;
	background-color: #000;
	color: #000;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
}

table
{
	font-size: small;
	color: #000;
}

#menu
{
	background-color: #fff;
}


#content
{
	color: #000;
    background-color: #fff;
	background-image: url(images/header_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
    padding-left: 15px;
	padding-right: 5px;
	padding-top: 75px;
	padding-bottom: 10px;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: medium;
	color: #000; 
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #cc0000;
}

h3
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #000;
}

a
{
	color: #cc0000; 
	text-decoration: underline;
}

a:visited
{
    color: #cc0000; 
	text-decoration: none;
}

a:hover
{
    color: #cc0000;
	text-decoration: none;
}

.red
{
	color: #cc0000;
}

#footer
{ 
    font-family: arial, helvetica, sans serif;
	background-image: url(images/footer_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	border-top: medium;
	border-color: #000;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #000;
	font-size: x-small;
	padding-right: 10px;
}

ul li	
{
	/*text-indent: -22px;*/
}

.black
{
	font-size: medium;
	font-weight: normal;
	color: #000;
}

.borderbottom
{
	border-bottom: 1px solid #000;
}

.left{
	float: left;
	height: 172px;
}