﻿body {
	background-color: #FFFFFF;
}
#container {
}
#masthead {
	border-style: none;
	border-color: #E7F1F1;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
}
#sidebar {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: x-small;
	background-color: #FF9900;
	color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	overflow: visible;
	position: relative;
	z-index: auto;
	width: auto;
	left: auto;
	font-family: Verdana;
}
#footer {
	border-color: 0;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	position: static;
	width: auto;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.float_right {
	float:right;
}