html, body {
	margin: 0px;
	height: 100%;
}
body {
	background-color: #00adef;
	background-image: url(body.gif);
	background-repeat: repeat-y;
	background-position: left;
	cursor: default;
}
body, th, td, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	color: #ff059d;
	font-size: 14px;
}
h2 {
	font-size: 12px;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#container {
	min-height: 100%;
}

#header {
	background-image: url(header.gif);
	height: 50px;
}
#header ul.menu {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style: none;
}
#header ul.menu li {
	display: inline;
	float: left;
}
#header ul.menu li a {
	width: 72px;
	height: 32px;
	padding-top: 18px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-decoration: none;
	color: #000000;
	text-align: center;
}
#header ul.menu li a:hover {
	background-image: url(header_menu_active.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
#header ul.menu li a.active {
	background-image: url(header_menu_active.gif);
	background-repeat: no-repeat;
	background-position: center;	
	color: #ffffff;
}

#flash {
	width: 783px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: solid 1px #ffffff;
	background-image: url(flash.gif);
	background-repeat: no-repeat;
	background-position: 800px top;
}

#main {
	width: 784px;
	min-height: 404px;
	background-image: url(main.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main ul.menu {
	width: 200px;
	float: left;
	margin-top: 25px;
}
#main ul.menu li {
}
#main ul.menu li a {
	width: 177px;
	height: 20px;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #265d6d;
}
#main ul.menu li a:hover {
	background-image: url(main_menu_hover.gif);
	background-repeat: no-repeat;
}
#main ul.menu li a.active {
	background-image: url(main_menu_active.gif);
	background-repeat: no-repeat;
}
#main div.content {
	float: left;
	width: 480px;
	line-height: 24px;
	padding: 10px;
}
#main div.content a {
	color: #036083;
	font-weight: bold;
	text-decoration: none;
}
#main div.content a:hover {
	color: #00adef;
}

.floathelper {
	clear: both;
}

#calendar {
	display: inline;
}
#calendar table {
	width: 200px;
	border: solid 1px #666666;
}
#calendar th, #calendar td {
	text-align: center;
	vertical-align: middle;
}
#calendar td {
	color: #666666;
}
#calendar .day {
	width: 25px;
	height: 25px;
	color: #666666;
}
#calendar .today {
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	font-weight: bold;
	background-color: #a6948e;
	border: solid 1px #ffffff;
}
#calendar .link {
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #cccccc;
}
#calendar a {
	text-decoration: none;
	font-weight: bold;
}
#calendar a:hover {
	text-decoration: none;
	font-weight: bold;
}
#calendar .footer {
	padding-left: 5px;
	padding-right: 5px;
	color: #999999;
}
