@charset "utf-8";
/* CSS Document */
*
{
	padding:0px;
	margin:0px;
}
body {
	background-attachment: scroll;
	background-image: url(../images/sand.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
#content h1 {
	font-size: 28px;
	font-weight: normal;
	color: #004883;
	padding-bottom: 10px;
}
.bluebox {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #004883;
	text-align: left;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
}

td {
	padding: 6px;
}
h4 {
	font-weight: bold;
	color: #004E88;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center
}
 
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004883;
	border-left-color: #004883; 
} 

#content {
	width: 860px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004883;
	border-left-color: #004883; 	
} 
.calendarHeader {
	font-size: 18px;
	font-weight: bold;
}
.calendarToday {
	border: 2px solid #00F;
}
.calendar {
	border: 1px solid #CCC;
}

