@charset "UTF-8";
/* CSS Document */

#academydays {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #251202;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 200px 300px;
	background-image: url(images/ad2010_sign.jpg);
}
#academydays h1  {
	color: #251202;
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#academydays h2 {
	color: #251202;
	font-size: 14px;
	margin: 0px;
}
#academydays h3 {
	color: #FFF;
	font-size: 12px;
	background-color: #251202;
}
#academydays h4 {
	color: #251202;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}
#academydays a:link {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #EAE3DB;
	padding-bottom: 2px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #251202;
}
#academydays a:visited {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #EAE3DB;
	padding-bottom: 2px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #251202;
}
#academydays a:hover {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #251202;
	padding-bottom: 2px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #251202;
}
#academydays a:active {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #EAE3DB;
	padding-bottom: 2px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #251202;
}
