/*#CC9933 = orange */
/*#0066CC = blue   */
/*#FFCC99 = peach  */
/*******************/


/*######################## button links ###########################*/
a.rollover
{
    display:block;
    border-top:#000000 solid 1px;
    border-right:#000000 solid 1px;
    border-left:#000000 solid 1px;
    width:100px;
    background-color:#0066CC;
    color:#CC9933;
    text-align:center;
}
a.rollover:hover
{   
    background-color:#CC9933;
    color:#0066CC;

}

a.rollover:link, a.rollover:visited
{
    text-decoration:none;

}
/*######################### end button links ######################*/
/*&&&&&&&&&&&&&&&&&&&&&&&&& regular links &&&&&&&&&&&&&&&&&&&&&&&&&*/
a
{
    color:BLUE;

}

a:hover
{   
    color:#CC9933;

}

a:link, a:visited
{
    text-decoration:none;

}
/*&&&&&&&&&&&&&&&&&&&&&&&&& end regular links &&&&&&&&&&&&&&&&&&&&&&*/
/*##################qotd depress buttons############################*/

/*#CC9933 = orange */
/*#0066CC = blue   */
/*#FFCC99 = peach  */

a.depress:link, a.depress:visited
{   background-color:#0066CC;
    border-bottom:#003399 solid 1px;
    border-right:#003399 solid 1px;
    border-left:#99ccff solid 1px;
    border-top:#99ccff solid 1px;
    color:#CC9933;
    letter-spacing: .5pt;
    text-decoration:none;
    text-align:center;
    width:100px;
    display: block;
}
/*
a.depress:hover
{
   background-color: #CC9933;
   color:#0066CC;
}
*/
/* depress effect on click */
a.depress:active, a.depress:focus 
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .3pt;
    width:100px;
}
a.depress span.answer
{
    display:none;
}

a.depress:active span.answer
{
    display:block;
    position:absolute;
    top:150px;
    left:150px;
    width:300px;
}
a.depress:focus span.answer
{
    display:block;
    background-color:#0066CC;
    border: 10px #0066CC solid;
    position:absolute;
    top:125px;
    left:100px;
    width:360px;
    color:#CC9933;
}




/*##################end qotd depress buttons########################*/
/*@@@@@@@@@@@@@@@@@@@@@@begin menu section@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.navlist	
{	
    background-color:#0066CC;
    width:100px;

}
html>body .navlist, a:link, a:visited  
/*IE hack--IE ignores this--For non-IE browsers*/
{
    width:98px;
}



.nav
{
    font-family:Comic Sans MS;
    background-color:#0066CC;
    /*height:143px;*/
    height:311px;
    width:100px;
    border-bottom:#000000 solid 1px;
/*  --ALL BROWSER SECTION */
    position:relative;
    top:-4px;


}
html>body .nav  /*IE hack--IE ignores this--For non-IE browsers*/
{
    position:relative;
    top:-5px; /* 16px for background image*/
}

.tableblue
{
    background-color:#0066CC;

}

.content
{
    font-family:Comic Sans MS;
    background-color:#FFCC99;
    /*text-align:center;*/
    width:560px;
    position:relative;
    top:-4px;

}
html>body .content  /*IE hack--IE ignores this--For non-IE browsers*/
{
    position:relative;
    top:-5px;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@end menu section@@@@@@@@@@@@@@@@@@@@@@@*/



















/*#######################DELETE SOON#######################
.navlist
{
    list-style-type:none;
    color:#CC9933;
    text-decoration:none;
    text-align:center;

}

.navlist a:link
{
    list-style-type:none;
    width:100px;
    text-decoration:none;

}
.navlist a:hover
{
    list-style-type:none;
    background-color:#CC9933;
    color:#0066CC;
    width:100%;
    text-decoration:none;
}
##########################################################*/




body
{
    background-color:#FFFFFF; /*CCCCCC*/

}

.imgsub
{
    width:760px;
    height:100px;
    border:0px;

}

.footer
{
    background-color:#0066CC;
    height:100px;
    width:760px;
    font-family:Comic Sans MS;
    position:relative;
    top:-4px;

}
html>body .footer  /*IE hack--IE ignores this--For non-IE browsers*/
{
    position:relative;
    top:-5px;
}

.baseline
{
    vertical-align:baseline;
    font-size:x-small;

}

.footerbuttons
{
    border:0;
    width:80px;
    height:15px;

}

.announcement
{
	color:#FF0000;
	font-weight:900;
}