/* Default Styles */
  body {font-family: verdana; font-size: 11px; margin: 5px;}
body#headertext {font-family: verdana; font-size: 13px; color: #5a388d; font-weight: bold;}

/* headers */

h1 {font-size: 13px; color: #5a388d; font-weight: bold; padding-top: 5px;  margin: 0px;}
h2 {font-size: 11px; font-weight: bold;  padding-top: 5px; margin: 0px;}
h3 {color: #5a388d; font-weight: normal; padding-top: 5px; margin: 0px;}

/* main box */
div#main_container{position: relative; text-align: left; width: 790px; background-color: #cdcdcd; border-bottom: 5px #cdcdcd solid; border-top: 5px #cdcdcd solid;}

/* Logo Header Table */
table#header {position: relative; top: 0px; left: 5px; width: 780px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; background-color: #5a388d; color: white;}

/* Main Navigation Bar */
 div#topnav {position: relative; top: 20px; left: 0px; width: 790px; clear: left; background-color: #cdcdcd; text-align: center; margin: 0px; height: 29px;}
 ul#topnav {position: relative; top: 0px; left: 0px; list-style: none; padding: 0px; margin-top: 5px; margin-left: 5px; margin-right: 0px; margin-bottom: 0px; border: 0px;} 
 ul#topnav li {position: relative;  display: inline; float: left; width: 90px; height: 29px; margin-right: 5px; margin-left: 0px; margin-bottom: 0px; background-color: #8370b2; color: white; text-align: center; font-size: 11px; font-weight: bold; padding: 0px;}
 ul#topnav li.inactive {position: relative; top: 0px; left: 0px; display: inline; float: left; width: 85px; height: 29px; margin-right: 5px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; background-color: #0397d7; color: white; text-align: center; font-size: 11px; font-weight: bold; padding: 0px;}
 ul#topnav li.home {position: relative; top: 0px; left: 0px; display: inline; float: left; width: 57px; height: 29px; margin-right: 5px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; background-color: #8370b2; color: white; text-align: center; font-size: 11px; font-weight: bold; padding: 0px;}
 ul#topnav li.home_inactive {position: relative; top: 0px; left: 0px; display: inline; float: left; width: 57px; height: 29px; margin-right: 5px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; background-color: #0397d7; color: white; text-align: center; font-size: 11px; font-weight: bold; padding: 0px;}
 ul#topnav a:link, ul#topnav a:visited, ul#topnav a:active {text-decoration: none; position: relative; top: 7px; text-align: center; color: white; padding: 0px; margin: 0px;}
 ul#topnav a:hover {position: relative; top: 7px; padding: 0px; margin: 0px; text-decoration: none;}

div#main {position: relative; clear: left; top: 0px; left: 0px; padding: 0px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px; width: 790px; background-color: #cdcdcd;}
ul#sidebar li {list-style-type: square; text-decoration: none; font-weight: bold; }
ul#sidebar li a:hover {list-style-type: square; text-decoration: underline; font-weight: bold; color: #5a388d;}
ul#sidebar a:visited {list-style-type: square; text-decoration: none; font-weight: bold; color: #5a388d; }

