
td {
   /* fixes valignment in Agenda Tables */
	vertical-align: top;
}

body, html { 
   /* Settings required for Centering content using 'auto' */
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	background-color: #EDF3EF; 
} 

body {
	background-image:url('images/TOP.gif');
	background-repeat:repeat-x;
	/*
	background-image:url('images/ROIGHT.gif');
	background-repeat:repeat-y;
	*/
}

#wrapper {
	/* Wraps all but the Sub-Pages */
	position: relative;
	width: 892px;
	height: 565px;
	overflow: hidden;
	top: 30px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
}

#curtain {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #EDF3EF; 
	z-index: 1000; 
	padding-left: 7px; 
	padding-top: 3px; 
	font-family: Verdana, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	color: #82A83C;
}

.bio {
	margin-top: 20px;
	width: 430px; 
}

.biopic {
	vertical-align: top;
	float:left;
	border: 1px solid #69523E;
	margin-right: 12px;
}

.biotxt {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#SponsorMessage {
	position: absolute; 
	top: 7px; 
	left: 430px;
	display: none;
	cursor: pointer;
}

#CavPtLng {
	position: absolute; 
	top: 140px; 
	left: 25px;
	display: none;
}

#leftCol {
	/* Column encompassing Left side of screen */
	float: left;
	width: 205px;
	height: 100%;
	padding-left: 3px;
}

#NavButtons {
	/* Top DIV in leftCol, wraps all "bNav" buttons, below... */
}

.bNav {
	/* Navigation Buttons (left Column) start with HALF Opacity */
	opacity: 0.50;
	filter: alpha(opacity=50);
	cursor: pointer;
	border: none;
}

.PaulPic {
	border: 1px solid #464A35; 
	float: right; 
	margin-right: 3px; 
	margin-left: 5px;
}

#leftUnder {
	/* Second DIV in leftCol */
	margin-top: 40px;
	color: #464A35;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#midCol {
	/* Outer wrapper of the 2nd Column, (Main Content)... */
	float: left;
	width: 500px;
	margin-left: 15px;
}

#main {
   /* Wraps 'home' -- not doing much with it, YET!  */
	top: 0px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#rightCol {
	/* Sponsors */
	float: right;
	width: 152px;
	height: 550px;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
}

.SponsorColHead { 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	/* color: #82A83C; */
	color: #456D6E;
}

#scheduleItem {
	width: 426px;

	color: #2F3223; 
	background-color: #8EAF4E; 
	font-size: 13px; 
	font-weight: bold; 
	padding: 3px; 
}

#home {
	background: url(images/bgHome.jpg) no-repeat top left;
	width: 500px; 
	height: 517px;
	visibility: visible;
	/* Start at 100% Opacity, fully visible. Set here or risk 'undefined' errors! */
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

/* Micro-Manage Formatting of the "Home" page... */
#Cavallo {
	position: relative; 
	margin-top: 38px; 
	margin-left: 53px; 
}

#ebnet_footer {
	width: 500px; 
	margin-top: 27px;
	margin-left: 25px;
}

.supporter {
	width: 100px;
	vertical-align: top;
}

#EBNet {
	position: relative; 
	margin-top: 5px; 
	margin-left: 20px;
}

#EBNAddress {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	margin-left: 20px;
}

#fMessage {
	margin-top: 10px;
	height: 30px;
	text-align: center; 
	font-size: 12px; 
	font-family: Verdana, sans-serif; 
	color: #464A35; 
	font-weight: bold;
}

#fLine {
	float: left;
	width: 465px;
	height: 20px;
	line-height: 20px;
	/* border: 1px solid black; */
	margin-bottom: 5px;
}

.fLabel {
   float: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #75863C;
	width: 97px;
	text-align: right;
}

.fLabel2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #75863C;
	width: 160px;
	text-align: left;
}

.fInput {
   float: left;
	margin-left: 3px;
	margin-right: 10px;
	height: 16px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #54602B;
	border: 1px solid #75863C;
}


ul {
	list-style-image: url(images/GreenBullet.gif);
	text-align: left;
}

.TinyBlack {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.MedDkGreen {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464A35;
}


.subPageBlank {
	/* SubPage containing Text & Graphics, (has Background JPG) */
	width: 500px; 
	height: 1px;
	background: url(images/bg.jpg) no-repeat top left;
	visibility: hidden; 
	position: absolute; 
	/* Start at Zero Opacity = 'invisible' */
	opacity: 0.0;
	filter: alpha(opacity=0);
	overflow: hidden;
	display: none;
}

.subPageLabel {
	/* Position 'Page Label' of 'Blank' style subPage */
	position: relative; 
	top: 17px; 
	left: 18px;
}

#subPageContent {
	/* Format basic Content of subPage */
	position: relative; 
	top: 25px; 
	left: 10px;
	height: 445px;
	width: 470px; 
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

#subPageLightRect {
	/* The light-colored rectangle behind most content */
	border: 1px solid #D19898;
	background-color: #F2F2E3;
	padding: 10px;
	width: 458px; 
	height: 432px;
}

.subScrollBox {
	width: 449px;
	height: 370px;
	overflow-y: scroll; 
	text-align: justify;
	border: 1px solid #CFDBAF; 
	padding: 4px; 
	scrollbar-base-color: #CFDBAF;
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #464A35; 
	font-weight: bold;
}

#subScrollHeader {
	width: 370px; 
	font-size: 16px; 
	font-weight: bold;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

#subNonScroll {
	text-align: center; 
	font-size: 14px; 
	margin-top: 10px;
	font-family: Verdana, sans-serif; 
	color: #464A35; 
	font-weight: bold;
}

.GreenWedgie {
	margin-left: -1px; 
	margin-top: -2px;
}

/* Various ANCHOR styles -- Descending Font Sizes... */
a.link1 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #854425;
	line-height: 30px;
}
a.link1:visited {color: #AE5B33; }
a.link1:active {color: #D40000; }
a.link1:hover {color: #552C17; }

a.link2 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #854425;
}
a.link2:visited {color: #AE5B33; }
a.link2:active {color: #D40000; }
a.link2:hover {color: #552C17; }

a.link3 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #854425;
}
a.link3:visited {color: #AE5B33; }
a.link3:active {color: #D40000; }
a.link3:hover {color: #552C17; }

a.link4 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #854425;
}
a.link4:visited {color: #AE5B33; }
a.link4:active {color: #D40000; }
a.link4:hover {color: #552C17; }

/* maybe temp */
a.link12 { 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #854425;
}
a.link12:visited {color: #AE5B33; }
a.link12:active {color: #D40000; }
a.link12:hover {color: #552C17; }


a.link14 { 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #854425;
}
a.link14:visited {color: #AE5B33; }
a.link14:active {color: #D40000; }
a.link14:hover {color: #552C17; }

a.linkHUGE { 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #69371F;
}
a.linkHUGE:visited {color: #69371F; }
a.linkHUGE:active {color: #D40000; }
a.linkHUGE:hover {color: #552C17; }

a.linkTINY { 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #69371F;
	text-decoration: underline;
}
a.linkTINY:visited {color: #69371F; }
a.linkTINY:active {color: #D40000; }
a.linkTINY:hover {color: Green; }



.memo {
	width: 329px;
	height: 30px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #464A35;
	font-weight: bold;
	border: 1px solid #75863C;
}