@charset "UTF-8";
.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;
}
div#tag {
	position:inherit;
	top:80px;
	width:624px;
	background-image: url(images/redlinebg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height:18px;
	color :#fff;
	padding:0px 78px;
	letter-spacing:1px;
	left: 182px;
	link: #fff;
	decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
a.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #993300;
	text-decoration: underline;
	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FF9966;
	text-decoration: none;
}


a.whiteundies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	text-decoration: underline;
}

.timesitalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #696B45;
	
	font-size: .9em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	color: #000000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #696b45;
	font-weight: bold;
}
.topimgpadding {
	clear: inherit;
	padding-top: 40px;
	position: inherit;
}
.programdates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #990000;
}
.programbrochure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666633;
}
.greentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666633;
}

.greentxtbio {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: .9em;
	color: #666633;
}

.participantquotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFCC;
	line-height: 1.1em;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
div#captionright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	float: right;
	width: 200px;
	position: relative;
	font-weight: bold;
}

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cc9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #301618;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #cc9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 14px 0px 16px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 160px;
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#696b45;
} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999966;
	font-size: .7em;
}
.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;
}
#gallerycontainer {
	width: 774px;
	text-align: center;
}
