H1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : silver;
	font-weight: normal;
}
H2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	color : Black;
}
A:LINK {
	color : Black;
}
A:VISITED {
	color : #000066;
}
A:ACTIVE {
	color : #d5852f;
}
A:HOVER {
	color : #794525;
}

/***********************/
/*     Image Fader     */
/***********************/
#image-fader {
	background-image:url(images/slide-bkg.jpg);
	position:relative;
	background-position:left top;
	background-repeat:no-repeat;
	clear:right;
	margin:0px;
	/*overflow:hidden;*/
	padding:0px;
	width:250px;
	height:183px;
	float:left;
	left:auto !important; /*2 hacks for IE, or else pic does not fit, and will push everything below the sidebar */
	/*left:-3px;*/
	width:280px !important;
	width:247px;
}
.fade-box {
	height:183px;
	width:280px;
	margin-left:0px;
}
#image-fader img {
	position:absolute;
	top:0;
	left:auto;
	height:183px;
	width:280px;
	margin:0;
	border:solid;
	border-width:1px;
	/*margin-left:0px !important;
	margin-left:-242px;*/
}

#nav {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-image: url(images/bullet.gif);
	font-size: 10px;
	margin: 0 0 0 20px;
}

#nav ul li {
	padding: 0px 0 4px 0;	
}

#nav ul li a {
	text-decoration: none;	
	font-weight: bold;
	color:#000000;
}

#nav ul li a:hover {
	color: #c46c2c;	
}
