body {
	background-color: #CCCCC2;
    /*center; */
    margin-left:auto;
    margin-right:auto;
    
}

body, td {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #000000;
}

.page_header {
	font-weight: bold;
    color: #663333;
}
.team_header {
	font-weight: bold;
}
.nav_header {
	font-weight: bold;
    color: #663333;
}

.nav_off, a.nav_off {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.nav_off:hover {
	font-weight: bold;
	text-decoration: none;
    color: #663333;
}
.sub_nav_off, a.sub_nav_off {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font : /18px;
}
a.sub_nav_off:hover {
	font-weight: bold;
	text-decoration: none;
    color: #663333;
}
.sub_sub_nav_off, a.sub_sub_nav_off {
	text-decoration: none;
	color: #000000;
	font : /18px;
}
a.sub_sub_nav_off:hover {
	text-decoration: none;
	color: #663333;
}
a.nav_on {
	font-weight: bold;
    color: #CCCC99;
}
a.sub_nav_on {
	font-weight: bold;
    color: #CCCC99;
}
a.sub_sub_nav_on {
    color: #CCCC99;
}
a {
	color: #000000;
}
a.news_link {
	font-weight: bold;
    font-size:"12 px";
    text-align:left;
	text-decoration: none;
	color: #663333;
    
}
a.news_link:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0F4D2A;
    
}

.footer {
/* Added 4/3/2011 by MDM */   
    font-family:arial, verdana, helvetica;
    font-style:italic;
    letter-spacing:2pt;
    font-weight:bold;
    margin:0px;
    font-size: 60%;
    line-height:175%;
    text-align: center;
    color: white;
    background-color:#663333;

}

nav.toc .menu .drop {
        overflow:hidden; 
        height:0;
        opacity:0;}
        
nav.toc .menu:hover>.drop {
        height:auto; 
        opacity:1;
        -webkit-transition: opacity .25s linear;
        -moz-transition: opacity .25 linear;
        -o-transition: opacity .25s linear;
        transition: opacity .25s linear;}

