@charset "utf-8";
/* CSS Document */


.main {
	color: #000000;
	font-size: 14px;
	font-family: 'Metrophobic',Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.main a:link {
	color: #006699;
	text-decoration: none; 
}

.main a:visited { 
	color: #003366;
	text-decoration: none; 
}

.main a:hover { 
	color: #0099CC;
	text-decoration: none; 
}


h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #003333;
	padding: 0px;
	margin: 0px;
}


.nav ul {
  list-style: none;
  background-color: #d6d6d6;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Metrophobic',Trebuchet MS, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 30px;
  height: 30px;
}
 
.nav a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #CCC;
}
 
.nav a.active {
  background-color: #000;
  color: #d6d6d6;
  cursor: default;
}

.nav li {
float: left;
padding-left: 15px;
}

.nav ul {
overflow: auto;
width: 1000px;
margin: 0 auto;
}

.nav {
background-color: #d6d6d6;
}

.bottomNav {
	color: #000000;
	font-size: 12px;
	font-family: 'Metrophobic',Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 0px;;
}

.bottomNav a:link {
	color: #000000;
	text-decoration: none; 
}

.bottomNav a:visited { 
	color: #000000;
	text-decoration: none; 
}

.bottomNav a:hover { 
	color: #000000;
	text-decoration: none; 
}

.noRightpad {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

.people {
	color: #000000;
	font-size: 14px;
	font-family: 'Metrophobic',Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.people a:link {
	color: #006699;
	text-decoration: none; 
}

.people a:visited { 
	color: #003366;
	text-decoration: none; 
}

.people a:hover { 
	color: #0099CC;
	text-decoration: none; 
}
