@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}

#container {
	padding: 0px;
	height: 100%;
	width: 669px;
	margin: 0 auto;
	/*position: relative;*/
}

#header {
	background-image: url(images/header.jpg);
	height: 279px;
	width: 669px;
	margin: 0 0 42px 0;
	padding: 0px;
	background-position: center top;
}

a.return_home:link, a.return_home:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	width: 145px;
	display: block;
}
a.return_home:active, a.return_home:hover {
	font-size: 11px;
	font-weight: bold;
	color: #A3C5BB;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	width: 145px;
	display: block;
}
.content {
	padding: 0 202px 0 47px;
	width: 420px;
	background-image: url(images/key.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6d0014;
}
.green_text {
	color: #647b3c;
	font-weight: bold;
}
.calendar {
	display: block;
	padding: 0px;
	height: auto;
	width: 625px;
	margin: 30px 0 30px 44px;
}

#footer_container {
	background-color: #6e0014;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 35px;
}

#footer-wrapper {
	width: 100%;
	display: block;
	position:relative;
	bottom: 0;
	text-align: center;

}

.footer {
	color: #FFFFFF;
	width: 625px;
	margin: 0 auto;
	padding: 35px 0 0px 44px;
}

a.email:link, a.email:visited {
	color: #2c6c70;
	text-decoration: none;
}

a.email:active, a.email:hover {
	color: #2c6c70;/*#A3C5BB;*/
	text-decoration: underline;
}

