body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(siteimages/sb1.jpg);
}
.wrapper {
	color: #000;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}
/* -------------------------------------------------------- */

/* -------------------------- Containers ------------------ */
#bnav {
	float: left;
	width: 980px;
	font-size: 12px;
	color: #333;
}
#sitehead {
	float: left;
	width: 980px;
	font-size: 14px;
	color: #FF9;
}
#main {
	float: left;
	width: 980px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #000;
}
#sitefooter {
	float: left;
	width: 980px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
/* -------------------------------------------------------- */
h1 {
	color: #FFC;
	margin-bottom: 0px;
}
h2 {
	color: #030;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
}
.main-col1 {
	float: left;
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
}
.main-col2 {
	float: right;
	width: 200px;
}
.main1 {
	float: left;
	width: 550px;
}
.main2 {
	float: left;
	width: 200px;
}
.panel1 {
	float: left;
	width: 525px;
}
.panel2 {
	float: left;
	width: 525px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sitetitle {
	font-family: Arial;
	font-size: xx-large;
	font-weight: bold;
	color: #330000;
}
.tpic1 {
	float: left;
	height: 150px;
	width: 180px;
}
.pagetitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.pagetextstd {
	font-family: Arial;
	font-size: 14px;
	color: #330000;
}
.sectiontitle {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #330000;
}
.sitetitle {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: #330000;
}
.smalltext {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
.linktitle {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #3366CC;
}
.txt5 {
	font-family: Arial;
	font-size: 4px;
	color: #FFFFFF;
}
.v1 {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 200px;
}
.vendorpanel {
	float: left;
	width: 760px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.vendor-col1 {
	float: left;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
}
.vendor-col2 {
}
/* ----------------------------------- LINKS ---------------------- */
a:link, a:visited, a:active {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #FFF;
	text-decoration: none;
	background-color: #190e02;
	float: left;
	width: 190px;
	padding-left: 10px;
	margin-top: 2px;
	background-image: url(siteimages/nav.jpg);
	height: 25px;
	line-height: 25px;
}

a.nav:hover {
	font-style: italic;
	color: #FC3;
	text-decoration: none;
	width: 190px;
	padding-left: 10px;
	float: left;
	line-height: 25px;
	background-image: url(siteimages/nav.jpg);
	height: 25px;
}
a.bnav1:link, a.bnav1:visited, a.bnav1:active {
	color: #333;
	text-decoration: none;
}
a.bnav1:hover {
	color: #036;
	text-decoration: underline;
}

