  body {
   
   background-image:url(/images/bg-sec.gif) ;
   background-position:top left;
   background-repeat:repeat-x;
   }
#home-flash {
   display:none;
   }
#minor-nav{
	display:none;
}
#search{
	display:none;
}
/* Secondary Body Controls */

#home-body h1 {
   color: #fff;
   font-size: 2.25em;
   line-height: 3em;
   font-weight: normal;
   width: 660px;
   height: 42px;
   padding: 0 0 0 25px;
   
   }

#home-content {
   background-color: #fff;
   overflow: hidden;
   line-height: 1.5em;
   float: left;
   width:100%;
   }


#home-content h1 {
   color: #003344;
   background:#fff;
   font-size: 1.25em;
   line-height: 3em;
   font-weight: normal;
   width: 660px;
   height: 42px;
   padding: 0 0 0 0px;
   
   }



#home-right {
   background-color:transparent;
   float: left;
   margin: 42px 0 0 0;
   min-height: 100px;
   width: 280px;
   text-align:left;
   }

#home-right h2 {
   color: #fff;
   font-size: 120%;
   margin: 0 0 0 10px;
   font-weight: normal;
   }
#home-col-left h3 {
   font-weight: bold;
   font-size: 120%;
   color:#000;
   display: block;
   border-bottom: 1px solid #000;
   padding: 0 0 3px 0;
   }

#home-col-left {
   margin: 25px 25px 0 25px;
   padding: 0 0 25px 0;
   width:660px;
   
   }
/* List Controls */

#home-col-left ul {
   list-style: disc;
   margin: 0 0 10px 30px;
   }
#home-col-right{
   display:none;
   }
#home-right ul {
   margin: 30px 0 0 0;
   }

#home-right ul li {
   height: 42px;
   line-height: 42px;
   padding: 0 0 0 10px;
   }

#home-right ul li a:link, #home-right ul li a:visited {
   color: #000;
   text-decoration: none;
   }

#home-right ul li.active {
   background: url(/images/bg-right-active.gif) repeat-y;
   }

ol {
   list-style-type: decimal;
   }

ol li {
   margin: 0 0 10px 30px;
   }


