/* CSS Document */


body
{background-color: #F3E9B3;
}

.h1
{	font-size: 16pt;
	color: green;
	text-align: center;
	}
	
.main{
font-family: arial, helvetica, sans-serif;  /* font style */
font-size: 12px;
padding-left:8pt;
padding-right: 5pt;
background-image: url(images/bgrnd.gif);
background-repeat: repeat;}

/* Main navigation <li> */

#navlist 	li{
	list-style-type:none;	/* No bullets */
	margin:-12px;	/* No margin - needed for Opera */
	}

#navlist ul {	
	margin:-10px;
	}

#navlist li a
{	font-family: arial, helvetica, sans-serif;  /* font style */
	text-decoration:none;	/* No underline */
	color:#FEF5C6;	/* text color */
	font-size: 12px;         /* font size */
	height:30px;	/* 18 pixel height */
	line-height:15px;	/* 18 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	text-align: left;
	display:block;
	}
	
#navlist li a:hover
{		color:#B89F12;
	}
	
/* end navigation */	
	
.table {
font-family: arial, helvetica, sans-serif;  /* font style */
font-size: 12px;
cellspacing:4pt;
cellpadding:4pt }	
	
.address
{ font-size:12pt;
color:green;
text-align:center
}	
	
a:link {color: #E17100}	

.copyright			/* copyright text */
{font-size: 10pt;
color: #9AC2B4;
padding-left: 14pt}

.buzzweb			/* designed by Buzz */
{text-decoration: none;
font-size: 10pt;
color: #9AC2B4;
text-align: right}
		
.buzzweblink
{color: #E17100}