/* CSS Document */
body
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 36pt;
}

#backgroundwrapper
{
	position: absolute;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border-top: 5px solid #F23000;
	background-image:url(../images/logofoote_bar.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footerlogo
{
	position: absolute;
	bottom: 0;
	right: 25px;
}	

#wrapper
{
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #F23000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#deflist
{
	list-style-type:square;
}
#deflist li
{
	font-style:italic;
	font-size: 12pt;
	padding: 5px;
}

#navbarlist
{
	display: block;
	list-style-type: none;
    padding: 0;
	margin-top: 25px;
}
#navbarlist li
{
	display: inline; 
	float: left;
	position: relative;  
}

#navbarlist li a
{
    display: block;
    width: 125px;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    color: #F23000;
    font-size: 18pt;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
	border-bottom: 1px dotted #F23000;
	margin-right: 5px;
}
#navbarlist li a:hover
{
	background-color: #f23000;
	color: white;
}
