body {
    
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
    background-repeat: repeat-x;
}

#container {
    
    /*margin-top: 39px;*/
    width: 850px;
    height: 667px;
    margin-left: auto;
    margin-right: auto;
}

#top {
    
    width: 850px;
    height: 98px;
    background-image: url(/images/top.jpg);
    
}

#top2 {
 
    width: 850px;
    height: 110px;
    background-image: url(/images/top2.jpg);

}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #FF660B;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav {
    
    margin-top: 20px;
    width: 650px;
    height: 35px;
    line-height: 35px;
    float: right;
}

#nav ul {
 
    margin: 0px;
    padding: 0px;   
}

#nav li {
 
    display: inline;
    float: left;
    font-size: 1.3em;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    width: 150px;
}

#nav li ul {
 
    padding: 0px;
    margin: 0px;
    width: 160px;
    border: solid 1px #FFFFFF;
}

#nav li ul li {
 
    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-size: 0.9em;
    line-height: 20px;
    width: 160px;
    background-image: url(/images/subnav.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#nav li ul a {
    
 
    color: #FFFFFF;
    font-weight: normal;   
}

.navselected {
    
    background-image: url(/images/nav_selected.jpg);
}

.navselected a {
    
    color: #FE6D17;
}

.navunselected {
 
    background-image: url(/images/nav.jpg);   
}

.navunselected a {
 
    color: #666666;
}

#nav a {

    font-weight: bold;
    text-decoration: none;
    display: block;
}

#nav a:hover {
    
    text-decoration: underline;
}


.footertext {
    
    margin-top: 2px;
    padding: 0px 5px 0px 5px;
    float: left;
    border-right: solid 1px #CCCCCC;
    height: 23px;
}

.infobar {
    
    padding-left: 20px;
    height: 20px;
    border-top: solid 1px #FF5100;
    border-bottom: solid 1px #C7C7C7;   
    line-height: 20px;
    background-image: url(/images/nav.jpg);
    background-repeat: no-repeat;
    background-position: left;
    clear: both;
}

.infobar a {
    
    color: #636363;
    text-decoration: none;
    font-weight: bold;
}

.infobar a:hover {
    
    text-decoration: underline;  
}

label{
    float: left;
    width: 120px;
    font-weight: bold;
}

textarea{
    width: 180px;
    margin-bottom: 7px;
}

.inputclass{
    width: 180px;
    margin-bottom: 7px;
	font-size: 1.1em;
}


textarea{
    width: 250px;
    height: 150px;
}

.boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
    height: 20px;
}

br{
    clear: left;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;   
}

.newslink {
	
	color: #464646;
	text-decoration: none;

}

.slideshow { height: 298px; width: 441px }
.slideshow img {border: 0px solid #000;  }
