BODY
{
/*font-family: verdana, tahoma, arial, sans-serif, "Times New Roman";
font-size: 10pt;*/
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;
}

p
{
padding-top: 1px;
margin: 0px;
text-align:center;
font-weight:bold;
}


table.navbar
{
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
background:#00008b;
color:#00FFFF;
}

table.menu
{
margin: 0px;
padding: 0px;
font-weight: bold;
background:#00008b;
color:#00FFFF;
text-align:center;
}

td.menuNormal
{
padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: #00008b;
color:#00FFFF;
}

td.menuHover
{
padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
background: #00ced1;
color: #00008b;
}

div.menuNormal
{
display: none;
}

div.menuHover
{
border: 1px solid #00008b;
background: #00CED1;
display: inline;
position: absolute;
}


a.menuitem:link
{
text-decoration: none;
color: #87cefa;
background-color: #00008b;
display: block;
}

a.menuitem:visited
{
text-decoration: none;
color: #87cefa;
background-color: 00008b;
display: block;
}

a.menuitem:hover
{
text-decoration: none;
color: #00008b;
background-color: #00ced1;
display: block;
}

a.menuitem:active
{
text-decoration: none;
color: #00ffff;
background-color: #00008B;
display: block;
}

h4
{
text-decoration:none;
color:#00008B;
text-align:center;
font-weight:bold;
}

#bottomBar
{
/*background-color:#00008b;*/
background-image: url('AlphaPictures/navbarBG.jpg');
color:#00FFFF;
text-align:center;
text-decoration:none;
}

#bottomBar a
{
/*background-color:#00008b;*/
background-image: url('AlphaPictures/navbarBG.jpg');
color:#00FFFF;
text-align:center;
text-decoration:none;
}

#bottomBar a:link
{
/*background-color:#00008b;*/
background-image: url('AlphaPictures/navbarBG.jpg');
color:#00FFFF;
text-align:center;
text-decoration:none;
}

#bottomBar a:hover
{
/*background-color:#00008b;*/
background-image: url('AlphaPictures/navbarBG.jpg');
color:yellow;
text-align:center;
text-decoration:underline;
}


#sideLinks
{
color:#00008b;
text-align:center;
text-decoration:none;
font-weight:bold;
}

#sideLinks a
{
color:#00008b;
text-align:center;
text-decoration:none;
font-weight:bold;
}

#sideLinks a:link
{
color:#00008b;
text-align:center;
text-decoration:none;
font-weight:bold;
}

#sideLinks a:hover
{
color:maroon;
text-align:center;
text-decoration:none;
font-weight:bold;
text-decoration: underline;
}


#textNormal
{
color:#00008b;
}

h3
{
font-weight:bold;
color:#1E90FF;
font-style:italic;
}

h2
{
font-weight:bold;
color:#00FFFF;
font-style:italic;
text-decoration:none;
text-align:center;
}