@charset "utf-8";
body  {
	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;
	background-color: #CCC;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 100%;
}
.btmimg {
	margin-right: 55px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #333;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
	display: block;
	height: 50px;
	width: 730px;
	color: #FFF;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #footer {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 20px;
	overflow: auto;
} 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
}
.grey {
	background-color: #A3BBA2;
}
table {
	border-collapse:collapse;
}

td {
	font-size: medium;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
h4 {
	line-height: normal;
	margin: 0px;
}
.imgl {
	margin-right: 8px;
}
.sideimg {
	padding: 0px;
	height: 150px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
h3 {
	font-size: small;
	line-height: 175%;
	color: #000;
}
.sidebar2 {
	float: right; 
	width: 200px; 
	background-color: #587757;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFF;
	padding: 15px 10px !important;
}

form {
	width: 150px;
	height: auto;
	padding-right: 0px;
	padding-left: 15px;
	margin: 5px;
}
.mail {
	text-align: left;
	margin-left: 150px;
	font-style: italic;
}
.pad {
	padding-left: 75px;
}
.btmborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.sideborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 6px;
}

.logolinks {
	width: 700px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #600;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 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 */
} 
.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;
}

.credit {
	font-style:italic;
	font-size:x-small;
}

.uline {
	text-decoration: underline;
	}
	
.eventtitle {
	font-size: large;
	font-weight: bolder;
}

