html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
   font-family: "verdana","Tahoma"; 
   background-color: #000000; 
   color: #000000;
   text-align: center; 
}
#page-container {
   width: 800px;
   margin: auto;
   background-color: #ffffff;
   font-size: 9pt;
   text-align: left;
}
#header-image {
   margin-top: 20px;
   margin-bottom: 10px;
   text-align: center;
}
#page-title {
   text-align: center;
   padding-bottom: 5px;
}
#nav-menu {
   border-color: #000000; 
   border-style: solid;
   border-width: 2px; 
   border-color: #000000;
   margin-right: 700px;
   margin-left: 3px;
}
.nav-title { 
margin-bottom: 5px;
   font-size: 14px; 
   text-align: center; 
   color: #ffffff;
   background-color: #000000;
   font-weight: bold;
}  
.nav-item {
   height: 25px;
   font-weight: bold;
}
#body-content {
   float: right;
   margin-right: 100px;
   display: inline; /*For IE, otherwise it will double the 100px margin above.*/
   width: 590px;
   border-color: #000000; 
   border-style: solid;
   border-width: 1px; 
   padding: 3px;
}
#footer {
   padding-top: 3px;
   padding-bottom: 2px;
   text-align: center;
   clear: both;
}
a {
   color: #000000;
   text-decoration: underline;
}
a:hover {
   color: #ffffff; 
   text-decoration: none; 
   background-color: #000000; 
}
a.sp1 {
   color: #000000; 
   text-decoration: none; 
}
a.sp1:hover {
   color: #000000; 
   text-decoration: underline;
   background-color: #ffffff;
}
ul {
   list-style-type: disc; 
}
li {
   margin-top: 4px;
   margin-bottom 4px;
}
.hr {
   border-bottom: 1px solid black;
}
.page_title {
   font-size: 26px; 
	font-weight: bold; 
} 
.nav_menu { 
   font-weight: bold; 
}
