a {color: #006699; text-decoration: none;}
a:hover {text-decoration: underline;}

/* remove active link outline */
:focus, :active  {outline: none;}

/*Top Navigation*/
#header #navigation_div {background-color: #969696; clear: left; width: 1000px; padding: 0; border-top: 2px solid #efe; }
#header ul li {display: inline; float: right; clear: none; margin: 5px 15px 15px 10px; text-align: center; position: relative;  }
*:first-child+html #header ul li {margin-bottom: 10px; }
* html #header ul li {margin-bottom: 10px; }
#header ul li a { text-align: center; font-size: 12pt; padding-top: 0px; color: #fff;  }

/*Content Area*/
#content {min-height: 400px; padding: 30px 20px; background: #eee; font-family: 'Times New Roman', Times, serif; margin-top: -8px;   }
* html #content {height: 400px;}
#content p {margin: 15px 20px; font-size: 12pt;  }
.pagetitle {text-align: right; border-bottom: 1px solid #666; font: 16pt arial, helvetica, sans-serif normal;  }
