﻿body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	color: #333;
	font-size: 14px;
}
img 
{
    border: none;
}
a:link {
	color: #3366cc;
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: none;
	color: #cc6633;
}
a:active {
	text-decoration: none;
}
#topline {
	width: 100%;
	border-top: 1px solid #FFF;
	background: #3366cc;
	height: 7px;
	}
#container {
	width: 900px;
	margin: auto;
	}
#navigation {
	padding-top: 25px;
	}
#navlinks {
	float: left;
	margin-top: 35px;
	text-transform: uppercase;
	font-size: 18px;
	}
#banner {
	margin-top: 10px;
	height: 50px;
	text-align: right;
	background: #3366cc;
	font-size:45px;
	color: #FFF;
	padding-right: 10px;
	}
#content {
	margin-top: 20px;
	}
#footer {
	text-align: center;
}