html, body, div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	color: #336699;
	font-family: Times New Roman, Times;
}

h1 {
	text-align: center;
}

p {
	text-align: left;
	color: black;
	font-family: Times New Roman, Times
}

img {
	border: 0;
}

hr {
	width: 100%;
	color: #336699;
}

div#wrapper {
	width: 900px;
	min-width: 800px;
	margin: 10px;
	border-top: 3px solid #336699;
}

div#main {
	width: 650px;
	min-width: 550px;
	float: left;
	margin: 5px 0 0 0;
}



.contactInfo {
	text-align: center;
	font-size: 4;
}

.contactInfoRed {
	text-align: center;
	font-size: 4;
	color: red;
}

.blueText {
	color: #336699;	
}

.redText {
	color: #CC3300;
}

.brownText {
	color: #993300;
}

.alignRight {
	text-align: right;
}






/* Menu CSS */

div#menu {
  display: table;
  list-style: none;
  margin: 0px 10px 10px 0px;
  padding: 10px;
  width: 200px;
  min-width: 200px;
  float: left;
  background-color: #336699;
}

#menuHeader {
  display: block;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
  height: 50px;
  width: inherit;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #99CCFF;
}

.menuItem {
  display: table;
  position: relative;
  padding: 15px 0px 15px 0px;
  height: 50px;
  width: inherit;
  height: auto;
  text-align: left;
  vertical-align: bottom;
}

a.headerLink {
  font-family: Times;
  color: #99CCFF;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}

a.headerLink:visited {
  font-family: Times;
  color: #99CCFF;
  font-size: 26px;
}

a.menuLink {
  font-family: Times;
  color: #99CCFF;
  font-size: 26px;
  text-decoration: none;
}

a.menuLink:active {
  font-family: Times;
  color: #99CCFF;
  font-size: 26px;
  text-decoration: none;
}

a.menuLink:visited {
  font-family: Times;
  color: #99CCFF;
  font-size: 26px;
  text-decoration: none;
}

a.menuLink:hover {
  font-family: Times;
  color: #FFFFFF;
  font-size: 26px;
  text-decoration: none;
}