* {
	margin:0;
}

TourButton
{
	display: inline;
	padding-left: 15px;
	border: none;
}

body, td {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #336600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

a:hover {
	color: #cc9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc9900;
}

TABLE {
	margin: 0;
}

TD, TH {
	padding: 0;
	vertical-align: top;

}

IMG {
	border: none;
}

UL {
	padding-left: 3px;
}

OL {
	padding-left: 3px;
}

LI {
}

/* End Tag Specs */


/* Start Container Classes (Shell > Header / BodyLeft + BodyRight / Footer) */

Table.Shell {
	width: 780px;
	vertical-align: top;
	margin-left: 0px;
}

TD.HeaderLeft {
	width: 200px;
}

TD.HeaderRight {
	width: 580px;
}

TD.BodyLeft {
	height: 0;
	width: 200px;
	vertical-align: top;
}

TD.BodyRight {
	height: 0;
	width: 580px;
}

Table.BodyMain {
	vertical-align: top;
	width: 580px;
	margin-left: 20px;
}

TD.BodyMainLeft {
	width: 380px;
	padding-right: 20px;
}

TD.BodyMainRight {
	width: 200px;
}

TD.Footer {
	padding-top: 20px;
	padding-left: 20px;
}

.FooterTable {
	width: 580px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336600;
}

/* End Container Classes */


/* Start Nav Classes */

Table.Nav {
	margin-top: 15px;
	margin-left: 20px;
	width: 580px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
}

TD.NavTop {
	width: 40px;
	white-space: nowrap;
}

DIV.NavAbout {
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 25px;
	z-index: 1;
}

DIV.NavEvents {
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 275px;
	z-index: 2;
}

DIV.NavBooks {
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 415px;
	z-index: 3;
}

.NavText {
	white-space: nowrap;
	margin-right: 15px;
	color: #96A28A;
}

.NavText A:visited, .NavText A:link, .NavText A:active {
	color: #336600;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom-width: 0px;
}
.NavText A:hover {
	color: #cc9900;
	text-decoration: none;
}

A.NavTextSelected {
	margin-right: 15px;
	color: #96A28A;
	text-decoration: none;
}

/* End Nav Classes */


/* Start Home Nav Classes */

Table.NavBottom {
	text-indent: 5px;
	/*padding-left: 5px;*/
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #336600;
}

TD.NavBottom {
	padding-left: 10px;
}

TD.NavBottom a:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

TD.NavBottom a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
}

DIV.NavAboutHome {
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}

DIV.NavEventsHome {
	visibility: hidden;
	position: absolute;
	margin-top: 45px;
	margin-left: 0px;
	z-index: 2;
}

DIV.NavBooksHome {
	visibility: hidden;
	position: absolute;
	margin-top: 60px;
	margin-left: 0px;
	z-index: 3;
}

/* End Home Nav Classes */


/* Start Component Specific Classes */

Table.Mission {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
	width: 190px;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	letter-spacing: 1px;
}

Table.MissionDivider {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	height: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

Table.Address {
	vertical-align: top;
	text-align: right;
}

TD.AddressTxt {
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
	color: #333333;
	font-size: 9px;
	line-height: 14px;
}

TD.CaptionTxt {
	padding: 10px;
	text-align: left;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
}
/* End Component Specific Classes */


/* Start Text Only Classes */

H1.Txt_GreyNormal {
	color: #333333;
	font-size: 11px;
	letter-spacing: 5px;
	font-weight: normal;
	border-bottom: 1px dotted #336600;
	margin-bottom: 6px;
}
H2.Txt_GreyNormal {
	color: #333333;
	font-size: 11px;
	letter-spacing: 5px;
	font-weight: normal;
}
.Txt_GreyNormal {
	color: #333333;
	font-size: 11px;
}

.Txt_GreyNormal A:visited, .Txt_GreyNormal A:link, .Txt_GreyNormal A:active {
	color: #336600;
	text-decoration: none;
}

.Txt_GreyNormal A:hover {
	color: #669933;
	text-decoration: underline;
}

H1.Txt_GreySmall {
	color: #333333;
	font-size: 10px;
	letter-spacing: 5px;
	font-weight: normal;
}

.Txt_GreySmall {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
}

.Txt_GreySmall A:visited, .Txt_GreySmall A:link, .Txt_GreySmall A:active {
	color: #336600;
	text-decoration: none;
}

.Txt_GreySmall A:hover {
	color: #669933;
	text-decoration: underline;
}

/* End Text Only Classes */
