body{   
   color: black;   
   font-family: Arial, Helvetica, sans-serif;
   background: #333;   
  }
a:link{
   color: #ff6600;
   background-color: inherit;
   text-decoration: none;
   font-weight: bold;
  }
a:visited{
   color: #ff6600;
   background-color: inherit;
   font-weight: bold;
   text-decoration: none;
  }
a:hover{
   color: #ff6600;
   background-color: inherit;
   text-decoration: underline;
   text-shadow: 1px 1px 1px #aaa;
  }
a:active{
   color: #ff6600;
   background-color: inherit;
   text-decoration: none;
  }
em{
   font-family: Georgia, Times, 'Times New Roman', serif;
   font-size: 1em;
  }
#banner{
   margin-right: auto;
   margin-left: auto;
   width: 960px;
  }
#banner img{
   border-radius: 5px;
   border: 3px #fff;
   background: url('/decor/bannerbg.png') repeat-y;
  }
#box{
   margin: auto;
   padding: 5px;
   width: 960px;
   border: 3px solid #ff6600;
   background: #000;
   border-radius: 5px;       
  }
#content{   
   
  }
#box2{
   padding: 10px;
  }
.firstlnlt:first-line{
   font-weight: bold;
  }
.firstlnlt:first-letter{
   font-weight: bold;
  }
.firstlnlt:first-letter{
   font-weight: bold;
   font-family: Georgia,"Times New Roman", serif;
   font-size: 1.5em;
   color: #ff6600;
   background-color: inherit;
   text-shadow: 1px 1px 1px #555;
  }
.firstlt:first-letter{
   font-family: Georgia,"Times New Roman", serif;
   font-size: 1.3em;
   color: #ff6600;
   background-color: inherit;
   text-shadow: 1px 1px 1px #555;
  }
.bold{
   font-weight: bold;
  }
.cosponsor{
   font-size: .9em;
   font-style: italic;
      
  }
ul.none{
   list-style: none;
   
  }
ul, ol.line{
   line-height: 100%;   
  }
ul, ol.line120{
   line-height: 120%;   
  }

li ul.action{
   font-size: 80%;
  }
li.link{
   padding-bottom: 10px;
   margin-left: -20px;
  }
ul.events{
   margin-top: 0;
   margin-bottom:0;
   margin-left: 20px;
   line-height:125%;
  } 
h1{
   text-align: center;
   font-family: 'Times New Roman', Times, serif;   
  }
h2{
   text-align: center;
  }
h3.center{
   text-align: center;
  }
h3.news{
   margin-bottom: 0;
  }
em{
   font-style: italic;
  }
p.news{
   margin-top: 5px;
   font-size: 80%
  }
.events{ 
   margin-bottom: 20px;
   border-bottom: dotted 1px #962521;
   margin-left: 30px;
   width: 93%;
  }
p.li{
   margin-top: 0;
   margin-bottom: 0;
  }
p span.bold{
   font-weight: bold;
  }
.clearl{
   clear: left;
  }
.clearr{
   clear: right;
  }
.clear{
   clear: both;
  }
.justify{
   text-align: justify;   
  }
#reps{
   font-size: 95%;
   margin-left: 20px;
  }
  
  /*right collumn links, documents, etc,*/
#colrt{
   width: 38%;
   float: right;      
  }
.links{   
   margin: 0 0px 20px 20px;
   padding: 10px;  
   font-size: .85em;
   font-weight: bold;   
   background-color: #ddd;
   color: inherit;   
   border: 1px solid #ff6600; 
   border-radius: 5px;
   box-shadow: inset 2px 2px 2px #888;
  }
 .normal{
   font-weight: normal;
   }
.scap{
   font-variant: small-caps;   
   font-weight: bold;
  }
.calendar{
   width: 310px;
   height: 250px;
   border:solid 2px #fd3400;
   border-radius: 5px;
   margin: auto;
   
  }
.calendar:hover{
   box-shadow: 5px 5px 5px #888;
  }

  /*left column*/
#collt{
   margin: 0 38% 0 0;     
  }
#collt .box{
   background-color: #ddd;
   color: inherit;
   margin: 20px 0 20px 0;
   padding: 10px;
   border: 1px solid #ff6600; 
   border-radius: 5px;
   box-shadow: inset 2px 2px 2px #888;
  }
#collt h1{
  
  }
#foot{
   clear: both;
  }

.blink{
   text-decoration: blink;
  }
#full{
   width: 100%;
  }
#full .box{
   background-color: #ddd;
   color: inherit;
   margin: 20px 0 20px 0;
   padding: 10px;
   border: 1px solid #ff6600; 
   border-radius: 5px;
   box-shadow: inset 2px 2px 2px #888;
  }
  /*Menu Buttons*/
#menu{
  text-align: center;
  background-color: #ddd;
  width: 75%;
  margin: 20px auto 30px auto;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  padding: 7px 0px 1px 0px;
  border: 1px solid #FF6600;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px #888;
  white-space: nowrap;
 }
#menu a:link{
   color: #fff;
   }
#menu span{
   position: absolute;
   left: 90%; top: 30%;
  }
#menu ul{   
   padding: 0;
   margin: auto;
   color: #fff;
   background: #ddd;
   font-family: arial, helvetica, sans-serif;
   list-style: none;
   position: relative;
   display: inline-table;
  }
#menu ul:after {
	clear: both; display: block; 
	}
#menu ul li {
   float: left;
   color: #fff;     
  }
#menu ul li:hover a{   
   color: #ff6600;  
  }

#menu ul li a{
   display: block;
   padding: 6px 15px;
   background:#000;
   color: #fff;
   font-weight: bold;
   text-decoration:none;
   margin: 1px 4px; 
   border-radius: 5px;    
  }
#menu ul li a:hover {
   background: #ff6600;
   color: #fff;
   text-shadow: 1px 1px 1px #555;
   box-shadow: 3px 3px 3px #888;      
  }
#menu ul li a:active {
   background: #ff6600;   
   box-shadow: inset 3px 3px 3px #888;
   text-shadow: 1px 1px 1px #555;   
   color:#fff;
  }
  /*dropdown menu*/
#menu ul li:hover > ul{
	display: block;	
	}
#menu ul li:hover > ul li a{
        color: #fff;
        }
#menu ul ul {
	display: none;
	margin-left: 3px;
	background: #ff6600; 
	border-radius: 0 0 0 5px;	
	padding: 0;
	position: absolute; top: 100%;
	text-align: left;
	box-shadow: 0 10px 20px #222;	
        }
#menu ul ul:hover {
        background: #5f6975;
       }
#menu ul ul li {
	float: none;	
	position: relative;
	margin: 0;
	color: #fff;	
        }
#menu ul ul li:hover a{   
   color: #ff6600;  
  }
#menu ul ul li a {
	padding: 10px 40px 10px 15px;
	color: #fff;
	font-size: .8em;
	margin: 2px;
	}        	
#menu ul ul li a:hover {
	background: #FF6600;
	color: #fff;	
	}
#menu ul ul ul {
	position: absolute; left: 100%; top:0;
	padding: 0;
	font-size: 100%;
	margin-left: 0;
	margin-top: -2px;
	border-radius: 0 5px 5px 0;
      } 
#menu ul ul ul li a {
  padding: 10px 40px 10px 15px;
   }
 /*Form*/
.fieldset{
   margin: 15px;
   padding: 20px;  
   border: 5px double #ff6600;
   border-radius: 5px;   
  }
legend{
   color:#ff6600;
   background-color: inherit;
   font-weight: bold;
  }
#form{
   width: 100%;
  }
#conform{
   background: transparent !important;
  }
.conform fieldset {
   margin: 15px;
   padding: 20px;  
   border: 5px double #555;
   border-radius: 5px;   
  }
.conform legend{
   color:#555;
   background-color: inherit;
   font-weight: bold;
  }
/*miscellaneous clases*/
.vmiddle{
   display: table-cell;
   vertical-align: middle;
  }
.seperator{
   border-top: 2px dotted #f60;
   padding: 10px;
  }
.coalition{
   border-top: 2px dotted #f60;
   padding: 20px 0 30px 0;
  }
.coalition h1{
   text-align: center;
   font-family: 'Times New Roman', Times, serif;
   font-size: 2.5em;
  }
.coalition h2{
   text-align: center;
   font-family: 'Times New Roman', Times, serif;
   font-size: 2em;
  }
.paw{
   margin-left: -40px;
  }
.paw li ul {
   font-size: .9em;
  }
.indent20{
   margin-left: 20px;
  }
.bio{
   font-style: italic;
  }
td{
   padding: 5px;
  }
td.time{
   vertical-align: top;
   white-space: nowrap;
   font-weight: bold;
  }
.agenda tr td p{
   margin: 0;
   padding: 0 0 5px 0;
  }
p.ta{
   text-align: center;
   text-decoration: none;   
   padding-bottom: 10px;
  }
.contentbox{
   background: url(/decor/tocibg1.png) 10px 40px no-repeat #ccc;
   padding: 10px;
   margin: 20px 0;  
   font-size: 1em;
   border: 2px solid #ff6600; 
   border-radius: 5px;
   box-shadow: 3px 3px 5px #999;
  }
.contentbox li{
   font-weight: bold;
  }
.contentbox li ul li{
   font-weight: normal;
  }
.linormal li{
   font-weight: normal;
  }
 .rcap{
   display: none;
   visibility: hidden;
   height: 1px;
   margin: -1px;
   overflow: hidden;
  }
  .schedule li p{
      font-weight: bold;
      margin-bottom: 0;
     }
  .registerbutton a:link{
     padding: 5px 10px;
     background: #000;
     color: #fff;
     text-shadow: 1px 1px 1px #ff6600;
     border: solid #ff6600 3px;
     border-radius: 10px;
    }
.registerbutton a:visited{
     padding: 5px 10px;
     background: #000;
     color: #fff;
     border: solid #ff6600 3px;
    }
.registerbutton a:hover{
     padding: 5px 10px;
     background: #ff6600;
     color: #fff;
     text-shadow: 1px 1px 1px #000;
     border: solid #000 3px;
     box-shadow: 3px 3px 3px #777;
     text-decoration: none;
    }
.registerbutton a:active{
     padding: 5px 10px;
     background: #ff6600;
     color: #fff;
     border: solid #000 3px;
     box-shadow: inset 3px 3px 3px #555;
    }
.fourth-annual span{
     font-weight: bold;
    }
.biopage p{
     margin-left: 20px;
    }
    .hyphens{
      text-align: justify;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
     }
 
     
   
