﻿/* CSS layout */
li > a {
	font: inherit;
	color: #CC9966;
}

li > a:link {
	color: inherit;
	text-decoration: none;
}


li > a:visited {
	text-decoration: none;
}

li > a:hover {
	border-bottom-style: solid;
	border: thin;
}

li > a:active {
	border: thin #000000 dashed;
}


body {
	margin: 0;
	padding: 3px;
	bottom: 0;
	background-color: #FFFFFF;
	max-width: 950px;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 84px;
	right: 0px;
	background-color: #006699;
	text-align: right;
	background-image: url('images/header_ticker.gif');
	background-repeat: repeat-x;
}

#headertext {
	background: url('images/header_ticker.gif') repeat-x;
	font-family: "Palatino Linotype";
	font-size: large;
	position: absolute;
	top: 0px;
	left: 205px;
	height: 84px;
	width: 393px;
}

#logo {
	left: 0;
	top: 0;
	position: absolute;
}

#top_nav {
	position: absolute;
	top: 0;
	left: 204px;
	right: 0px;
	background-color: #CCCCCC;
	height: 32px;
	z-index: 0; 
}

#container {
	border-top: 8px #000000 solid;
	top: 84px;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	bottom: 2px;
}

#left_col {
	width: 204px;
	top: 0;
	position: absolute;
	background-color: #003366;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CC9966;
	height: 259px;
}

#right_col {
	border-style: none;
	border-color: inherit;
	border-width: medium;
width: 107px;
		position: absolute;
		top: 59px;
		height: auto;
		right: 8px;
		background-color: #FFFFFF;
}

#page_content {
	position: absolute;
	top: 63px;
	right: 116px;
	background-color: #FFFFFF;
	margin-left: 7px;
	max-width: 600px;
	left: 202px;
	height: auto;
}

#footer {
	border-top: 8px #000000;
	position: absolute;
	bottom: 1px;
	height: 39px;
	left: 204px;
	right: 0;
}

#date {
	left: 202px;
	height: 20px;
	position: absolute;
	top: 33px;
	right: 23;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 3px;
	padding-top: 5px;
}

}
.menulist {
	list-style: none;
	color: #CC9966;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_lower {
	color: #CC9966;
	padding: 4px;
	left: 0px;
	width: 196px;
	position: absolute;
	font-size: x-small;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #003366;
}

.contenthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

.wkday {
	text-align: left;
}
table#table1 col.dayofmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	width: 25px;
	text-align: right;
	font-weight: bold;
}
col.name tbody td {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.name {
	width: 150px;
}
.monthhead {
	font-weight: bold;
	padding-right: 10px;
	margin-right: 5px;
	width: 305px;
	height: 15px;
	padding-bottom: 10px;
}
.dayofmonth {
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
}
