body {
	background-image:   url(../images/back.jpg);
	background-color: #e0dcd0;
	background-repeat: repeat-y;
	font: normal 13px arial, helvetica, serif;
}
#navigation {
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	width: 105px;
	left: 5px;
	top: 119px;
	visibility: visible;
}

#header {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: 115px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#content {
	position: absolute;
	top: 125px;
	left: 140px;
	width: 500px;
	z-index: 2;
}

#footer {
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBD7D5;
	font-family: arial, helvetica, serif;
	font-size: 12px;
}

h1 {
	font-family: arial, helvetica, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #16344C;
	font-family: arial, helvetica, serif;
	text-decoration: underline;
}

.bordertext {
	font-size: 13px;
	font-family: arial, helvetica, serif;
	padding: 5px;
	border-top: none;
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
}
.subtitle {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #E0DDCF;
	padding: 5px;
}
.agenda td {

	font-size: 13px;
	font-family: arial, helvetica, serif;
	padding: 5px;
	border-right: none;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
}
.agenda {
	border-right: 1px solid #6699CC;
}
#sidebar {
	position: absolute;
	left: 659px;
	z-index: 200;
	width: 139px;
	top: 120px;
	padding: 2px;
}
a {
	color: #1E4648;
}

	a:hover {
	color: #FF0000;
	text-decoration: none;
}
