body {
  margin: 0px;
  padding: 0px;
}

body,p,td,div {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}

#mastHead {
  display:block;
  height:120px;
  background-color:#4c73b4;
  background-image:url('/assets/masthead.jpg');
}

#mastHead div {
  background-color:inherit;
  margin:5px;
  float:right;
}

.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.topMenu:hover {
	color:#fff;
}

#mainMenu {
	padding:10px 4px;
	text-align:center;
	
}

#content_div {
  display:block;
	margin:0 auto;
}

#content_div p {
  margin:20px;
}

.style3 {
	font-size: 14px;
}


.body {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

a:link {
	color: #979797;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	color: #a3a3a3;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #696969;
}