html, body{
 margin:0;
 padding:0;
}

#pagewidth{
  width:100%;
  min-width: 500px;
}

#header {
   padding: 15px;
   margin: 5px;
}
#header .bannerad {
   margin-top: -15px;
   float: right;
}

#leftcol{
 width:150px;
 float:left;
 position:relative;
 margin-left:-150px;
 margin-right:1px;
 text-align: center;
}

#outer{
   border:solid white 0px;
   /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */
   border-left-color: #eee;   /* left column colour */
   border-left-style: solid;
   background-color: #FFFFFF; /* center column colour */
width: auto;
 }

#footer{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   clear: both;
   padding: 0;
   text-align: right;
   width: 100%;
}

#inner{margin:0; width:100%;}

#maincol{
 float: left;
 width: 100%;
 position: relative;
 margin: 0 -8px 0 -2px;
 }

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }

.clr, .cl {clear:both;}


.content{
   padding:5px;
} /*padding for content */

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/

/************ NAV **************/
.nav {
   text-align: right;
   background: #dddddd;
   padding: 5px 15px 5px;
   margin: 0px;
}
.nav a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: green;
}
.nav a:hover {
   text-decoration: none;
}
.nav li {
   display: inline;
   margin: 0 0 0 15px;
}

/************ SUB NAV **************/
.subnav {
   background: #D9E8F4;
   padding: 5px 15px;
   text-align: left;
   margin: 0px;
}
.subnav a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: green;
}
.subnav a:hover {
   text-decoration: none;
}
.subnav li {
   display: inline;
   margin: 0 0 0 15px;
}

 /*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}
}

ul.ads li {
   display: inline;
   list-style: none;
   padding-left: 5px;
}

ul {
   list-style: none;
}

li {
   list-style: none;
}

h1 {
   background: url(/images/logo.gif) no-repeat;
   text-indent: -9000px;
   overflow: hidden;
   line-height: 54px;
}

/************ TABLES **************/

.repotable {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin-left: 10px;
   background: #fff;
   width: 750px;
   border: 1px solid #3f3f3f;
   background: #fff;
}
.repotable input, .repotable select {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.repotable caption {
   width: 750px;
   background: #3f3f3f;
   color: #fff;
   text-align: left;
   padding: 3px;
   font-weight: bold;
   margin-left: 10px;
 }
.repotable thead {
   background: #ddd;
}
.repotable td, th {
   padding: 2px;
}
.repotable a:link {
   text-decoration: none;
   color: blue;
}
.repotable a:visited {
   text-decoration: none;
   color: blue;
}
.repotable a:hover {
   text-decoration: underline;
}

.notable {
   border: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

/************ FORMS **************/

#newform {
   margin: 10px;
   border: solid 1px #cccccc;
   background: #eee;
   padding: 5px;
   width: 750px;

}
#newform, #newform input, #newform li, #newform select {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}
#newform ul {
   margin: 5px 0 0;
}
#newform ul {

}
#newform li {
   text-align: left;
   margin: 7px;
}
#newform .top {

}
#newform .top input {
   margin-left: 15px;
   margin-right: 15px;
}
#newform img {
   border: 0;
}
#newform img a:hover {
   text-decoration: none;
   color: #fff;
}
#newform .col1 {
   width: 20%;
   float: left;
}
#newform .col2, .col3 {
   width: auto;
   float: left;
}
#newform .col4, .col5, .col6 {
   width: auto;
   float: left;
}

.adleft {
   border: 1px solid #fff;
   padding-bottom: 10px;
}
.adleft .title {
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: green;
   border-bottom: 1px solid #fff;
   margin-bottom: 5px;
}

/************* BUTTONS ************/

.submit {
   background-color: green;
   color: #fff;
}
.clear {
   background-color: red;
   color: #fff;
}

.btn {
   background-color: transparent;
   border: 0;
   padding: 0;
   color: #ce0000;
   cursor: pointer;
}

/************* RESULTS ************/

.resultlist {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin: 10px;
   border: solid 1px #cccccc;
   background: #eee;
   padding: 5px;
   width: 750px;
}
.resultlist a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: blue;
}
.resultlist a:hover {
   text-decoration: none;
}
.resultlist ul {
   margin: 10px 0 0;
}
.resultlist ul {
   /* width: 26%; */
}
.resultlist li {
   text-align: left;
   margin-left: 0px;
   margin-bottom: 5px;
}
.resultlist .top {
   text-align: left;
}
.resultlist .top .checkbox {
   float: right;
}
.resultlist img {
   border: 0;
}
.resultlist img a:hover {
   text-decoration: none;
   color: #fff;
}
.resultlist .col1, .col2 {
   width: 33%;
   float: left;
}
.resultlist .col3 {
   width: auto;
   float: left;
}
.resultlist strong {
   padding-right: 9px;
}

/****************** OTHER *****************/

.nextlinks {
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   margin-left: 10px;
   width: 750px;
}
.nextlinks .print {
   float: right;
}
.nextlinks a {
   color: blue;
}
.nextlinks a:hover {
   text-decoration: none;
}
.error {
   color: red;
}

#nav {
   background: #fff url(/images/nav_bg.jpg);
   height: 20px;
}
#nav .top {
   border-bottom: 1px solid #000;
   padding-left: 15px;
}
#nav .bottom {
   padding-left: 15px;
}
#nav .top a {
   font-family: georgia,"times new roman",serif;
   font-size: 13px;
   margin: 5px 27px 5px 5px;
   color: #fff;
   background-color: #E10706;
   text-decoration: none;
   font-weight: bold;
   padding: 1px 10px 1px 10px;
   border: 1px solid #000;
}
#nav .bottom a {
   font-family: georgia,"times new roman",serif;
   font-size: 13px;
   margin-right: 27px;
   color: #E10706;
   text-decoration: none;
}


#nav a:hover {
   color: #000;
}