/*la de daaaaaaaaa*/
body {
	//background-image: url(bg.bmp);
	background-color: #004040;
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-size: .7em;
	margin: 0;
	height: 100%;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: line-through;
}
p {
	margin-left: 5px;
	margin-right: 5px;
}

#mainbg {
	width: 700;
	margin-left: 100px;
	margin-right: auto;
	background: url(backgroundt.png) repeat-y;
}
#main {
	width: 566;
	margin-left: 109px;
	margin-right: auto;
	background-color: transparent;
}

#menu {
	background-color: #117777;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 20px;
	font-size: 1.2em;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	//font-size: 1em;
	font-weight: bold;
}

#menu a:hover {
	color: #c2c2c2;
}

#menu strong {
	color: #000000;
	//font-size: 1.3em;
	font-weight: bold;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000000;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 5px;
	border: 1px solid #000000;
	padding: 2px;
}
#hometab {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 255px;
}
#left {
	float: left;
	width: 200px;
	margin: 0px 10px 0 0;
	//padding: 2px;
}
#right {
	float: right;
	width: 310px;
	margin: 20px 10px 0 0;
	border: 1px solid #000000;
	padding: 2px;
}
#headergraphic {
	/*the banner is 130 by 700*/
	height: 130px;
	background-image: url(images/head.png);
	background-position: top left;
	background-repeat: norepeat;
	width: 700px;
	//background-color: #000000;
	margin-left:101px;
}

#content {
	//width: 565px;
	overflow: auto;
	width: 100%;
	//height: 100%;
	//background: url(background.jpg) center repeat-y;
	//color: #117777;
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-color: #006666;
	font-size: 1em;
	margin: 0;
}
#footer {
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	//top: 95%;
	//width: 619px;
	width: 700px;
	margin-left:100px;
	height: 100px;
	margin-bottom: 0px;
	background-position: right top;
	background: url(images/footer.png);
	background-repeat: norepeat;
	//background-color: #117777;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
	}


#content a:link {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #222222;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
	text-decoration: underline;
}

#content a.vid:link {
	color: #004040;
	border: 1px solid #004040;
	text-decoration: none;
	}
#content a.vid:visited{
	color: #004040;
	border: 1px solid #004040;
	text-decoration: none;
	}
#indented {
	margin-left: 40px;
	//padding-left: 30px;
	}
#content h2 {
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	font-size: 1.3em;
	padding-left: 10px;
}

#content h3 {
	background-color: #000000;
	height: 18px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
}
#content h4 {
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: -10px;
}

ul.events {
	list-style-type:none;
	font-weight: bold;
	font-size: 1.2em;
}
ul.events ul {
	list-style-type:none;
	font-weight: normal;
	font-size: .84em;
}