body {

margin: 0px;
padding: 0px;
text-align: center;
}

#navwrapper { /* centered area to use as a container to absolutely position
the menu within */

position: relative;
width: 800;
margin: auto;
text-align: center;
}


#nav, #nav ul { /* default lists */

position: absolute;
left: 100px;
top: 152px;
padding: 0;
margin: 0;
list-style: none;
}

#nav a { /* default links */

display: block;
width: 8em;
text-decoration: none;
color: #F8BF1A;
}

#nav a:hover { /* default for hovered links */

color: #4D1157;
background-color: #F8BF1A;
}

#nav li { /* default list items */

float: left;
width: 8em; /* width needed or else Opera goes nuts */
text-align: center;
position: relative;
background-color: #4D1157;
}

#nav li ul { /* second-level lists */

position: absolute;
top: 20px;
_top: 18px;
left: -999em; /* using left instead of display to hide menus because display:
none isn't read by screen readers */
}

#nav li ul li { /* second level list items */

padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
text-align: left;
width: 200;
}

#nav li ul li a {

width: 100%;
border-bottom: 1px #ffffff solid;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list
items */
left: 0;
}


.footer A:link {color: #F4B905; font-family: arial; font-weight: bold; font-size: 8pt; text-decoration: none;}
.footer A:visited {text-decoration: none;}
.footer A:active {text-decoration: none;}
.footer A:hover {text-decoration: underline; color: #F4B905;}

.footer {color: white;}

H1 {font-family: arial; font-size: 8pt; color: #4D1157; display: inline;}

H2 {font-family: arial; font-size: 14pt; color: #4D1157;}

.content {font-family: arial; font-size: 10pt; color: #4D1157;}

.kryptronic {font-family: verdana; font-size: 7pt;}

.sub_footer A:link {color: #F4B905; font-family: arial; font-weight: bold; font-size: 8pt; text-decoration: none;}
.sub_footer A:visited {text-decoration: none;}
.sub_footer A:active {text-decoration: none;}
.sub_footer A:hover {text-decoration: underline; color: #F4B905;}

.sub_footer {font-family: verdana; font-size: 8pt; font-weight:bold; color: white;}
