body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	background-color: #8cd2f4;
	background-image: url('Images/side_800.png');
	background-repeat: repeat-x;
	overflow: auto;
	margin: 0px;
}

a:visited, a:active {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}

li {
	list-style-type: square;
}

.HeaderText {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}

.Selected {
	color: #ffffff;
}

.Location {
	position: absolute;
	left:240px;
	top: 29px;
	width: 320px;
	text-align: center;
	font-size:17px;
	font-weight: bold;
	color: #fcfcfc;
}

.HeaderDate {
	position: absolute;
	left:240px;
	top: 75px;
	width: 320px;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	color: #333333;
}

.MainPane {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
}

.TopPane {
	width: 100%;
	height: 100px;
	text-align: center;
	overflow: hidden;
	background-image: url('Images/top_800.png');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
}

.LeftPane {
	width: 195px;
	float: left;
	margin-right: 10px;
}

.MiddlePane {
	width: 338px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.RightPane {
	width: 195px;
	float: left;
	margin-left: 10px;
}

.RSSLink {
	padding-top: 3px;
	padding-bottom: 3px;
}

.LinkArrow {
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: right;
}

.ActiveButtonMiddle{
	background-image: url('Images/nav_on_02.png');
	background-repeat: repeat-x;
	height: 24px;
	font-weight: bold;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	width: 175px;
	text-align: center;
}

.InactiveButtonMiddle{
	background-image: url('Images/nav_off_02.png');
	background-repeat: repeat-x;
	height: 24px;
	font-weight: normal;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	width: 175px;
	text-align: center;
}

