@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/aspenLeaf_bknd_patten.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.2em;
	padding-top: 0.6em;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0px;
	margin-bottom: -.5em;
	color: #7A6844;
}
h3 {
	font-size: .9em;
	color: #7A6844;
}
h2 {
	font-size: 1em;
	margin-top: 0.6em;
	margin-right: 0px;
	margin-bottom: -.3em;
	margin-left: 0px;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
.twoColFixRtHdr #header {
	height: 170px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/acg_hdr_sumBlue.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #container #header #contact {
	background-image: url(images/contact_us.gif);
	height: 23px;
	width: 55px;
	position: absolute;
	top: 0px;
	right: 35px;
	z-index: 2000;
}
.twoColFixRtHdr #container #header #chapelLink {
	width: 234px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 170px;
}
.twoColFixRtHdr #container #header table {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 354px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D6B43;
}
.twoColFixRtHdr #container #sidebar1 a:link {
	text-decoration: none;
	color: #7D472F;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #888;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a:visited {
	color: #888;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: 0.65em;
	margin-top: 0.6em;
	color: #7D472F;
}
.twoColFixRtHdr #container #sidebar1 p strong {
	font-size: 1.1em;
}
.twoColFixRtHdr #container #sidebar1 #instruct {
	background-color: #EAEDD2;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: .4em;
}
.twoColFixRtHdr #container #sidebar1 #instruct p {
	color: #000;
}
.twoColFixRtHdr #container #sidebar1 #participArtists  {
	clear: left;
	padding-top: 1em;
	line-height: .5em;
}
.twoColFixRtHdr #container #sidebar1 #instruct #formemail {
	font-size: 1em;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 #maillinks {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #630;
	margin-top: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #sidebar1 #maillinks a:link {
	color: #063;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 #maillinks a:visited {
	color: #063;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 #maillinks a:hover {
	color: #999;
}
#sidebar1 #yearsched table {
	width: 100px;
	clear: both;
}
#sidebar1 #yearsched table tr td {
	font-size: 0.65em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7DAC0;
}
#sidebar1 #yearsched table tr td a {
	text-decoration: none;
}
#sidebar1 #yearsched table tr td a:link {
	color: #000;
	text-decoration: none;
}
#sidebar1 #yearsched table tr td a:visited {
	color: #66321D;
	text-decoration: none;
}
#sidebar1 #yearsched table tr td a:hover {
	color: #AAA;
}
#sidebar1 #yearsched tr td a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent {
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #container #mainContent p {
	font-size: 0.7em;
	line-height: 1.2;
	margin-top: 0.6em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent table {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #763E27;
	margin-top: 1.5em;
	background-color: #EAEDD2;
	margin-bottom: 0.8em;
	top: 0px;
}
.twoColFixRtHdr #container #mainContent table caption {
	text-align: left;
	padding-bottom: 0.3em;
}
.twoColFixRtHdr #container #mainContent table tr td {
	font-size: 0.65em;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7DAC0;
}
.twoColFixRtHdr #container #mainContent table a   {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table a:hover {
	color: #AAA;
}
.twoColFixRtHdr #container #mainContent p a:link {
	text-decoration: none;
	color: #700;
}
.twoColFixRtHdr #container #mainContent p a:hover {
	color: #AAA;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent p a:visited {
	color: #500;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent #yearlyshowHoriz {
	font-size: 1em;
	width: 499px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E9D0;
	margin-top: 1.5em;
}
.twoColFixRtHdr #container #mainContent #yearlyshowHoriz td  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEDD2;
}
.twoColFixRtHdr #container #mainContent #yearlyshowHoriz a:link{
	text-decoration: none;
	color: #652E1A;
}
.twoColFixRtHdr #container #mainContent #yearlyshowHoriz a:hover{
	color: #888;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent #yearlyshowHoriz a:visited{
	color: #888;
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	background-color: #784029;
	color: #FFF;
	text-align: center;
	font-size: 0.5em;
	letter-spacing: 1px;
	background-image: url(images/footer_bkgnd.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 2em;
	position: relative;
} 
.twoColFixRtHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer em {
	color: #000;
}
.twoColFixRtHdr #container #footer em a {
	color: #000;
}
.twoColFixRtHdr #container #footer #top {
	width: 500px;
	text-align: right;
	position: absolute;
	top: -30px;
	margin-top: 0.5em;
}
.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;
}
.lightGrnTxt {
	color: #D3D6BE;
}
.rustTxt {
	color: #5D2E1D;
}
