@charset "utf-8";
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #FFF;
}


#breadcrumbs {
	text-decoration: none;
	height: 2em;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 0.8em;
	padding-right: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-left: 1em;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
}
#breadcrumbs a:hover {
	text-decoration: none;
	background-color: #E1F0FF;
	border: 1px solid #666;
}

#header #banner {
	margin: 0px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #000;
	border-left-color: #FFF;
	border-top-style: double;
}
#graphic {
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
#calendar {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#footer {
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
	padding-top: 5px;
}
#footer p .footerBold {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
