/* CSS Document */

body {
	background-color:#DCECC4;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height:1.5;
	min-width: 780px;
	}

a:link, a:visited, a:visited{ 
	color: #F26522;
	text-decoration: none;
}

a:hover {
	color:#8CC63F;
	text-decoration: underline;
	}
.smalltext {

font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	
	}
/* ------ CONTENT ---- */


#mainDiv {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	width: 783px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	border: 1px solid #8CC63F;
}


/* IE Win 3 pixel bug */
html>body #mainTable {
    width:780px;
}

#contentTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
p {
	padding-right: 5px;
}

.colLeft {
	text-align: center;
	width: 225px;
		border-right: 1px solid #8CC63F;
	border-bottom: 5px solid #F26522;
}

.colRight {
	text-align: left;
	width: 556px;
	background-image:url(images/bg_fresh.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* IE Win 3 pixel bug */
html>body .colRight {
    width:550px;
}

.borderbottom {
	border-bottom: 1px solid #28903A;
}
.borderbottom2 {
	border-bottom: 1px solid #F26522;
}
	
#freshDiv {
	width: 100%;
	
	height: auto;
}

#ContentDiv {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	}

.header {
	font-size: 16px;
	display:block;
	color: #8CC63F;
	font-weight:bold;
	}
	
.orange {
	color: #F26522;
	} 
	
.green {
	color: #28903A;
	}

.gold {
	color: #ffc91f;
	}




.none {
	display: none;
}

#timeDiv {
	margin-top: 10px;
	text-align: center;

	color: #F26522;
	}

#locationDiv{
	margin-top:10px;
	text-align: center;
	}

.imgborder {
	border: 1px solid #8CC63F;
}

.imgborder2 {
	border: 1px solid #DCECC4;
}
li {
	
	list-style-image: url(images/bullet.jpg);
}

.sponsor {
	font-size:10px;
}

/* --- nav ---- */

#navDiv{
	width: 225px;
	}
	

#navDiv a:link, #navDiv a:visited {
	color: #8CC63F;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #28903A;
	padding-top: 3px;
	padding-bottom:3px;
	font-size: 14px;
	}

#navDiv a:hover {
	color: #F26522;
	}
	
.joenotes {
	color: #28903A;
	font-size: 12px;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.5;
	font-weight: bold;
	font-variant: small-caps;
}

.orangeheader {	color: #F26522;
font-size: 16px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.5;
	font-weight: bold;
	font-variant: small-caps;
}

.blackheader {	color: #000;
font-size: 16px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.5;
	font-weight: bold;
	font-variant: small-caps;
}

li {
	
	list-style-image: url(images/bullet.jpg);
}
 .craftersDiv {
	background-color:#DCECC4;
	padding: 10px;
	width: 500px;
	border: 1px solid #ffc91f;
	clear: left;
 }
 
 .craftersDiv2 {
	background-color:#DCECC4;
	padding: 10px;
	border: 1px solid #ffc91f;
	width:90%;
 }
 
 #vendorTable  {
 	border-top: 1px solid #ddd;
 }
 
 #vendorTable td {
 	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	padding-top: 7px;
 }