
body {
   background-color: white;
   color: black;
   font-family: verdana, arial, sans-serif;
   font-size: 10pt;
   line-height: 16pt;
   margin: 0;
   padding: 0;
   text-align: center;
}
#container {
   margin-left: auto;
   margin-right: auto;
   width: 909px;
   text-align: left;
   height: 140%;
}
#topbar {
   height: 47px;
   width: 100%;
   background-color: #000000;
   background-image:url('../images/toptitle.png');
   background-repeat:no-repeat;
   background-position:center;
   }
#title {
   height: 111px;
   background-image:url('../images/bottitle.png');
   background-repeat:no-repeat;
   /* background-position:center; */
   }
#search { width: 450px;
   float: right;
   padding-top: 35px;
 }


#sidebar {
   line-height: 21pt;
   }
h1 {
   font-family: verdana, arial, sans-serif;
   color: #ff0000;
   font-size: 16pt;
   font-weight: normal;
   padding-top: 5px;
   }


p  {
   font-family: verdana, arial, sans-serif;
   color: #333333;
   font-size: 10pt;
   }
table {
   font-family: verdana, arial, sans-serif;
   color: #333333;
   font-size: 10pt;
   width: 600px;
   border-spacing: 10px;
   }
a {
   font-family: verdana, arial, sans-serif;
   color: #ff8000;
   font-size: 10pt;
   text-decoration: none;
   }
a:hover {
   color: #ff8000;
   text-decoration: underline;
   }

#nav {
   background-color: #999999;
   border-bottom: 1px solid #999999;
   height: 21px;
   width: 909px;
   padding-top: 5px;
   padding-bottom: 5px;
}
#nav a {
   padding: 9px;
   color: #ffffff;
   text-decoration: none;
   font-family: Verdana, Sans-Serif;
   font-size: 12px;
}
#nav a:hover {
   color: #ffffff;
   background-color: #cc3333;
}
#subnav {
   height: 23px;
   width: 909px;
   background-color: #cc0000;
   border-top: 1px solid #ffffff;
}
#feature {
   height: 273px;
   width: 909px;
   background-color: #cc0000;
   border-top: 1px solid #ffffff;
   overflow: hidden;
}
#page_subnav {
   width: 909px;

   }
#content {
   width: 605px;
   padding-left: 10px;
position: relative;
   /* float: left; */
   }
#sidebar {
   width: 250px;
   position: relative;
   float: right;
   border-top: 1px solid #ffffff;
   top: -14px;
   }
#sidecont {
   padding-left: 6px;
   }
#copyr { width: 909px; padding-top:10px; position: relative;

   margin-left: auto;
   margin-right: auto; }
#copyr p {
   padding-top: 10px;
   font-size: 8pt;
   text-align: center;
   border-top: 1px solid #cccccc;

   }



