* {

}

body, td {

}

.heading {
    border: 1px solid #666;
    height: 30px;
    text-align: center;
    background-color: #0090D6;
    color: #fff;
    font-weight: bold;
    font: arial;
    /*
    font-family: "Bradley Hand ITC", verdana;
    */
    font-size: 18px;
    text-transform: uppercase;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: normal;
}

.drilldownheading {
    font-weight: bold;
}

.textblockcode {
    font-weight: bold;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: normal;
}

.textblockheading {
    font-weight: bold;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: normal;
}

.textblockprice {
    color: #EE1C25;
    font-weight: normal;
    text-align: center;
}

.textblockdescription {

}

.textblocklinks {
text-align: right;
padding-bottom: 2px;
}

.myButton {
    border: 1px solid #000000;
}

.pageheading {
    padding-top: 5px;
	height: 25px;
    font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
padding-bottom: 0px;
margin-bottom: 0px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #003399;
}

.footertext {
	color: #FFFFFF;
	text-align: center;
}

.formlines {
	border-bottom: 1px dotted #e6e6e6;
    padding-left: 15px;

}

a:link {
	color: #0090D6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0090D6;
}
a:hover {
	text-decoration: underline;
	color: #EE1C25;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}

#navbar{
height: 30px;
background-color: #0090D6;
font-weight: bold;
}

#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    background-color: #0090D6;
height: 30px;
/* text-align: center; */
}

#nav a {
    padding: 0;
    margin: 0;
padding-top: 7px;
display: block;
    height: 30px;
    /* width: 126px; */
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#nav > li > a {
    text-transform: uppercase;
}

#nav a:hover {
    text-decoration: none;
    /* color: #0000FF; */
}

#nav li { /* all list items */
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    height: 30px;
    width: 120px; /* width needed or else Opera goes nuts */
width: 16.66%;
}

#nav li.splitter {
    height: 10px;
}

#nav li:hover {
    background-color: #074F6F;
}

#nav li ul { /* second-level lists */
padding: 0;
margin: 0;
    position: relative;
background-color: #0090D6;
    width: 200px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
display: none;
 top: -7px;
height: 30px;
}

#nav li ul li {
background-color: #0090D6;
    width: 200px;
    padding: 0;
height: 30px;
}

#nav li ul ul { /* third-and-above-level lists */
    margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
padding: 0;
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
display: block;
}

