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


a:link {
	color: #363;
}
a:visited {
	color: #339933;
}
a:hover {
	color: #E13827;
}

li {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996699;
	border-right-width: 1px;
	border-right-color: #996699;
	padding: 3px;
	display: inline;
	font-size: 80%;
}
ul {
	padding: 5px;
	background-color: #DA3925;
	border-top: 1px solid #996699;
	border-bottom: 1px solid #996699;
	text-align: center;
}
#nav {
	position: absolute;
	top: 165px;
	height: 25px;
	width: 780px;
}
a.sidebar:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}

h3 {
	font-family: FreshScript, "Apple Chancery", sans-serif;
	font-size: 36px;
	color: #E13827;
}

