body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-color: #ffffff;
	text-align: left;
}

#banner {
	height: 110px;
	background-color: #3375C3;
	width: 100%;
}

#leftImageHolder {
	position: absolute;
	left: 0px;
	top: 0px;
}

#rightImageHolder {
	position: absolute;
	right: 20px;
	top: 85px;
	color: #ffffff;
}

#topnavigation {
	color: #105BAC;
	background-color: #efefef;
	height: 20px;
	font-size: 70%;
}

#topnavigation ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 3px 0 0 0;
}

#topnavigation ul li {
	display: inline;
}

#topnavigation li a {
	color: #3375C3;
	background-color: #efefef;
	text-decoration: none;
}

#topnavigation li a:hover {
	color: #3375C3;
	background-color: #efefef;
	border-bottom: 1px solid #3375C3;
}

#sidebar {
	font-size: 70%;
	margin-right: 40px;
	margin-top: 30px;
	margin-left: 15px;
	width: 162px;
	height: 374px;
	margin-bottom: 20px;
	float: left;
}
#sidebar div.feature {
	color: #666666;
	background-color: #fefefe;
	border: 1px solid #efefef;
	margin-bottom: 11px;
	padding: 10px;
	line-height: 140%;
}

#sidebar div.feature ul{
	margin: 0;
	padding: 0;
	line-height: 180%;
	list-style-type: circle;
	list-style-position: inside;
}

#sidebar div.feature ul li{
	color: #3375C3;
	background-color: transparent;
}

#sidebar div.feature ul li a{
	color: #115EAC;
	background-color: transparent;
	text-decoration: none;
}

#sidebar div.feature ul li a:hover{
	text-decoration: underline;
}

#sidebar h1{
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #3375C3;
}

#content {
	margin-left: 220px;
	margin-right: 60px;
	margin-top: 20px;
}

#content p {
	font-size: 100%;
	margin-top: 20px;
}

#content h1 {
	font-size: 130%;
	color: #3375C3;	
	font-weight: normal;
	padding: 0;
	margin-top: 30px;
}

#content h2 {
	font-size: 100%;
	color: #009900;
	font-weight: normal;
	padding: 0;
	margin: 0px;
}

.container {
	width: 99%; 
	float: right;
}

#footer {
	background-color: #3375C3;
	color: #FFFFFF;
	clear: both;
	height: 55px;
	clear: both;
}

#footer p {
	padding: 10px;
	margin: 0;
	font-size: 70%;
}

#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
