@media screen {

/* ================================= */
/* General Navigation Bar Properties */
/* ================================= */

table.navbar {
   border-collapse: collapse;
   margin-top: 0px;
}
table.navbar td {
   border: 0px solid #000000;
}
table.navbar td a{
   display: block;
   padding: 6px 8px 6px 8px;
   text-decoration: none;
}
table.navbar td.h_box a{
   margin: auto;
/*   min-width: 80px; */
}
table.navbar td.v_box a{
   width: 142px;
}
td.navbarspacer {
   width: 0px;
}
p.navbar {
   text-align: center;
   font-weight: bold;
   font-family: Cambria;
   font-size: 1.2em;
}
p.navigation {
   text-align: center;
   font-weight: bold;
   font-family: Cambria;
   font-size: 1.1em;
   margin-top: 6px;
}

/* ============================== */
/* Navigation Bar Link Properties */
/* ============================== */

/* Navigation Bar - Box Link Properties - Normal */
table.navbar td a:link, table.navbar td a:visited {
   color: #6a6ab4;
   background-color: #cccc99;
}

/* Navigation Bar - Box Link Properties - Hover */
table.navbar td a:hover, table.navbar td a:active {
   color: #eeeecc;
   background-color: #666644;
}

/* Navigation Bar and Footer - Paragraph and Text Link Properties - Normal */
/* p.navigation a:link, p.navigation a:visited, p.navigation, #footer p, #footer a:link, #footer a:visited {  */
p.navigation a:link, p.navigation a:visited, #footer a:link, #footer a:visited {
   color: #6a6ab4;
}

/* Navigation Bar and Footer - Text Link Properties - Hover */
p.navigation a:hover, p.navigation a:active, #footer a:hover, #footer a:active {
   color: #eeeecc;
   background-color: #666644;
}

}