body {
	background-attachment: fixed;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.cont {
	width: 100%;
}

.head {
	position: absolute;
	top: 0px;
	left: 11.5em;
	height: 5.1em;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 0px 5px;
	z-index : 0;
	text-align: center;
	border-bottom: 1px solid #000;
	background-color: white;
}

.llogo {
	background-color: white;
	width: 150px;
	height: 150px;
	text-align: center;
	padding-left: 10px;
}

.rlogo {
	position: relative;
	float: right;
	background-color: white;
	text-align: center;
	right: 1%;
}

.banner {
/*	float: left; */
	background-color: white;
	text-align: center;
}

.navbar {
	position : absolute;
	top : .5em;
	left : 1%;
	width : 11em;
	z-index : 1;
	padding : 0em;
	background-color: white;
	border-right: 1px groove #000;
	border-bottom: 1px groove #000;
}

.page {
	margin-top : 4em;
	margin-left : 12em;
	padding : 1em;
	margin-right : 1em;
}

.date {
	text-decoration: underline;
}

.current {
	font-weight: bold;
	color: red;
}

a:link,a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #006600;
}

a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	color: #009999;
	background-color: #CCFFCC;
}

H1 {
	font-size: larger;
	font-weight: bold;
}

th{
	text-align: left;
	text-decoration: underline;
	vertical-align: top;
}

.small {
	font-size: xx-small;
}