body {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
}

a:link {
	color: #0066ff;
}

a:visited {
	color: purple;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 0.8em;
	font-weight: bold;
}

#titlecontainer a img {
	float: left;
	padding: 5px 20px 5px 10px;
}

#titlecontainer h1 {
	color: #ff0000;
	padding-top: 65px;
	font-family: arial, sans-serif;
}

p.small-text {
	font-size: 0.8em;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

p.text-title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

#footernavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#footercontainer {
	text-align: center;
	padding-top: 20px;
	font-size: 0.7em;
}

a img {
	border: none;
}

.red-text {
	color: #ff0000;
}

.center {
	text-align: center;
}

div.left-captioned-image {
	float: left;
	padding: 0 10px 0 10px;
}
  
div.left-captioned-image p {
	text-align: center;
	color: #008000;
	font-size: 0.8em;
	margin: 5px 0 20px 0;
}

div.center-captioned-image {
	text-align: center;
	padding: 0 10px 0 10px;
}
  
div.center-captioned-image p {
	text-align: center;
	color: #008000;
	font-size: 0.8em;
	margin: 5px 0 20px 0;
}

div.right-captioned-image {
	float: right;
	padding: 0 10px 0 10px;
}
  
div.right-captioned-image p {
	text-align: center;
	color: #008000;
	font-size: 0.8em;
	margin: 5px 0 20px 0;
}

h2 {
	color: #ff0000;
	font-family: arial, sans-serif;
}

h3, h4 {
	font-family: arial, sans-serif;
}

table.schedule caption {
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em; 
}

table.schedule td {
	padding: 5px 0 10px 0;
	vertical-align: top;
}


table.schedule { 	
	margin: 10px 0 20px 0;
	border: none; 
	width: 100%;
	vertical-align: top;
}

table.schedule td.col1 {
	width: 11%;
	vertical-align: top;
}

table.schedule td.col2 {
	width: 5%;
	vertical-align: top;
	text-align: center;
}

table.schedule td.col3 {
	width: 39%;
	vertical-align: top;
}

table.schedule td.col4 {
	width: 20%;
	vertical-align: top;
}


table.links { 	
	border: none; 
	width: 100%;
}

table.links td {
	text-align: center;
	padding: 10px 3px 10px 3px;
}

table.links td.col1 {
	width: 25%;
}

table.links td.col2 {
	width: 25%;
}

table.links td.col3 {
	width: 50%;
}

#event th {
	text-align: left;
	color: red;
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

#event td {
	vertical-align: top;
	padding: 5px 0 5px 5px;
}

#event {
	width: 95%;
	border: none;
}

marquee {
	color: blue;
}

table.ufo {
	border: thin solid black;
	border-collapse: collapse; 
	margin-left: auto;
	margin-right: auto;
	width: 124px;
}

table.ufo td {
	text-align: center;
	border: thin solid black;
}

table.ufo th {
	background-color: black;
	border: thin solid black;
	color: white;
}

.member-profile {
	border: thin solid black;
	width: 75%;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
}

.member-profile-image {
	float: left;
	padding: 5px;
	text-align: center;
	color: #008000;
	font-size: 0.8em;
	margin: 5px 0 20px 0;
}

.member-privacy {
	display: none;
}

.clearboth { 
	clear: both; 
}

dt {
	font-weight: bold;
}

#col1 {
	width: 50%;
	float: left;
}

#col2 {
	width: 50%;
	float: left;
}

div.contactUs {
	height: 100px;
	width: 50%;
	border: thin solid black;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}