#content .bar .title
{
	font-size: 12px;
	font-weight:bold;
	color: #386702;
	text-transform: uppercase;
	margin-left: 4px;
}
.bar
{
	border-left: 4px solid #386702;
	
}
.title
{
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
}
.sub-title
{
	font-size: 12px;
	font-weight:bold;
}
#rgt-cnt
{
	color: #386702;
	float: left;
	width: 190px;

}
#lft-cnt
{
	float: left;
	width: 290px;
		padding-right: 17px;
}
.btn-more
{
	height: 17px;
	border-top: 2px solid #386702;
	margin: 5px 0px 5px 0px;
	float: none;
	
}
.btn-more img
{
	border: none;
}
.btn-more a .btn
{
	float: right;
	border: none;
}
.btn-download
{
	font-size: 10px;
	text-transform: Uppercase;
	width: 200px;
	height: 18px;
	background-image:url(../images/btn-bkgnd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.btn-download a
{
	text-decoration: none;
	color: #ffffff;
}
.btn-download a:hover
{
	text-decoration: underline;
}
.btn-download .txt
{
	padding-left: 35px;
	margin-top: 5px;
}
#page-title
{
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #386702;
	border-bottom: 2px solid #386702;
	margin-bottom: 10px;
}
#content
{
	color: #ffffff;
	text-align: justify;
}
#content img
{
	float: left;
	padding: 0px 5px 0px 0px;
}
.detail-title
{
	font-weight: bold; 
	text-transform: Capitalize;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}
/*.spacer
{
	height: 315px;
}*/

/* WELCOME ************************************************************************/
#welcome
{
	color: #ffffff;
	text-align:justify;
}

/* PHOTOS *************************************************************************/

#photos
{
	width: 290px;
	padding-top: 10px;
}
	#photos .tab
	{
		font-size: 13px;
		text-transform: uppercase;
		color: #ffffff;
		background-image: url(../images/tab-photos.gif);
		background-position: top left;
		background-repeat: no-repeat;
		width: 190px;
		height: 27px;
	}
	#photos .tab div
	{
		padding: 7px 0px 0px 10px;
	}
	#photos img
	{
		border: 1px solid #386702;
		padding: 0px;
		margin: 0px;
		/*float:left;*/
		/*display: none;*/
	}
/* EVENTS added 2007-07-10 *********************************************************/	
.cert-info
{
	width: 100%;
	height: 18px;
	text-align:center;
}
.cert-info .pdf
{
	background-image: url(../images/pdf.png);
	background-position:top left;
	background-repeat: no-repeat;
}
.cert-info .doc
{
	background-image: url(../images/doc.png);
	background-position:top left;
	background-repeat: no-repeat;
}

.cert-info a
{
	text-decoration: none;
	padding-left: 1.7em;
	margin: 0 3px 0 2px;
}
/* BANNER *************************************************************************/	
#lft-cnt .bnr a img
{
	border: 1px solid #386702;
	margin: 10px 0px 10px 0px;
}


/* UPCOMING EVENTS ****************************************************************/

#dates
{
	width: 290px;
}
	#dates .hdr-dates
	{	
		font-size: 12px;
		font-weight:bold;
		text-transform: uppercase;
		color: #FFE400;
		background-color: #386702;
	}
	#dates .hdr-dates .icon
	{
		background-image:url(../images/icon-calendar.gif);
		background-position:top left;
		background-repeat: no-repeat;
		margin: 0px 5px 2px 5px; 
		float: left;
		width: 21px;
		height: 19px;
		border: none;
	}
	.evnt
	{
		color: #386702;
		float: left;
		width: 290px;
	}

	#dates .evnt-odd
	{
		color: #386702;
		background-color: #B9E38A;
		border-top: 4px solid #B9E38A;
		border-bottom: 4px solid #B9E38A;
		float: left;
		width: 290px;
	}
	#dates .evnt-evn
	{
		color: #386702;
		background-color: #C4DEA6;
		border-top: 4px solid #C4DEA6;
		border-bottom: 4px solid #C4DEA6;
		margin: 3px 0px 3px 0px;
		float: left;
		width: 290px;
	}
	
	#dates .evnt-odd .day, #dates .evnt-evn .day, .evnt .day
	{
		text-align:center;
		border-right: 1px solid #386702;
		padding: 0px 3px 0px 4px;
		float: left;
		
	}
	#dates .evnt-odd .day .mnth, #dates .evnt-evn .day .mnth, .evnt .day .mnth
	{
		font-size: 9px;
		text-align: center;
		text-transform: uppercase;
	}
	#dates .evnt-odd .day .date, #dates .evnt-evn .day .date, .evnt .day .date
	{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	#dates .evnt-odd .details .evnt-nm, #dates .evnt-odd .details .venue, #dates .evnt-evn .details .evnt-nm, #dates .evnt-evn .details .venue, .evnt .details .venue, .evnt .details .evnt-nm
	{
		margin: 7px;
	}
	#dates .evnt-odd .details .evnt-nm, #dates .evnt-evn .details .evnt-nm, .evnt .details .evnt-nm
	{
		font-size: 20px;
		font-weight: bold;
		text-transform: capitalize;
	}


/* PHOTOS *************************************************************************/
	#pub
	{
 		padding-top: 10px;
	}
	#pub .tab
	{
		font-size: 13px;
		text-align: right;
		text-transform: uppercase;
		color: #ffffff;
		background-image: url(../images/tab-publications.gif);
		background-position: top right;
		background-repeat: no-repeat;
		width: 190px;
		height: 27px;
	}
	#pub .tab div
	{
		padding: 7px 10px 0px 0px;
	}
	/*#pub img
	{
		border: 1px solid #386702;
		float:left;
	}*/
	#pub .article
	{
		text-align: left;
		color: #386702;
		margin: 0px 5px 0px 5px;
		padding: 5px 0px 15px 0px;
	}