@import "menu.css";
@import "profiles.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #414141;
}
img {
	border: 0px;
}
h1 {
	margin: 0em 0em 0.4em 0em;
	line-height: 1.1em;
}
h2 {
	margin: 0em 0em 1.8em 0em;
	line-height: 1.4em;
}
p {
	margin: 0em 0em 1.8em 0em;
	line-height: 1.4em;
}
a {
	color: #c24500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background: none;
	color: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #414141;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 1.5em 0em;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#container {
	margin: 0px auto;
	width: 992px;
	text-align: left;
}
img#printlogo {
	display: none;
}
div#navBar {
	height: 47px;
	background: url('images/bottom_shadow.gif') no-repeat bottom;
}
div#leftContent {
	float: left;
	width: 126px;
}
div#centerContent {
	float: right;
	width: 758px;
}
div#leftSide {
	width: 920px;
	margin: 22px 0px 0px 47px;
}
ul#sideBtns {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}
ul#sideBtns li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	list-style: none;
}
div#statement {
	margin: 20px 42px 20px 37px;
	font-size: 11px;
	text-align: justify;
	color: #777;
}
div#statement p {
	margin: 0px;
}
div#footer {
	font-family: Georgia, Times New Roman, sans-serif;
}
div#footer a {
	color: #888;
	text-decoration: none;
	font-size: 10px;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 0px 30px 20px 25px;
	padding: 0px;
	list-style: none;
	display: inline;
}
ul#footerNav li,
ul#design li {
	display: inline;
	padding: 0em 0.8em;
}
