@charset "UTF-8";
/* CSS Document */

body {
	background-color: #eedbb1;
	background-image: url(images/smbckgd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	}
	
h1{
	font-size:90%;
	color:#f1e1b9;
	}
ul{
	color:#990000;
	list-style-type: square;
	padding-right: 45px;
	}
a.nav:link
{
	color: #232323;
	text-decoration: none;
	font-size: x-small;
	}

a.nav:visited
{
	color:#343434;
	text-decoration: none;
	font-size: x-small;
	}
a.nav:active
{
	color:#cc0000;
	text-decoration: none;
	font-size: x-small;
	}
a.nav:hover
{
	color:#cc0000;
	font-size: x-small;
	}	
	
	
/************** special tag styles *****************/
	
	.small{
	font-size:80%;
	}
.large{
	font-size:90%;
	
	
	}
	
.buttoncell{
	background-image: url(images/buttoncellbckgd.gif);
	background-repeat: repeat-y;
	}
	
.adcell{
	background-color:#ffffff;
	padding-right:4px;
	padding-left: 4px;
	padding-top:6px;
	border: 1px dashed #CC0000;
	}
	
.bodycell{
	padding: 15px;
	font-size: 85%;
	}
	
.quotes {
	font-style:italic;
	}
	

.topquotes {
	font-style:italic;
	font-size:10px;
	color:#333333;
	}