@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 800px;
	margin-bottom: 600px;
	text-align: left;
}
.FrontPage {
	background-color: #CCC;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.FrontPage #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border: 2px solid #000000;
	top: 40px;
} 


.FrontPage #mastheadadleft{
	position: absolute;
	height: 113px;
	width: 200px;
	left: 0%;
	top: 0px;
	background-image: none;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
/* CSS Document */

.FrontPage #masthead{
	position: absolute;
	height: 113px;
	width: 525px;
	left: 200px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.FrontPage #mastheadlogo{
	position: absolute;
	height: 113px;
	width: 200px;
	top: 0px;
	left: 725px;
	background-image: none;
	border: thin none #000;
	background-color: #FFF;
}
.FrontPage #mastheadsubleft {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 0px;
	top: 113px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #FFF;
}
.FrontPage #mastheadsubcenter {
	position: absolute;
	height: 30px;
	width: 525px;
	left: 200px;
	top: 113px;
	background-image: none;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #FFF;
}
.FrontPage #mastheadsubright {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 725px;
	top: 113px;
	background-image: none;
	text-align: center;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


.FrontPage #sidebarleft{
	float: none;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 143px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}

.FrontPage #content {
	float: none;
	width: 525px;
	position: absolute;
	left: 200px;
	top: 143px;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	background-color: #FFF;
}
.FrontPage #areahappeningstable{
	position: absolute;
	height: 400px;
	left: 0px;
	top: 10px;
	background-color: #FFF;
	bottom: 410px;
	width: 200px;
	border-bottom-style: double;
}
.FrontPage #areahappeningsaccordion {
	position: absolute;
	width: 324px;
	top: 10px;
	left: 200px;
	right: 724px;
	bottom: 310px;
	background-color: #FFF;
	height: 300px;
}
.FrontPage #picturesofweek{
	height: 450px;
	width: 525px;
	top: 420px;
	position: absolute;
	left: 0px;
}


.FrontPage #sidebarright {
	float: none;
	width: 200px;
	position: absolute;
	left: 725px;
	top: 143px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	bottom: auto;
	background-color: #FFF;
}
.FrontPage .tablehover{
	text-decoration: underline;
	color: #000;
	cursor: default;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.InsidePage {
	background-color: #FFF;
	margin: 0px;
}
.InsidePage #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
.InsidePage #mastheadadleft {
	position: absolute;
	height: 113px;
	width: 200px;
	left: 0%;
	top: 0px;
	background-image: none;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
}
.InsidePage #masthead {
	position: absolute;
	height: 57px;
	width: 525px;
	left: 200px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.InsidePage #mastheadtitle {
	position: absolute;
	height: 56px;
	width: 525px;
	left: 200px;
	top: 57px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	bottom: 113px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	color: #000;
	text-align: center;
}

.InsidePage #mastheadlogo {
	position: absolute;
	height: 113px;
	width: 200px;
	top: 0px;
	left: 725px;
	background-image: none;
	border: thin none #000;
	background-color: #FFF;
}
.InsidePage #content {
	float: none;
	width: 625px;
	position: absolute;
	left: 0px;
	top: 143px;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	background-color: #FFF;
	right: auto;
	bottom: auto;
}
.InsidePage #topbuttons {
	float: none;
	width: 925px;
	position: absolute;
	left: 0px;
	top: 113px;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: 30px;
	background-color: #FFF;
	right: auto;
	bottom: auto;
}
.InsidePage #sidebarright {
	float: none;
	width: 300px;
	position: absolute;
	left: 625px;
	top: 143px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	height: auto;
	bottom: auto;
	background-color: #FFF;
}
