body {
color: #0f0;
text-align: center;
background: #000 url('images/starbkgrd5.gif')
}

body.main {
color: #f00;
font-weight: bold;
}

img.main {
margin-right: 130px;
margin-left: 130px;
}

.title {
font-size: 36pt;
}

.cap {
font-size: 24pt;
}

/* Navigational Menu */
.hbuttons a.nav { /* Main Navigational Menu Configuration, Don't Edit Without Extended Enowledge! */
display: block;
text-decoration: none;
font: bold 13px Arial;
color: #0f0;
width: 160px;
height: 40px;
float: right;
display: inline;
margin-right: 0px;
padding-top: 10px;
background-image:url(images/menu/menunorm.gif);
background-repeat: no-repeat;
text-align: center;
}

.hbuttons { /* Centers the text in the whole menu */
text-align: center;
}

.hbuttons a.nav:hover{ /* Configures the menu buttons when you hover over them */
background-image:url(images/menu/menuover.gif);
color: #000;
text-decoration: underline;
}

.hbuttons a.nav:active{ /* Configures the menu buttons when you click down on them */
background-image:url(images/menu/menuover.gif);
text-decoration: underline;
color: #000;
}

span.nav { /* Vertically center the text in the menu */
padding-top: 120px;
}

#sel { /* This configures the button for the page you're currently on */
text-decoration: underline;
background-image:  url('images/menu/menuover.gif');
background-repeat: no-repeat;
color: #000;
}

a.engage {
text-decoration: overline underline;
font: bold 13px Arial;
color: #f00;
width: 160px;
height: 40px;
margin-right: 0px;
padding-top: 12px;
float: none;
background-image:url(images/menu/engagenorm.gif);
background-repeat: no-repeat;
text-align: center;
vertical-align: 250%;
}

a.engage:hover { /* Configures the opening button on the intro page */
background-image: url('images/menu/engageover.gif');
color: #000;
text-decoration: none;
}

a.engage:active {
background-image: url('images/menu/engageover.gif');
color: #000;
text-decoration: underline;
}
/* End Navigational Menu CSS, a wonderful CSS snippet, a derivative of one found at www.cssdrive.com */

/* Downloads Page Beginning Title Configuration */
.cnttxt { vertical-align: 75%;font-size: 24pt}
.lfimg { margin-right: 52px;width: 142;height: 68;padding-top: 20px;}
.rtimg { margin-left: 52px;width: 142;height: 68}