.mission {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000; background-color: #FFFFFF}

.body {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; color: #000000; line-height: normal; font-style: normal}

.subheading {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #666666; font-weight: bold}

.head {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 1px}

.division {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; word-spacing: normal; letter-spacing: 5px; font-weight: 200}

.svcdiv {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; letter-spacing: 3px; word-spacing: normal}

.divorange {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FF6600; font-weight: bolder}

.mapbody {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; letter-spacing: normal}


#toggle {
display: none;
}

a {  color: #000000}

/*following is css for button hover menu*/

.aerobuttonmenu{ /*container that holds a row of buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #FFFFFF; /*menu strip background*/
border: 1px solid orange;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial, Helvetica; 
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 4px; /*spacing between buttons*/
filter:alpha(opacity=80); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.8;
-moz-opacity: 0.8;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: black; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{
filter:alpha(opacity=100); 
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{
color: white;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

