html,body {
	height: 100%;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFE4C4;
	background-position: top;
	background-image: url(images/bg.jpg);
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
}

p {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #241A00;
}

h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #241A00;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #241A00;
	text-align: center;
}

.sub {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #241A00;
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #241A00;
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #644900;
	text-decoration: underline;
}

.contact {
	font-family: Arial, sans-serif, helvetica;
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}

a.contact:link {
	font-family: Arial, sans-serif, helvetica;
	color: #000033;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.contact:visited {
	font-family: Arial, sans-serif, helvetica;
	color: #000033;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.contact:hover {
	font-family: Arial, sans-serif, helvetica;
	color: #770005;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


a.menu:link {
	font-family: "Comic Sans MS",Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	margin: 0px;
	width: 158px;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #C76212;
	background-color:#E0842F;
}

a.menu:visited {
	font-family: "Comic Sans MS",Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	margin: 0px;
	width: 158px;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #C76212;
	background-color:#E0842F;
}

a.menu:hover {
	font-family: "Comic Sans MS",Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	width: 158px;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #E0842F;
	background-color:#FEA151;
}

a.menutall:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	padding: 2px;
	line-height: 50px;
	border: solid;
	border-width: thin;
	border-color: #C76212;
	background-color:#E0842F;
}

a.menutall:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #C76212;
	background-color:#E0842F;
}

a.menutall:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #770005;
	text-decoration: none;
	padding: 2px;
	border: solid;
	border-width: thin;
	border-color: #E0842F;
	background-color:#FEA151;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #333366;
}

dd {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000033;
}


.smaller {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #333366;
}

