/* basic page setup */
body {
 SCROLLBAR-FACE-color: #3b488e; SCROLLBAR-HIGHLIGHT-color: #f0f0f0; SCROLLBAR-SHADOW-color: #000000; SCROLLBAR-3DLIGHT-color: #ffffff; SCROLLBAR-ARROW-color: white; SCROLLBAR-TRACK-color: #f0f0f0; SCROLLBAR-DARKSHADOW-color: #ffffff;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
   margin-top: 0px;
 background-color: white;
 background-image: url(../Pictures/Background.gif);
 background-repeat: repeat;
/* background-position: right bottom;  */
 background-attachment: fixed;
}
 
/* Set default font */
body, P, H1, H2, H3, H4, H5, H6, TD, DIV, OL, UL, DL {font-family: Arial, Helvetica, sans-serif;}
 
/* standard hyperlink and anchor tag styles */
a {FONT-WEIGHT: normal; COLOR: #9C0831; font-size:inherit; TEXT-DECORATION: underline;}
a:hover {Color: #19456F}
 
/* heading tag styles */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
   text-align: center;
 color: #191970;
   margin: 0px;
 padding: 2px 0px 10px 5px;/* T R B L*/
}
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #191970;
   margin: 0px;
 padding: 0px 0px 1px 0px; /*T R B L*/
}
h3 {
 font-family: Arial, Helvetica, sans-serif; /*If any of this is changed amend the link styles below*/
 font-size: 14px;
 font-weight: bold;
 color: #191970;
   margin: 0px;
 padding: 10px 0px 1px 0px;/* T R B L*/
}
h3 a {
   color: #191970;
 font-size: 14px;
 font-weight: bold;
   margin: 0px;
 padding: 2px 15px 2px 0px;/* T R B L Right=width of image */
   background: url(../images/arrow-a.gif) no-repeat center right;
}
h3 a:hover {background: url(../images/arrow-h.gif) no-repeat center right; color: #19456F;}
 
h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #191970;
   margin: 0px;
 padding: 0px 0px 1px 0px;/* T R B L*/
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center
}

#nav-menu li
{
float: left;
display: block;
margin: 2px 2px;
padding: 0;
text-align: center
}

#nav-menu li a
{
background: url(../Pictures/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 140px;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
}


#nav-menu li a:hover
{
background: url(../Pictures/css-nav180.gif) #fff top left repeat-x;
COLOR: #9C0831;
}



/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width: 140px;
/* padding: 0px,0px,0px,5px; */
/* margin-left: 12px; */
}