/*GENERAL*/
body {
	background-color: #f7ecce;
}

/*TEXT*/
p {
	font-family:georgia,serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.25;
	margin: 10px 20px 10px 20px;
}
h1 {
	font-family: georgia,serif;
	font-size: 125%;
	font-weight: bold;
	color: #F7ECCE;
	line-height: 1;
	margin: 0px 0px 0px 20px;
	text-align: center;
}
h2 {
	font-family: georgia,serif;
	font-size: 110%;
	font-weight: bold;
	color: #027041;
	line-height: 1;
	margin: 10px 0px 0px 5px;
}
h3 {
	font-family: georgia,serif;
	font-size: 105%;
	font-weight: bold;
	color: #027041;
	line-height: 1;
	margin: 5px 0px 0px 0px;
}
h4 {
	font-family: georgia,serif;
	font-size: 105%;
	font-weight: bold;
	color: #027041;
	line-height: 1;
	padding: 5px 0px 0px 45px;
	margin-bottom: 0px;
}
.hptext {
	font-family:georgia;
	font-size: 100%;
	color: #000000;
	line-height: 1.0;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
}
.hpevent {
	font-family:georgia;
	font-size: 100%;
	font-weight: normal;
	color:#027041;
	line-height: 1.0;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
}
.hpeventhead {
	display: block;
	background-color: #027041;
	font-family:georgia;
	font-size: 120%;
	font-weight: bold;
	color:#F7ECCE;
	line-height: 1.0;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 5px;
	padding: 0px;
	border-bottom: 1px solid #027041;
	}
.hptextgreen {
	font-family:georgia;
	font-size: 110%;
	font-weight: bold;
	color: #027041;
	line-height: 1.0;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
}
.tagline {
	font-family:georgia;
	font-size: 110%;
	font-weight: bold;
	color: #027041;
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
	text-align:left;
}
.eventhead {
	font-family: georgia, serif;
	font-size: 125%;
	font-weight: bold;
	color: #027041;
	margin-left: 50px;
}
.brackets {
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: bold;
	color: #F7Ecce;
}
.currentpage{
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: bold;
	color: #B4C8F0;
}
.greenbold {
	font-weight: bold;
	color: #027041;
	}
.indent {
	font-family:georgia,serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 95px;
}
/*DIVS*/
#contentimg {
	position: absolute;
	top: 20px;
	width: 300px;
	left: 772px;
}
#wrapper {
	margin: 0 auto;
	top: 10px;
	width:775px;
}
#content {
	top: 10px;
	width:775px;
	text-align:left;
	border: 1px solid #027041;
	background-color: #FBF8EE;
}
#image {
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 1;
}
#clear {
	clear:both;
}

/*LINKS*/
td#linkbar a{
	text-decoration: none;
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: bold;
	color: #F7Ecce;
	text-align: center;
}
td#linkbar a:hover, visited{
	text-decoration: underline;
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: bold;
	color: #F7Ecce;
	text-align: center;
}
td#creditline a{
	text-decoration:none;
	color: #027041;
	vertical-align: top;
}
td#creditline a:hover,visited{
	text-decoration:underline;
	color: #027041;
}
a:link {
	text-decoration: underline;
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: normal;
	color: #027041;
}
a:hover {
	text-decoration: underline;
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: normal;
	color: #7D006B;
}
a:visited {
	text-decoration: underline;
	font-family:georgia,serif;
	font-size: 100%;
	font-weight: normal;
	color: #7D0068;
}

/*TABLES*/
td#creditline {
	font-family: georgia,serif;
	font-size: 70%;
	font-weight: normal;
	color: #027041;
	text-align:center;
}
table#navbar {
	background-color: #027041;
	width: 100%;
}
table#navbar td {
	border-bottom: 1px solid #E7ECCE;
}
td#dontmiss {
	background-color: #F7ECCE;
	border: 1px solid #027041;
}
table#homepg {
	border: 1px solid #027041;
}
/*LISTS*/
ul {
	font-family: georgia, serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	line-height: 1.25;	
	list-style-image: url(images/check.gif);
	padding-left: 20px;
	padding-right: 100px;
	padding-bottom: 0px;
	margin-left: 20px;
}
li {
	margin: 0 0 5px 15px;
}
ul .head {
	color: #027041;
	font-weight: bold;
}
