body{ margin: 0px 40px 20px 15px; background-color: #fff; }
p, dt, dd, dl, li{font: 14px Times, Helvetica, sans-serif; color: #3F4330; }
tr, td, table{font: 14px Times,  Helvetica, sans-serif;  color: #3F4330;}
ul.n {list-style-type:none;}


/******* PAGE STYLE *******/
a {color:#00009A; text-decoration:underline;}
a:link {color:#00009A;  }
a:hover {color: #5a5a5a; text-decoration:none; }
a:visited {color: #00009A; }

h1 { FONT-SIZE: 16pt; color: #3F4330; line-height:20px; border-bottom:solid 1px}
h2 { FONT-SIZE: 14pt; color: #3F4330; margin-top:0px;}
h3 { FONT-SIZE: 9pt;}




.small {font: 14px Times, Helvetica, serif;}

/******* RIGHT COLUMN STYLE *******/
#header {background-image:url(../images/titleBack.gif); margin: 15px 0px 0px 0px; padding:0px; width:100%; height:118px;}
#main {padding: 0px 10px 0px 10px; margin: 0px 0px 0px 10px; }

#footer {font: 7pt verdana,  Helvetica, sans-serif; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: center;}

/******* Navigation *******/
#nav {margin:0px 0px 0px 0px; background-image:url(images/navEnd.gif); background-position:right; background-repeat:no-repeat; height:45px;}

/******* Navigation *******/
.menu {width:698px;  position:relative; z-index:100; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {float:left;position:relative; text-align:center; line-height:25px; font-size:20px; font-family: Times, sans-serif; font-weight:normal; }
/* style the links for the top level */
.menu a, .menu a:hover {display:block;text-decoration:none; color:#848873; width:101px;  padding:5px 5px 5px 5px; border-left:#fff solid 1px;}
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px; margin:0px 2px 0px 0px;}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
/* style the second level links */
.menu ul ul a{color:#fff; background-color:#006699; width:101px; font-size:12px; line-height:15px; padding:5px 5px 5px 5px;font-weight:bold}
/* style the top level hover */
.menu :hover > a {color:#fff; background-color:#006699;; }
.menu ul ul :hover > a {color:#006699; background-color:#C0E1EA;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, 
.menu ul a:hover ul{visibility:visible; }























