@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: #FFFFFF;
	font-family: Georgia, Trebuchet MS, "Myriad Pro", sans-serif;
	font-size: 100%;
	background-color: #000000;
	line-height: 1.5em;
}


.oneColFixCtr #container {
	width: 936px;
	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. */
	background-color: #000000;
}

.oneColFixCtr #mainContent {
	width: 740px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	text-align: left;
}

.navbox {
	clear: both;
	float: left;
	width: 152px;
	margin-bottom: 15px;
}

p {
	color: #A29270;
}

h1 {
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 1.2em;
}

h2 {
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: lighter;
}

h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: lighter;
}

a {
	color: #ADCAD6;
	text-decoration:underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
/*
a:visited {
	color: #CCCCCC;
}
*/
.rightimage {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

/*  HERES THE OLD FOOTER:
.footer {
	font-size: 0.8em;
	text-decoration: none;
	width: 780px;
	height: 55px;
	background-image: url(../images/footer-bknd.jpg);
	padding-top: 9px;
	margin-left: -20px;
	clear: both;
}
*/
.footer {
	font-size: 0.8em;
	text-decoration: none;
	width: 935px;
	height: 55px;
	background-image: url(../images/footer-bknd.jpg);
	padding-top: 9px;
	margin-left: -175px;
	clear: both;
}

.rightimage img {
	border: 1px solid #FFFFFF;

}

	
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
.highlightbox {
	background-color: #001730;
	border: 1px solid #FFF;
	padding: 15px;
}
.homehighlightbox {
	background-color: #001730;
	border: 1px solid #FFF;
	padding: 15px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.textbox {
	width: 187px;
	float: right;
	margin-left: 10px;
}
.smalltext {
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}
.homehighlightbox p {
	text-align: center;
}
.homehighlightbox h2 {
	text-align: center;
}
hr {
	border: 0;
	width: 50%;
	color: #adcad6;
	background-color: #adcad6;
	height: 2px;
	margin-left:0px;
}
.month {
	color: #adcad6;
	font-size: 1.6em;
}

.eventdate {
	color: #adcad6;
 	font-size: 1.2em;
}
.eventtitle {
	color: #FFF;
 	font-size: 1.2em;
}
.eventlocation {
	color: #A19268;
	font-size: 1.2em;
}
.eventtitle a {
	color: #FFF;
}
.eventtitle a:hover {
	color: #3C5C75;
	text-decoration:none;
}
