* { margin:0; padding:0; } /* Thanks, Scott! */
/* Thanks! Russ Weakley for those great list tips, http://www.maxdesign.com.au */

body
{
	padding: 0px;
	font-family: Verdana,Sans-serif;
	line-height: 1.6em;
	font-size: .65em;
	background-color:#333333;
	background-image: url(black-strip-bkgd.gif); 
	background-repeat: repeat-x;
}


p	{}

 /* entire page wrapper */
 
#bodyWrapper {
width: 1400px;
margin: 0;

}

#top {
margin-left: 20px;
height: 70px;
width: 1200px;
background-image: url(BD_header.gif); 
background-repeat: no-repeat;
}


#content {
width: 1400px;
padding-top: 10px;
}

#navcontainer {padding-top: 60px;}

 ul#navlist
 {
 margin-left: 0px;
 white-space: nowrap;
 }

 #navlist li
 {
 display: inline;
 list-style-type: none;
 }

 #navlist a { margin: 1px 6px; }

 #navlist a:link, #navlist a:visited,  #contact a:link, #contact a:visited
 {
color: #ACABAB;
background-color: transparent;
border-bottom: 1px dotted #333333;
text-decoration: none;
 }

 #navlist a:hover,  #contact a:hover
 {
 color:#009345;
 border-bottom: 1px dotted #009345; 
 /*  background-color: #474F64; */
 text-decoration: none;
 }
 
div#navcontainer a#current
{
 color:#009345;
 border-bottom: 1px dotted #009345;
 text-decoration: none;
}

#contact {
width: 300px;
padding-top: 190px;
padding-left: 600px;
color: #717170;
font-size: 1.2em;
line-height: 1.6em;
}

#contact a:link, #contact a:visited { color: #717170; }
#contact a:hover { color:#009345;}