*{
margin: 0px;
padding: 0px;
}

body, td, div, a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:1.75em;
	color: #000;
	border: 0px;
	
	}

body {
	background: url(bg.jpg) repeat-x top left;
	text-align: center; /* IE center trick */
}

textarea, input, select{
	border: 1px solid #e8e7e7 outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding: 1px;

}


#wrapper{
	width: 780px;
	margin: 0 auto;
	text-align:left; /* corrects IE center trick */
	background: url(bordershadow.gif) repeat-y top left;
}
#topBG{
	background: url(topbackground.jpg) no-repeat top left;
}
#masthead{
	background: url(header.jpg) no-repeat top left;
	height: 113px;
	position: relative;
}
ul, li 
{
	margin: 2px 0px 2px 10px;


}
#leftColumn{
	padding: 5px 0px 5px 8px;
	border-right: 1px solid #e8e7e7;
	width: 210px;
}
#leftColumn img{
	padding-left: 10px;
}
#centerColumn {
	width: 340px;
}

.online-sales {margin:20px 0 0 15px;}

#rightColumn{
	padding: 5px 9px 5px 0px;
	border-left: 1px solid #e8e7e7;
}
#mainNav{
	position:absolute;
	bottom: 1px;
	right: 9px;
}
#mainNav a{
	display: block;
	float: left;
	padding: 0px 8px; 
	border-left: 1px solid #0083bd;
	font-weight: bold;
	text-decoration:none;
}
#mainNav a:hover{
	background-color: #fff;
	text-decoration: none; 
}
table {
	align:center;
	padding: 0;
}

.nav{
	padding: 0 10px;
	border-top: 1px solid #e8e7e7;
}
.include {
	padding: 5px 10px; 
	
}
.include a{
	color: blue;

}


h1 { 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 3px 8px;
	line-height: 1em;
	text-align: left;
	font-size: 12pt;
	letter-spacing: -1px;
}

h1.color1 {color: #CC3300;}
h1.color2 {color: #0066FF;}
h1.color3 {color: #CCCC00;}


h2 { 
	color: blue; 
	letter-spacing: ;
	text-align:center;
	font-weight: bold;
	height: 1em;
}

h3 { 
	color: black; 
	letter-spacing: ;
	text-align:center;
	font-weight: bold;
	padding: .5em;
	height: 1em;
}

hr {
	text-align:center;
	width: 100%;
	color: #fff;
	height: 1px;
	border-top: 1px solid #e8e7e7;
	border-top: 1px solid #e8e7e7;
	
}

a { 
	text-decoration: none; 
	

}
a:hover{
text-decoration:underline;
}



#footer{
	background: url(bottom.gif) no-repeat bottom left;
	padding: 10px 20px 30px 20px;
	line-height: 1.2em;
	font-size:7pt;
	color: #777;
}


