/* CSS Document */

a, a.visited, a.hover, a.active {
color:#FFFFFF
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background: #660000;
}
p{
	color: #FFFFFF;
	margin: 5px 5px 15px 10px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;
}

h1{
	background-color: #CC0000;
	border: none;
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 10px;
	padding: 5px;
}

.calendar{
	background-color: #7DA6EE;
	border: none;
}

.calendar-head{
	background-color: #4B85EB;
	border: none;
	color: #FFFFFF;
	text-align: center;
}

.calendar-taken{
	background-color: FF0000;
	border: none;
}

.caption{
	font-size: 11px;
	padding-left: 5px;
}

.heading{
	border-bottom: dotted;
	border-bottom-color: #00008B;
	border-bottom-width: 1px;
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
}

.menu-item {
	text-align: left;
}

#left {
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 145px;
	width: 269px; /*border: 1px solid #E3EDF5;*/
	height: auto;
}

#main {
	background: #660000;
	left: 268px;
	overflow: hidden;
	position: absolute;
	top: 146px;
	width: 595px;
	margin: 0px;
	padding: 0px;
}

