/*Begin Main Style*/
body
{
font-family : Trebuchet MS;
background : yellow;
}
table
{
font-family : Trebuchet MS;
font-size : 80%;
background : rgb(51, 51, 255);
align : center;
}
td
{
background : rgb(51, 51, 255);
}
a
{
font-family : Trebuchet MS;
color : white;
text-decoration : none;
}
a:hover
{
font-family : Trebuchet MS;
color : yellow;
text-decoration : underline;
}
h1
{
font-family : Trebuchet MS;
color : navy;
}
/*Begin Style for the Menu*/
#menu{background:blue;color:white;display:block;margin:auto;width:100%;height:100%;text-decoration:none;text-align:center;padding-top:10%;padding-bottom:10%;}
#menu:hover{background:yellow;color:black;text-decoration:underline;}
a.mainmenu
{
font-family : Trebuchet MS;
color : white;
text-decoration : none;
}
a.mainmenu:hover
{
font-family : Trebuchet MS;
color : black;
text-decoration : underline;
}
table.mainmenu
{
color:navy;
width: 70%;
height: 450px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
td.mainmenu
{
background: blue;
color: #fff;
font-family: 'Trebuchet MS',sans-serif;
text-align: center;
}
td.mainmenu:hover
{
color: #000;
background: yellow;
cursor: pointer;
text-decoration:underline;
}/*End Menu*/
/*Begin Style for the Secondary Menu*/
body.menu
{
font-family: Trebuchet MS;
color: rgb(255, 255, 0);
background-color: rgb(0, 0, 153);
}
td.menu
{
background: navy;
color: white;
font-family: 'Trebuchet MS',sans-serif;
text-align: center;
text-decoration:none;
}
td.menu:hover
{
font-family: Trebuchet MS;
background: navy;
color:yellow;
text-decoration:underline;
}
table.menu
{
font-family : Trebuchet MS;
font-size : 100%;
position : absolute;
visibility : hidden;
background : black;
}
/*End Secondary Menu*/
/*Begin Style for Index*/
a.i{color:white;text-decoration:none;font:bold;text-algin:center;font-family : Trebuchet MS;}
a:hover.i{color:yellow;text-decoration:underline;font:bold}
body.i{font-family : Trebuchet MS;background : black;}
/*End Index*/
/*Begin Style for Contact Us*/
h1.cu{color:navy;}
h3.cu{color:navy;font-family : Trebuchet MS;}
a.cu{color:navy;text-decoration:none;font:bold;font-family:Trebuchet MS;}
a:hover.cu{color:black;text-decoration:underline;}
/*End Contact Us*/
/*Begin Style for Links*/
a.l{color:white;text-decoration:none;font:bold}
a:hover.l{color:yellow;text-decoration:underline}
/*End Links*/
/*Begin Style for PASS and Programs*/
a.p{color:white;text-decoration:none;font:bold}
a:hover.p{color:yellow;text-decoration:underline}
/*End PASS and Programs*/
/*Begin Style for Staff*/
h1.s{color:navy;font:bold}
p.s{color:white;}
h3.s{color:white;}
img.s{align:center;}
/*End Staff*/\