/* CSS Document */
.style14 {color: #A4A36B}
.style15 {color: #7D7C4D}

#wrapper {
	color: #FFFFFF;
}
#header {
}
#main {
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: none;
	letter-spacing: 0.3em;
	color: #23AD5C;
	text-align: center;
	vertical-align: text-top;
	margin-top: 5px;
}
h2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E69CBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EC9CBC;
}
p {
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sponsorBar {
	margin-top: 20px;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A4A36B;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}






/* Links within the body of the pages */
p a:link, #footer a:link, #main table p a:link {
	text-decoration: none;
	color: #7A794B;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #A1A068;
}
p a:visited, #footer a:visited, #main table p a:visited {
	text-decoration: none;
	color: #7A794B;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #A1A068;
}
p a:hover, #footer a:hover, #main table p a:hover {
	text-decoration: none;
	color: #5A5938;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #5A5938;
}
body {
	background-color: #EEEDB7;
}
