
body {margin: 20px; font-family: arial; background-color: #a3b9c7;}

img {border: 0px;}

a:link {color: #1c6a8d; text-decoration: none;}
a:visited {color: #1c6a8d; text-decoration: none;}
a:active {color: #1c6a8d; text-decoration: none;}
a:hover {color: #86cc3f; text-decoration: underline;}


td#nav {list-style: none; display: inline; margin: 0px; padding: 0 7px 0 7px; font-size: 16px; font-family: times;  color: #1c6a8d; font-weight: bold;}

.nav a:link {color: #1c6a8d; text-decoration: none;}
.nav a:visited {color: #1c6a8d; text-decoration: none;}
.nav a:active {color: #1c6a8d; text-decoration: none;}
.nav a:hover {color: #86cc3f; text-decoration: none;}

#footer-nav ul { }
#footer-nav li {list-style: none; display: inline; margin: 0px; padding: 0 7px 0 7px; font-size: 12px; font-family: arial;  color: #ffffff; font-weight: bold;}

.footer-nav a:link {color: #ffffff; text-decoration: none;}
.footer-nav a:visited {color: #ffffff; text-decoration: none;}
.footer-nav a:active {color: #ffffff; text-decoration: none;}
.footer-nav a:hover {color: #666666; text-decoration: none;}

.form {height: 30px;}
#content {border-left: 2px solid #1c6a8d; border-right: 2px solid #1c6a8d; border-bottom: 2px solid #1c6a8d; background-color: #fff; padding: 20px;}

h1 {color: #1c6a8d; font-family: times; font-weight: 100; margin: 5px 0 0px 0; font-size: 20px;}
h2 {color: #1c6a8d; font-family: times; font-weight: 100; margin: 5px 0 10px 0; font-size: 17px;}
h3{color: #666666; font-family: times; font-weight: 100; margin: 5px 0 0px 0; font-size: 17px;}
h4{color: #666666; font-family: times; font-weight: 100; margin: 0px; padding: 0px; font-size: 17px;}

td {font-family: arial; font-size: 12px; color: #757576;}
.content {line-height: 18px; font-size: 13px;}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;

list-style-type: none;
background: white;
border: 1px solid #1c6a8d;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #1c6a8d;
background-color: #ffffff;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #1c6a8d;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #1c6a8d;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

#list p{margin: 0px; padding: 0px;}