html { 
margin: 0; 
padding: 0; 
height: 100%; 
overflow: -moz-scrollbars-vertical;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2f2f3;
	padding: 0px;
	margin: 30px;
	color: #939598;
	font-size: 13px;
}
.copyright {
	font-size: 11px;
	color: #939598;
	text-align: right;
}
h1 {
	font-size: 17px;
	font-weight: normal;
}
.sideNav {
	text-align: right;
	font-size: 14px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
}
.sideNav a{
	color: #939598;
	text-decoration: none;
}
.sideNav a:hover{
	text-decoration: underline;
}
.bodyHighlight {
	color: #00a5b6;
}
.navigation {
	font-size: 14px;
	text-align: center;
}
.navigation a{
	color: #939598;
	text-decoration: none;
}
.navigation a:hover{
	text-decoration: underline;
}
.navigationCurrent {
	font-size: 14px;
	text-align: center;
}
.navigationCurrent a{
	color: #00a5b6;
	text-decoration: none;
}
.navigationCurrent a:hover{
	text-decoration: underline;
}
.sideNavCurrent {
	text-align: right;
	font-size: 14px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
}
.sideNavCurrent a{
	color: #00a5b6;
	text-decoration: none;
}
.sideNavCurrent a:hover{
	text-decoration: underline;
}.subHead {
	font-size: 15px;
	font-weight: bold;
}
.contact {
	font-size: 11px;
}

a{
	color: #00a5b6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.peopleLeft {
	font-size: 11px;
	text-align: left;
}
.peopleRight {
	font-size: 11px;
	text-align: right;
}
