body {
	background: #64A8B8;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	margin: 5px 0;
}


td {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	font-weight: bold;
	color: #80C4D4;
}


ul li {
	color: #80C4D4;
	list-style: square;
	font-size: 100%;
}

ul li div {
	color: #000000;
}


#container {
	width: 850px; 
	background: #fff;
	color: #000; 
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}


#headbar {
	background: #fff url('images/headerbg.gif');
	height: 85px;
	text-align: center;
}


#menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 100%;
}


#menu ul {
	height: 25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	white-space: nowrap;
	float: left;
	width: 100%;
	padding-top: 7px;
}


#menu li {
	padding-left: 40px;
	display: inline;
}


.textbox {
	width: 810px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}


.left_footer {
	float: left;
	width: 250px;
}

.right_footer {
	float: left;
	width: 600px;
	text-align:right;
}

.quote_source {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
a {
	font-size: inherit;
	color: #80C4D4;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #80C4D4;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #00CCCC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #80C4D4;
	font-weight: bold;
}

