body{
margin:0;
padding:0;
line-height: 1.5em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #F20000;
	text-decoration: none;
}
a:visited {
	color: #F20000;
	text-decoration: none;
}
a:hover {
	color: #F20000;
	text-decoration: none;
}
a:active {
	color: #F20000;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.clear{clear:both}

#maincontainer{
width: 565px; /*Width of main container*/
margin: 1em auto; /*Center container on page*/
}


#logo{
	float: left;
	height: 206px;
	width: 114px;
}
#navigation{
	background-color: #ff8484;
	float: right;
	margin-top: 92px;
	padding-top: 53px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
	width: 442px;
	text-align: center;
	vertical-align: baseline;
	padding-bottom: 4px;
}
#navigation a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navigation a:hover{
	color: red;
}

#contentwrapper{
margin-top:10px;
width: 100%;
}

#footer{
	width: 100%;
	text-align: center;
	background-color: #FF8484;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight: bold;
	margin-top: 10px;
}

