
#About {
margin: 0px 0px 0px 0px;
background: url('/images/generalSportsStadium2.jpg') no-repeat;
height: 458px;
width: 849px;
}

#AboutNavContainer {
position: relative;
float: left;
top: 115px;
width: 210px;
margin: 0px 20px 0px 18px;
}


/* should not need a height explicitly set but will not  
 * initialize with the proper opacity unless I do so
 */
#AboutNav {
height: 90px;
border: solid 1px #333333;
border-top: solid 1px #ffffff;
filter:alpha(opacity=0);
-moz-opacity:0.0;
opacity:0.0;
}

#AboutLeadershipNav {
height: 180px;
margin-top: 20px;
border: solid 1px #333333;
border-top: solid 1px #ffffff;
background-color: #000000;
filter:alpha(opacity=0);
-moz-opacity:0.0;
opacity:0.0;
}

#AboutContent {
position: relative;
top: 115px;
float: left;
margin: 0px 0px 0px 0px;
width: 500px;
height: 310px;
margin: 0px 10px 0px 10px;
border: solid 1px #333333;
border-top: solid 1px #ffffff;
background-color: #000000;
filter:alpha(opacity=0);
-moz-opacity:0.0;
opacity:0.0;
overflow:auto;
}


#AboutContent p, #Content h2 {
margin: 10px 20px 10px 20px;
font: normal 12px verdana, lucida, arial, helvetica, sans-serif;
}

#AboutContent p {
color: #dddddd;
}


/* style used for finding and applying an effect to the services sub nav 
 *
a.ssn {
width: 120px;
}

*/

.mission {
margin: 0px 30px 0px 30px;
padding: 0px 0px 0px 10px;
font: italic 12px verdana, lucida, arial, helvetica, sans-serif;
line-height: 1.25;
text-align: center;
width: 400px;
}

img.bio  {
margin: 0px 10px 5px 0px;
border: solid 1px #000000;
}


table#leaders {
width: 100%;
}

table#leaders td {
text-align:left;
font: normal 10px verdana,lucida,arial,helvetica,sans-serif;
padding: 8px;
}

table#leaders p {
padding: 0px 0px 0px 25px;
margin: 0px;
font: normal 10px verdana,lucida,arial,helvetica,sans-serif;
}





