@charset "UTF-8";
/* CSS Document */

body	{
background: url(../images/felt_2.gif);
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a	{
	color: #000080;
	}
	
a.visited 	{
	color: #800000;	
	}
	
a.active	{
	color: #008080;
	}
	
.nav	{
	background: #993300;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	
	}
	
.small	{
	font-size:	11px;
	font-weight: bold;
	}
	
.sidebar	{
	padding-top: 10px;
	text-align: center;
	}
	
.rust	{
	color:  #800000;
	font-weight: bold;
	}	
	
li	{
	padding-bottom: 8px;
	}			
	
#header	{
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;	
}

#nav-bottom {
	border-top: 2px solid #333333;
}

#floatleft	{
	float:left;
	padding-right:6px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	