@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #999999;
}
#container {
	width: 800px;
	margin: 0 auto;
	margin-top:10px;
	text-align: left;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	color: #333333;
} 
#header {
	background-color: #333333;
	background-image: url(images/header-calendar.jpg);
	height: 120px;
	background-repeat: no-repeat;
	margin: 0px;
	border: 5px solid #333333;
	background-position: center top;
	position: relative;
} 
#header div.headline {
	background-image: url(../images/semi.png);
	position: absolute;
	width: 100%;
	bottom: 10px;
	right: 0px;
}
#header h1 {
	color: #FFFFFF;
	font-size: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	letter-spacing: -1px;
	padding-right: 120px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 5px;
	width: auto;
} 
#footer {
	background-color: #005500;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 66%;
	text-align: center;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	color: #006600;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#mainContent h1.cursive {
	font-size: 320%;
	margin-left: 25%;
	margin-bottom: 0px;
	font-style: italic;
}
#mainmenu {
	background-color: #005500;
	height: 2em;
	margin-top: 5px;
	color: #FFFFFF;
}
#footer a {
	color: #CCCCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.hidden {
	position: absolute;
	top: -500px;
}
#mainmenu #nav li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #003300;
}
#mainContent a, #sidebar  a {
	color: #000066;
	text-decoration: none;
}
#mainContent p a:hover, #mainContent li a:hover, #sidebar  a:hover {
	border-bottom-style: dashed;
	border-width: 1px;
	border-bottom-color: #000066;
}
#mainContent p {
	margin-top: 0px;
	margin-bottom: 0.75em;
	line-height: 1.3em;
}
dl {
	width: 85%;
	margin-left: 5%;
}
dt {
	color: #006700;
	font-weight: bold;
}dl dl {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
