/* CSS Document */

/*
	See lower section for formatting options for Headings and Text Bodies
*/

.banner
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #0D893F; font-weight:bold;}

.bottom
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #CEFFEF;}
.bottom A:link {text-decoration: none; color: #D0D0D0;}
.bottom A:visited {text-decoration: none; color: #D0D0D0;}
.bottom A:active {text-decoration: none; color: #CEFFEF;}
.bottom A:hover {text-decoration: none; color: #CEFFEF;}

.navlink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.navlink A:link {text-decoration: none; color: #FFFFFF;}
.navlink A:visited {text-decoration: none; color: #FFFFFF;}
.navlink A:active {text-decoration: none; color: #CEFFEF;}
.navlink A:hover {text-decoration: none; color: #CEFFEF;}

.rightsublinks {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; padding-left:10px;}
.rightsublinks A:link {text-decoration: none; color: #D0D0D0;}
.rightsublinks A:visited {text-decoration: none; color: #D0D0D0;}
.rightsublinks A:active {text-decoration: none; color: #CEFFEF;}
.rightsublinks A:hover {text-decoration: none; color: #CEFFEF;}

.righttoplinks {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.righttoplinks A:link {text-decoration: none; color: #394242;}
.righttoplinks A:visited {text-decoration: none; color: #394242;}
.righttoplinks A:active {text-decoration: none; color: #CEFFEF;}
.righttoplinks A:hover {text-decoration: none; color: #CEFFEF;}

.topnav A:link {text-decoration: none; color: #0D893F; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.topnav A:visited {text-decoration: none; color: #0D893F; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.topnav A:active {text-decoration: none; color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.topnav A:hover {text-decoration: none; color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

.copylink A:link {text-decoration: none; color: #000000;}

.copylink A:visited {text-decoration: none; color: #000000;}

.copylink A:active {text-decoration: none; color: #BDC6CE;}

.copylink A:hover {text-decoration: none; color: #BDC6CE;}

p.event
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	padding-bottom: 10px;
}
p.event:first-line
{
	font-weight: bold;
	font-size:13px;	
}

.dataTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	color: #FFFFFF;
	background-color: #008439;
}
.dataData
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
 	border-bottom: 1px solid #000000;
}

/*
	The following classes correspond to certain content contained on the pages accross the site.
	Each page should be set up with all these tags to make modification easier. When adding new content,
	please reference the correct class for the content you are inputing or modifying. 
	IE: The ".heading" class is the title for each news section or workshop listed.
	IE: The ".body" class corresponds to the text bodies under the headings. 
	
*/
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #008000;
}
ul, ol {
	font-size: 13pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
.sec_title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #008000;
	font-size: 18pt;
}
p.newslink {
	font-weight: bold;
	font-size: 10pt;
}
.newsheader {
	font-weight: normal;
	font-size: 11pt;
}
ul.lowerlinks {
	list-style: none;
	color: #008000;
	text-align: center;
}
.lowerlinks li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;	
}
.lowerlinks a:link, .lowerlinks a:visited {
	color: #008000;
	text-decoration: none;
	border: none;
}
.lowerlinks a:hover {
	border: none;
	color: #000000;
	text-decoration: none;
}
.address {
	list-style: none;
}
td.desc {
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	border: none;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
td.thumb {
	text-align: center;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	border: none;
	margin-bottom: 2px;
}
tr.merchlist table {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
tr.merchlist img {
	border: none;
}

