body {font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; background: black url(images/enviro/background.gif) top left repeat-x;}
img {border:0px;}
#content {text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 10px 10px 10px 0px;}



p.deck {font-style: italic; margin:5px 0px 0px 0px; padding:0px;}
p.date {margin:5px 0px 0px 0px; padding:0px;}

p{margin:8px 0px 8px 0px; padding:0px;}

h3 { 
padding: 0px 0px 0px 0px; font-size: 14px; margin: 10px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
} 

h4 { 
padding: 0px 0px 0px 0px; font-size: 12px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
}

a {
text-decoration:none;
}

a:link { 
color: #c00 
} 
a:visited { 
color: #a00 
} 
a:hover { 
color: #f00; text-decoration:underline;
} 
a:active { 
color: #f00 
}

.smalltext {font-size: 11px;}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('../images/enviro/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/enviro/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


#navlist
{
padding: 0 1px 1px;
margin-left: 5px;
font: bold 12px Verdana, sans-serif;
background: #444444;
width: 185px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #000;
background: #444444;
text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
border-color: #adff2f;
color: #adff2f;
background: #000;
}
