A {text-decoration:none;}

BODY {
	margin: 0px; 
	background-color: #b0e3b9;
	background-repeat:repeat-x;
	font-family: arial, helvetica, sans-serif;
	background-image:url('../images/bkgndPageLightGreen.gif'); 
}

.hideLayer {
	opacity: 0; 
	filter: alpha(opacity=40);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -2; 
	visibility: hidden;
	position: absolute;
}


.showLayer {
	opacity: .4; 
	filter: alpha(opacity=40);
	z-index: 2; 
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	visibility: visible;
	position: absolute;
	background-color: #000;
}

.registrationForm {
	visibility: hidden;
	opacity: 0; 
	height: 0px; 
	padding: 0px 0px 0px 12px;
	padding-right: 0px;
	z-index: 1;
}


.regFormFadein {
	-webkit-transition-property: opacity, height;
	-webkit-transition-duration: 1s, .25s;
	-webkit-transition-delay: .1s, 0s;

	-moz-transition-property: opacity, height;
	-moz-transition-duration: 1s, .25s;
	-moz-transition-delay: .1s, 0s;

	-o-transition-property: opacity, height;
	-o-transition-duration: 1s, .25s;
	-o-transition-delay: .1s, 0s;
}
 
.regFormFadeout {
	-webkit-transition-property: opacity, height;
	-webkit-transition-duration: .25s, .25s;
	-webkit-transition-delay: 0s, .1s;

	-moz-transition-property: opacity, height;
	-moz-transition-duration: .25s, .25s;
	-moz-transition-delay: 0s, .1s;

	-o-transition-property: opacity, height;
	-o-transition-duration: .25s, .25s;
	-o-transition-delay: 0s, .1s;
}



.banner {
	margin: 0px auto 0px auto;
	padding: 0px; 
	border-bottom: solid 1px #000;
	width: 1000px; 
	height: 200px; 
	border-left: solid 1px #333; 
	border-top: #ccc solid 1px; 
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-repeat: no-repeat;
	background-image:url('../images/bannerG.jpg'); 
	box-shadow: 1px 3px 3px #999;
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
}


.menuBar  {
	background-color: #222;
	margin: 148px 0px 0px 240px;
	border-top: solid 1px #bbb; 
	border-left: solid 1px #BBB; 
	border-bottom: solid 1px #666; 
	border-right: solid 0px #777;
}

.menuItem {
	color: white;
	padding: 8px 12px; 
	border-top: solid 1px #0f6551; 
	border-bottom: solid 1px #666;
	border-right: solid 1px #999;
	text-decoration: none; 
	vertical-align: bottom; 
	background-color: #014619;
	background-repeat: repeat-x;
	background-image: url('../images/gradientGreen36.gif');
	font-family: Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 1px #000;
}

.menuItem:hover {
	background-image: none;
	border-bottom: solid 1px #999;
}


.contentTable {
	height: 100%; 
	width: 100%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 12px; 
	text-align: left; 
	font-family: Comic Sans MS;
}


.pageTitle {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	color: #1e5026;
	text-shadow: 1px 1px 1px white;
}

.shadowFrame {
	border: solid 1px #444;
	box-shadow: 1px 3px 3px #999;
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
}

.buttonHolder {
	margin: 0px 16px 0px 0px;
}


.button {
	background-repeat: repeat-x;
	background-color: #0b4da1;
	background-position: center center;
	background-image: url('../images/gradientBlue36.gif');
	color: #FFF;
	height: 22px;
	width: 100px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 9px 3px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: solid 1px #333;
	border-radius: 6px;
	margin: 0px 0px;
}

.button:hover {
	background-image: none;
}

.buttonDisabled {
	background-repeat: repeat-x;
	background-color: #0b4da1;
	background-position: center center;
	background-image: url('../images/gradientBlue36.gif');
	color: #ccc;
	height: 22px;
	width: 100px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 9px 3px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: solid 1px #333;
	border-radius: 6px;
}

.redButton {
	background-repeat: repeat-x;
	background-color: #ed1b24;
	background-position: center center;
	background-image: url('../images/redGradient36.gif');
	color: #FFF;
	height: 22px;
	width: 100px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 9px 3px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: solid 1px #999;
	border-radius:6px;
}

.redButton:hover {
	background-image: none;
}


.bio {

}

.bioTitle {
	font-size: 125%;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	color: #114178;
}
	
.bioSubTitle {
	font-weight: bold;
	color: #114178;
}

.bioQuote {
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
}
	

.caption {
	font-size: 14px; 
	text-align: center;
	font-style: italic;}



.trailerTitle {font-size: 18px; color: #fff; margin: 0px 30px 0px 0px;}

.trailerText {font-size: 14px; color: #fff; margin: 0px 8px 6px 8px; padding: 0px;}

.trailerBox {
	color: white; 
	padding: 4px 4px; 
	width: 100%; 
	text-align: left;
	background-color: #5000A0; 
	background-image: url('../images/gradientPurple36.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #aaa;
	border-top: solid 1px #666;
	border-radius:4px;
	margin: 40px 0px 10px 0px;
}


.formBlock {
	width: 100%;
	margin: 20px auto 60px auto; 
	padding: 4px 18px; 
	border-radius:4px;  
	border: solid 1px #666; 
	background-color: #EEFCF1;
	box-shadow: 1px 2px 2px #999; 
	-moz-box-shadow: 1px 2px 2px #999; 
	-webkit-box-shadow: 1px 2px 2px #999; 
}




.linkButton {height: 22px; border: 0px;}

A.linkButton {
	display: inline;
	color: #00B;
	font-weight: bold;
	background-color: #BBB;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #444;
	border-bottom: solid 1px #444;
	margin: 4px 0px;
	padding: 0px 2px;
}

A.linkButton:hover {
	display: inline; 
	color: #FFF; 
	font-weight: bold;
	background-color: #BBB;	
	border-left: solid 1px #999; 
	border-top: solid 1px #999; 
	border-right: solid 1px #444; 
	border-bottom: 1px solid #444; 
	margin: 4px 0px;
	padding: 0px 2px;
}

A.linkButton:visited {
}

.title18 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	color: #1e5026;
}

.title16 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	color: #0d438a;
}

.title14 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	color: #0d438a;
}

.articleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin: 20px 12px 0px 6px;
}

.articleDesc {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 40px;
	margin: 0px 12px;
}

.articleText {
	text-indent:14px;
}

.event {
	z-index: 1;
	position: relative;
	width: 100%;
	margin: 10px 0px; 
	padding: 0px;
	background-color: #EEFCF1;
	border: solid 1px #666; 
	box-shadow: 2px 2px 2px #999; 
	-moz-box-shadow: 1px 2px 2px #999; 
	-webkit-box-shadow: 2px 2px 2px #999; 
}

.dateTime {
	font-weight: normal;
}

.classTitle {
	margin: 0px;
	padding: 6px 8px 4px 8px;
	font-weight: bold;
}

.classDescription {
	margin: 0px;
	padding: 0px 8px 8px 8px;
}

.classPrompt {
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px;
}

.classDetail {
	margin: 0px;
	padding: 0px 8px;
}

.classButtonArea {
	float: right; 
	margin: 30px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
}

.newsHeading {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;}


.newsBlock {
	border: solid 1px #777;
	font-size: 10pt; 
	background-color: #FFE;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.navlink {
	color: #FFF;
	display: block;
	text-decoration: none; 
	font-size: 20px;
	font-family: Arial, sans-serif;
}


.navlink:hover {
	display: block;
	text-decoration: none; 
	font-family: Arial, sans-serif;
}

.floatingList {
	color: #000;
	padding: 0px;
	margin: 0px 10px;
	border: solid 1px #666;
	border-top: solid 1px #888;
	background-color: #EEFCF1;
	box-shadow: 1px 3px 3px #999;
	-moz-box-shadow: 1px 3px 3px #999;
	-webkit-box-shadow: 1px 3px 3px #999;
}

.floatingListTitle {
	color: #fff;
	display: block;
	margin: 0px 0px; 
	font-weight: bold; 
	text-indent: 20px;
	background-color: #1e5026;
	background-image: none;
	padding: 2px;
	font-size: 120%;
	border-top: solid 1px #b0e3b9;
	background-image: url('../images/gradientGreen36.gif');
	text-shadow: 1px 1px 1px #000;
}

.floatingListItem {
	text-indent: 24px;
	margin: 8px 0px;
	padding: 3px 0px 0px 0px;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002;
}

