/* general style setup */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 90%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #cdd1cf;
	text-decoration: none;
}

a:visited {	
	color: #cdd1cf;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 0px 0px 15px 0px;
}

/* main page areas */

#page {
	background-color: #1b6f4e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

#banner {
}

#footer {
	color:#cdd1cf;
	background-color:#068a96;
	padding:1px;
	text-align: center;
	float: bottom;
}

#maintext {
	margin-left: 206px;
	margin-right: 270px;
	text-align: justify;
}

#righttext {
	color: #d38b50;	
	float: right;
 	padding: 0px 10px 0px 10px;
 	width: 250px;
 	text-align: justify;
}


/* page navigation */

#leftText {
	float: left;
 	padding: 0px 10px 0px 10px;
 	width: 185px;
 	text-align: justify;
}

#leftText ul {
	padding: 0px;
	margin: 0px;
}

#leftText li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #068a96;
}

#leftText a.notCurrent {
	color: #ffffff;	
}

#leftText a.notCurrent:visited {
	color: #ffffff;	
}

#leftText a.notCurrent:hover {
	color: #cdd1cf;	
}

#leftText a.current {
	color: #068a96
}

#leftText a.current:visited {
	
}

#leftText a.current:hover {

}

/* custom classes */

.rightPadded {
	margin: 0px 0px 0px 10px;
	float: right;
}
.leftPadded {
	margin: 0px 10px 0px 0px;
	float: left;
}

.pressQuotes {
	color: #d38b50; 
}

#contactTable td {
	vertical-align: top;
	padding-bottom: 10px;
}

#eventsTable {
	border-spacing: 2px 2px;
}

#eventsTable td {
	text-align: left;
	background-color:#068a96;
	padding: 10px 10px 10px 10px;
}