body {margin:0px; padding: 0px;font-family:"Franklin Gothic Book"; color:#000000;  font-size:small; width:100%}
#aboutLinks {display: inline; font-size: 8pt; text-align:center;}
#mainLinksAbout {display:none; font-size: 8pt;}
/* html, body { height: 100%; margin: 0; padding: 0;} 
img#bg {position:absolute; top:0; left:0; width:100%; height:100%;}
#content {position:relative;z-index:1;}*/


.headings {color:#660033;  font-size: 12pt; font-weight:bold;}
h1 {color:#FFFFFF; margin-left:25px; margin-bottom: 10px;text-align:left;font-family:Lucida Handwriting; font-size: large; font-weight:normal;}
h3 {margin:20px 0px 0px 0px; color:#006699;}

.magName {font-style:italic;}
a:hover {text-decoration: underline;}

.projectNames {font-size:small; text-align:left; margin-bottom: 10px;} /* for links on side of project pages */
.projectheadings {text-align:center; margin-top:5px; margin-bottom: 10px;font-weight: bold;} /* for headings on project pages */
.subheads{margin-left:20px; font-weight:normal;}
.formfields, .formfields10 {background-color:#FFFFFF;color:#000000;font-weight:normal;font-style:normal;text-align:left;}
.formfields10 {font-size:10pt;}
.formfieldsRequired {background-color:#FFFFFF;color:#FF0000;font-weight:normal;font-style:normal;text-align:left;}


@font-face {
    font-family: Arial;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/ARIAL1.eot);
  }
@font-face {
    font-family: Arial;
    font-style:  normal;
    font-weight: bold;
    src: url(../fonts/ARIAL0.eot);
  }
@font-face {
    font-family: Franklin Gothic Book;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/FRANKLI1.eot);
  }
@font-face {
    font-family: Franklin Gothic Demi;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/FRANKLI0.eot);
  }

/*  Styles for projects */

/* DISPLAY PROJECT NAME AND FLASH FILE */
#WP00, #PL00 {display: inline; text-align: center; font-size:small;}
#allPhases {display: inline; text-align:left; font-size:small;}

 #WP01, #WP02, #WP03, #WP04, #WP05, #WP06,#WP07, #WP08, #WP09, #WP10, #WP11, #WP12, #WP13,#WP14,#WP15 {display: none; text-align:center; font-size:small;}
#PL01, #PL02, #PL03, #PL04, #PL05, #PL06, #PL07, #PL08, #PL09 {display: none; text-align:center; font-size:small;}
#phaseI, #phaseII, #phaseIII, #phaseIV, #phaseV, #phaseVI, #phaseVII, #phaseVIII {display: none; text-align:left; font-size:small;}
#phaseI_pop, #phaseII_pop, #phaseIII_pop, #phaseIV_pop, #phaseV_pop, #phaseVI_pop, #phaseVII_pop, #phaseVIII_pop {display: none;}
.location {font-style:italic;}

/* Team CSS */
#mainTeam {display: inline;}
#Daryl, #David, #Duane, #Heather, #Jamie, #Jim, #Jodi, #John, #Lisa, #Lori, #Rebecca, #Robin, #Terry, #Tony {display: none;}

/* Whats New CSS */

#num0text, #num1text, #num2text, #num3text, #num4text, #num5text, #num6text, #num7text {display:none;}



/* everything below this line is a style for the drop down menu */
.bluetabs{
border-bottom: = 1px solid #000066;
/* margin-right:186px;*/
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 2px;
font: bold small Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin-right: 5px;
border: 0px;
}

.bluetabs li a{			/* this controls main links on tabs */
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
border: 0px solid;
color:#FFFFFF;   /*    */
background-color: #006699; /*THEME CHANGE HERE  bluetab.gif  */
}

.bluetabs li a:visited{
color:#FFFFFF;
}

.bluetabs li a:hover{
text-decoration: underline;
color:#CCCCCC;
}

.bluetabs li.selected{
color:#999999;
}
/*
.bluetabs li.selected a{ /*selected main tab style */
/*background-image: url(../Images/links/burgtabactive.gif); THEME CHANGE HERE   bluetabactive.gif  
border-bottom-color: white; * /
color:#999999;
} */

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{  
position:absolute; 
top: 0;
border: 1px solid #006699; /*THEME CHANGE HERE  #918d8d*/
border-width: 0 1px;
font:normal 8pt Arial;
line-height:12px;
z-index:100;
background-color:#CCCCCC;
width: 150px;
visibility: hidden;
text-align: left;
}

.dropmenudiv_b a{  /*  This controls the text for the drop down links */
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #006699; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000000;   /* for bluetabs, use black  */
text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#006699;   /* #990033 bluetabs color #edf3f3  */
color: #FFFFFF;  /* do not include this line for bluetabs */
text-decoration:none;
}