body {
  overflow: -moz-scrollbars-vertical;
}
h1 {
font-family: Times New Roman, Times, serif;
font-size: 200%;
color: white;
margin: 0;
}
h2 {
font-family: Times New Roman, Times, serif;
font-size: 140%;
font-style: italic;
color: white;
margin: 0;
}
h3 {
font-family: Times New Roman, Times, serif;
font-size: 130%;
color: CornflowerBlue;
margin: 0;
}
h4 {
font-family: Times New Roman, Times, serif;
font-size: 120%;
color: white;
margin: 0;
}

p, p a, ol, ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: black;
}
p a {
font-size: 100%;
}

#header, #titleArea, #body {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
margin: 0;
padding: 0;
}
.headerTop {
background-color: CornflowerBlue;
border-top: 2px solid blue;
}
#headerTop, #titleArea, #body {
width: 765px;
}

#subMenuArea {
width: 150px;
vertical-align: top;
padding: 10px;
border: 2px solid blue;
background-color: CornflowerBlue;
}
#bodyArea {
vertical-align: top;
padding-left: 10px;
}
.sideSpace, .topMenuItem {
border-top: 2px solid blue;
text-align: center;
padding: 2px 0px 2px 0px;
}
.topMenuItemSelected {
border-color: blue;
border-width: 2px;
border-style: none solid solid;
text-align: center;
padding: 2px 0 2px 0;
background: CornflowerBlue;
}
.sideSpace {
width: 50%;
}
.topMenuItem a:hover, .subMenuItem a:hover {
background-color: Gainsboro;
}
.topMenuItem a, .subMenuItem a, .topMenuItemSelected a, .subMenuItemSelected a {
text-decoration: none;
}
.subMenuItem {
height: 20px;
}
.subMenuItemSelected {
font-weight: bold;
background-color: transparent;
}
img {
border-color: blue;
}
#footer img {
border: 2px solid blue;
}
#footer {
width: 100%;
background-color: CornflowerBlue;
border-top: 2px solid blue;
border-bottom: 2px solid blue;
margin-top: 15px;
}
#navImagePrevious, #navImageNext {
width: 200px;
text-align: center;
}
#mainImage {
width: 300px;
height: 325px;
text-align: center;
}
.littleForm {
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 75%;
}
.littleForm2 {
width: 100%;
height: 75px;
font-family: arial, helvetica, sans-serif;
font-size: 75%;
}
.mainButton {
background-color: CornflowerBlue;
border: 2px solid blue;
cursor: pointer;
}