/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
h2{ font-family: verdana; font-weight: bold; color: #6666CC; font-size: 19px;}
h1{ font-family: arial; font-weight: bold; color: #009900; font-size: 16px;}

A:link { text-decoration: none; color: #6666ff; }
A:visited {text-decoration: none; color: #6666ff; }
A:active { text-decoration: none;  color: #6666ff; }
A:hover { text-decoration: underline; color: #ff9900; }

.main{
margin-left: 40px;
margin-right: 40px;
font-family: verdana;
font-size: 11px;
line-height: 16px;
text-align: left;
}
.top{

font-family: verdana;
font-size: 11px;
lina-height: 20px;
}


.left-menu{

   font-family: Comic Sans MS; color: #bbb; line-height: 15px; font-size: 15px; font-weight: bold; 
}
.left-menu A:link {color: #bbb; text-decoration: none;}
.left-menu A:visited {color: #bbb; text-decoration: none;}
.left-menu A:active {color: #bbb; text-decoration: none;}
.left-menu A:hover {color: #66f; text-decoration: none;}

.left-menu img{vertical-align: middle; border: 0px;}

#leftColumn{
   width: 300px; float: left; text-align: left;
}
#rightColumn{
   width: 395px; float: right;
}
.newBox{ padding: 7px; text-align: left;}
.newImgContainer{background-image: url('img/full_back.gif'); width: 152px; height: 105px; float: left; margin-top: 15px; text-align: left;}
.newImgDisplay{background-position: center center; width: 144px; height: 96px; }
.newLinkContainer{width: 220px; height: 105px; float: right; margin-top: 15px;}
.newOtherLinks{padding: 4px; border-bottom: 1px solid #ccc;}

.scriptContainer{width: 600px; text-align: left; padding-right: 7px; border-top: 1px solid #ccc; padding: 3px;}

.style1 {
	color: #FF9900;
	font-weight: bold;
	font-size: 18px;
}
.style2 {color: #666666}

.years{
   font-size: 13px;
   font-weight: bold;
   padding: 5px;
   display: inline;
   border-right: 1px solid #ccc;
}
.yearSelected{ background: #f90;}
.yearSelected A:link {color: #fff;}
.yearSelected A:visited {color: #fff;}
.yearSelected A:active {color: #fff;}
.yearSelected A:hover {color: #fff;}

.fields{
   font-family: verdana;
   font-soze: 11px;
   font-color: #666;
   border: 1px solid #ccc;
   margin: 5px;
}
.searchBox{
   text-align: right;
   width: 400px;
}
.searchButton{ background-color: #FF9900; width: 100px; heoght: 25px; font-family: verdana; font-weight: bold; font-size: 15px; color: #fff; border: 1px solid #ccc;}

.clearfix:after {
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
      }

      .clearfix {display: inline-table;}

      /* hides from ie-mac \*/
      * html .clearfix {height: 1%;}
      .clearfix {display: block;}
