

/* CSS Document */

body{
	font-family:"Times New Roman", Times, serif;
}

a:link {
	color: #951919;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #951919;
	letter-spacing: 1px;
	text-decoration: none;
}

p {
	text-indent: 20px;
}

.navigation-pane{
	background-color: #DCD485;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AC6161;
	border-left-color: #000000;	

}

.navigation-container {
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 20px;
}

.navigation-heading, .navigation-heading a:link, .navigation-heading a:visited {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
}

.navigation-heading a:hover {
	text-decoration: underline;
}

.navigation-item a:link, .navigation-item a:visited {
	color: #951919;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}

.navigation-item a:visited {
	color: #951919;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}

.navigation-item:hover{
	background-color: #DD974C;
}

.body {
	background-color: #F2EDD7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 20px;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

.page-heading {
	color: #BE4800;
	font-size: 24px;
	font-weight: bold;
}

.event-box{
	border: 1px solid #AC6161;
	padding: 3px;
	padding-left: 5px;
}

.event-listing-label {
	color: #951919;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer {
	background-color: #DA8F47;
	text-align: center;
	height: 75px;
	vertical-align: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AC6161;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	font-size: 12px; 
}