body {
	color: #000000;
	background-color: #eafdf2;
	font-family: Arial, Verdana, sans-serif;
	background: url('../images/header.jpg') top left repeat-x;
}
* {
	padding: 0;
	margin: 0;
}

hr
{ height:2px;
width:100%
}

a, a:active {
	color: #7c3500;
}
a:hover {
	color: #4f9adb;
}
a:visited {
	color: #909090;
}
#page {
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}
/* header limit*/
#bg1 {
	background: url("../images/head-line.jpg") top left repeat-x;
	height: 12px;
	margin-top: 80px;
}
/*main body */
#bg2 {
	background: url("../images/blend-down.jpg") top left repeat-x;
	padding: 10px;
}
#menu {
	font-size: medium;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin-right: 20px;
	color: #466f01;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 125%;
	color: #999;
}
h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#menu h2 {
	float: left;
	font-style: italic;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 5px;
}
#menu a {
	display: block;
	text-decoration: none;
	background: url('../images/list.jpg');
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif;
}
#menu a:hover {
	background: url("../images/list_normal.jpg");
}

.cpad {
	padding: 5px;
}
#content ul {
	list-style-type: none;
}
#content, #footer {
	padding-top: 20px;
	font-size: small;
}
#content h2 {
	padding: 1ex;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
}
#left h2 {
	color: #8b4513;
}
#right h2 {
	color: #78842c;
}
#left ul li {
	background: url("../images/dotlist.gif") center left no-repeat;
	padding-left: 3ex;
}
#right ul li {
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background: url("../images/dotlist.gif") center left no-repeat;
}
#content p {
	padding-bottom: 1ex;
}
#left {
	position: absolute;
	width: 18em;
	background: #fff url("../images/edge-line.jpg") top right repeat-y;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 1px dotted #c0c0c0;
}
.lpad {
	background: url("../images/index-limit.jpg") top left repeat-x;
}
img.flimg {
	margin: 10px;
	border: 1px solid #bbb;
}
img.flimgnb {
	margin: 5px;
	border: 0px;
}
#right {
	margin-left: 20em;
	min-height: 300px;
}
/* set up discussion points */
#right dl{
margin-bottom:10px;
}
#right dl dt {
margin-left:25px
}
#right dl dd{
margin-left:50px;
}
/* schedule box tables */
#schedule
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
}
#schedule th{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#schedule td, #schedule th{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#schedule tr.alt td{
color:#000000;
background-color:#EAF2D3;
}

#schedule tr.altr td{
color:#000000;
background-color:#D9D6D6;
}
#schedule tr.altm td{
color:#000000;
background-color:#56D95D;
}
/*space that floats left*/
#littlebxl{
float:left;
height:150px;
width:225px;
}
/* spaces that continue in line to littlebxl*/
#littlebxc{
float:left;
height:150px;
width:225px;
margin-left:2px;
}
/*space that floats right*/
#littlebxr{
float:right;
height:150px;
width:225px;
}
#bigbxc{
float:left;
height:260px;
width:225px;
margin-left:2px;
}

/*footer*/
#fbg {
	background: #fff url("../images/foot-line.jpg") top left repeat-x;
	height: 15px;
}
#footer {
	position: relative;
	text-align: center;
}