p            { font-family: verdana; font-size: 11px }
h1, h2           { font-family: verdana; font-size: 12px; color: #000000; font-weight: bold; 
               margin-left: 5; margin-top: 1; margin-bottom: 2 }
a            { font-family: verdana; font-size: 11px; color: #000066; font-weight:bold}



.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #0066a4;
padding: 6px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

.image_left  { float: left }
.image_right  { float: right }


.top_tips {
color:#999;
font-family:Verdana;
font-size:11px;
text-transform:uppercase;
font-weight:700
}


.bg_white { background-color: #FFFFFF }
.bg_blue { background-color: #0066A4}
.bg_navy { background-color: #003366}

.heading {
font-family:Verdana;
font-size:10px;
font-weight:700;
background-color:#036;
border-top-style:solid;
color:#FFF;
border-width:1px
}

a.bottom_nav {
color:#fff;
font-size:10px;
font-family:verdana;
font-weight:700
}