
body
{	
	margin: 0;
	padding: 0;
	font: 100% Lucida Grande, Arial, Helvetica, sans serif;
	text-align: center;
	color: #333;
	background-color:	#84A273;
}

a
{
	text-decoration: none;
}

#container
{
	margin: 1em auto;
	border: 1px solid #777777;
	width: 800px;
	background-color:	#fff;
	line-height:165%;
	text-align: left;
}

#header
{
	position: relative;
	width: 800px;
	height: 120px;
	font:Lucida Grande, Arial, Helvetica, sans serif;
	background: #FFFFCC url(images/header.jpg);
	text-align: left;
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 0px solid gray;
	margin:0;
}

#header img
{
	float: left;
	padding: 0px;
	border: 1px solid gray;
    margin: 9px 0 8px 10px;
}

#header h1
	{
		font: 260% Lucida Grande, Arial, Helvetica, sans serif;
		font-weight:  bold;
		text-align: center;
		color: #000000;
		margin:0;
		padding: 30px 0 0 0;
	}
	
#header h2
	{	
		font: 180% Lucida Grande, Arial, Helvetica, sans serif;
		font-weight:  bold;
		text-align: left;
		color: #CCCC99;
		margin:5px 0 0 150px;
		padding: 0 0 0 10px;
}	

#navbar
{
	background: #CCCC99 url(/*images/gradient1.png*/);
	border-bottom:1px solid gray;
	font:100% Lucida Grande, Arial, Helvetica, sans serif;
	font-weight:bold;
	text-align:center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#navbar ul
{
	margin: 0 0 0 0px;
	padding: 5px 10px;
	text-align:left;
	list-style-type: none;
}

#navbar li
{
	display: inline;
	padding: 10px 10px;
}

#navbar a
{
	color:#637129;

}

#navbar a:hover
{
	color:#8C4510;
	text-decoration:underline;

}

#content
{
	width: 720px;
	position: relative;
	top: 0px;
	margin: 0 40px 0 40px;
	text-align: left;
	padding: 10px;
	background:#fff;
}

#content h3
{
margin-bottom:3px;
color:#669933;
}

#content a
{
	color:#637129;

}

#content a:hover
{
	color:#8C4510;
	text-decoration:underline;

}

#content ul
{
	list-style:none inside;
}

.right
{
	text-align:right;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

#schedule
{
	text-align:left;
	font:120%;
	color:#669933;
	font-weight:bold;
	margin:5px 0 10px 130px;
} 

#schedule td
{
	padding:3px;
}
	
#schedule2
{
	text-align:left;
	font:90%;
	font-weight:bold;
	margin:10px 0 0 60px;
} 

#schedule2 td
{
	padding:3px;
}

.info
{
	font:75%;
	text-align:justify;
	background: url(images/divider.gif) no-repeat bottom center;
	margin-bottom: 18px;
	padding-bottom:45px;
    display: inline-table;
    
}



#footer
	{
		clear: both;
		color: #000000;
		background:#CCCC99;
		text-align: center;
		padding: 5px;
		font-size: 90%;
		border-top:1px solid gray;
	}
	
	#footer ul
	{
		margin: 0 0 0 0px;
		padding: 0;
		text-align:   center;
		list-style-type: none;
	}
	
	#footer li
	{
		display: block;
		padding: 5px;
	}