﻿*
{
    padding: 0px;
    margin: 0px;
    border: solid 0px yellow;
}
body
{
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
}

#content
{
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
	background-color: #000000;
	text-align: center;
	width: 1024px;
}
a
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h2
{
	font-size:15px;
}
h3
{
    font-size:14px;
} 
h5
{
    padding: 10px;
    clear: both;
	font-size:12px;
	color:#3F3F3F;
}
h6
{
    font-size:11px;
}
img
{
    border: none;
}
#footerSiteLinks
{
    list-style: none;
}
#footerSiteLinks li
{
    display: inline;
    border-right: solid 1px #FFFFFF;
    padding: 4px;
}
#footerSiteLinks li
{
    display: inline;
    border-right: solid 1px #FFFFFF;
    padding: 0px 4px 0px 4px;
}
#footerSiteLinks li:last-child
{
    border-right: none;
}
.clearBoth
{
    clear:both;
}
.clearLeft
{
    clear:left;
}
