body {
  font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background : #000033;
  color : black;
  text-align: left;
  border-top: solid gray 1px;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
  border-left: solid gray 1px;
  margin: 16px 16px 16px 16px;
}

.sectionHeader {
  font-size: 18px;
  font-weight: bold;
}

blockquote {
  font-style: italic;
}

.small {
  font-size: 10px;
}

.menuHead {
  border-bottom:1px solid blue;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: bold;
}

.menuItem{
  font-size: 12px;
}

a:link, a:visited, a:active {
  font-size: 12px;
  color: black;
}

a:name{
}

a:hover {
  color: blue;
}

.header {
	color: black;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: #999999;
}

.section {
    border-top: dashed gray 1px;
    border-bottom: dashed gray 1px;
    border-left: dashed gray 1px;
    border-right: dashed gray 1px;
}

.header a:link, .header a:visited, .header a:active {
  color : black;
}

.bodyContent {
  background-color: white;
}

.pageName, .pageName a:link, .pageName a:visited, .pageName a:active {
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}
