body, td, input, textarea, select, button {
  font-family: Tahoma;
  
  font-size: 9pt;
}
body, html{
   background-color:black;
}
td{
   vertical-align:top;
}
#site{
   width:1000px;
   margin:auto;
   background-color:white;
}
form {
  padding: 0;
  margin: 0;
}

a {
  color: #009dd9;
}

#main-content {
  margin: 0px 20px 0px 20px;
  font-family: Tahoma; 
  font-size: 9pt;
  text-align: center;
}
.jmbfoot{
   color:white;
}
#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#disabler {
  display: none; 
  position: absolute; 
  border: 1px solid #404040; 
  padding: 8px; 
  background-color: #FFFFE1
}

.small {
  font-size: 8pt;
line-height:10pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}
.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
display:block;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

.click {
  cursor: pointer;
}

.gallery-div {
  border-bottom: 1px solid #dcdcdc; 
  padding-bottom: 5px; 
  margin-bottom: 5px; 
  clear: both;
}

#footerlinks{
   border-top: 2px solid black;
   margin-bottom:20px;
   float:left;
   position:relative;
   padding:15px;
   clear:both;
   text-align:center;
   width:99%;
}

#footer{
   width:99%;
   padding:10px;
   margin-bottom:20px;
   position:relative;
   clear:both;
   text-align:center;
}

#rightcol{
   width:200px;
   width:180px!important;
   float:right;
   position:relative;
   margin:10px;
}

#leftcol{
   width:200px;
   width:180px!important;
   float:left;
   position:relative;
   margin:10px;
}

#topbanner{
   width:1000px;
   overflow:hidden;
   height:100px;
}
#topbanner a{
   float:left; 

}
.topad{
   float:right;
   width:728px;
  margin: 5px 5px 0 0;
}

#maincontent{
   border-left:2px solid black;
   border-right:2px solid black;
   width:600px;
   width:540px!important;
   min-height: 1000px;
   margin:0 5px 0 5px;
   float:left;
   position:relative;
}

#menu{
   width:100%;
   padding:5px;
   border-top:2px solid black;
   border-bottom:2px solid black;
   margin-top:5px;
}

#menu a, #menu a:visited{
   font-weight:bold;
   color:black;
   text-decoration:none;
}
#menu a:hover{
   font-weight:bold;
   color:red;
   text-decoration:underline;
}


#sidebox{
   margin-top:20px;
   width:180px;
   position:relative;
}
#sideboxheader{
   background:url("/images/sidebox_header.gif") no-repeat;
   width:auto;
   height:19px;
   height:15px!important;
   color:white;
   font-weight:bold;
   text-transform:uppercase;
   padding:2px;
   position:relative;
}
#sideboxcontent{
   padding:5px;
   border:1px solid black;
   position:relative;
   width:auto;
   margin:0;
   background-color:#c5c5c5;
}