/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3A2279;
	background-color: #919598;
}

/* main structure styles */

div#wrapper {
	width: expression( document.body.clientWidth < 801 ? "800px" : "auto" ); /* set min-width for IE */
    min-width: 800px; /* sets min-width value for all standards-compliant browsers */
	background-image: url(images/eyha_08.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
div#container {
	background-image: url(images/eyha_10.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background: #FFFFFF url(images/eyha_08.jpg) repeat-y left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#headerwrapper {
	width: expression( document.body.clientWidth < 801 ? "800px" : "auto" ); /* set min-width for IE */
    min-width: 800px; /* sets min-width value for all standards-compliant browsers */
	background-image: url(images/eyha_03.jpg);
	background-repeat: repeat-x;
	height: 84px;
	margin: 0px;
	padding: 0px;
}
div#headercontainer {
	background-image: url(images/eyha_02.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
div#headercontainerIndexOnly {
	background-image: url(images/eyha_02.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
div#header {
	background-image: url(images/eyha_04.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 84px;
} 
div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p, a:link, a:hover, a:visited {
	color: #3A2279;
}

/* main content styles */

div#textwrapper {
	background-image: url(images/eyha_08.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#text {
	background-image: url(images/eyha_10.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#text p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 325px;
	text-align: left;
}
div#text ul li {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 325px;
	text-align: left;
}
div#text ul li ul li {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
div#text h1 {
	margin: 0px 30px 15px 0;
	text-align: left;
}
div#text form {
	margin: 0 30px 0 325px;
	text-align: left;
}
div#text form p {
	margin: 0;
	text-align: left;
}
div#pix {
	margin: 0px;
	padding: 0px;
	position: relative;
}
div#footer {
	width: expression( document.body.clientWidth < 801 ? "800px" : "auto" ); /* set min-width for IE */
    min-width: 800px; /* sets min-width value for all standards-compliant browsers */
	/* width: 90%; */
	height: 56px;
	background-image: url(images/eyha_13.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
} 
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.copyright {
	width: expression( document.body.clientWidth < 801 ? "800px" : "auto" ); /* set min-width for IE */
    min-width: 800px; /* sets min-width value for all standards-compliant browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0px;
}
.copyright a:link, .copyright a:hover, .copyright a:visited {
	color: #3A2279;
}
.googlecalendar {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.standings {
	font-size: 90%;
}
.standings th {
	background-color: #3A2279;
	color: #FFFFFF;
}
.standings td {
	background-color: #E8E1F2;
}
.text120 {
	font-size: 120%;
	font-weight: bold;
}
.text80 {
	font-size: 80%;
}
.text100 {
	font-size: 100%;
}
.text80em {
	font-size: 80%;
	font-style: italic;
}
input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #3A2279;
	font-size: 95%;

}
form.registration {
	text-align: left;
	background-color: #E8E1F2;
	border: 1px dotted #999999;
	padding: 5px;
}
form.registration p {
}
form.registration th {
	text-align: left;
	font-size: 95%;
}
div#bottomlinks {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	background-image: url(images/eyha_10.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	padding: 20px 0 0 0;
}

div#bottomlinks a:link, div#bottomlinks a:hover, div#bottomlinks a:visited {
	color: #3A2279;
	text-decoration: underline;
}

.closecalendar {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px;
	height: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.closecalendar a:link, .closecalendar a:hover, .closecalendar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sitemap a:link, .sitemap a:hover, .sitemap a:visited {
	text-decoration: underline;
	color: #3A2279;
}
.spotphoto {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #3a2279;
	overflow: auto;
}
