* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 75%;
	height: 100%;
	width: 100%;
	color: #000000;
	background-position: left top;
	background-attachment: fixed;
}

h1 {
	margin-bottom: 10px;
	font-size: 1.4em;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
}


p {
	margin-bottom: 10px;
}

.mainContent ul {
	padding-left:1em;

}
.block {
	display: block;
}


.frame {
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	overflow: visible;
	min-height: 100%;
	left: auto;
	right: auto;
	bottom: 0px;
}
.headerBar {
	background-color: #123805;
	height: 22px;
	border: 1px solid #FFFFFF;
	width: 1000px;
}
.header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 1000px;
}


.content {
	display: block;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #0068bd;
	position: absolute;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 1000px;
	overflow: inherit;
}
.content .left {
	float: left;
	width: 221px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	padding-bottom: 240px;
}
.content .right {
	min-height: 96%;
	width: 778px;
	float: left;
	display: block;
	overflow: visible;
	padding-bottom: 100px;
}
.content .right .mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 100%;
	min-height: 500px;
}

.content .rightFooter {
	float: right;
	height: 100px;
	width: 758px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	bottom: 0px;
	position: absolute;
}
.content .left a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 1.1em;
	font-weight: bold;
}
.content .left a:hover {
	color: #CCCCCC;
	padding-left: 3px;
}
.content  .left  ul.menu {
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 0px;
	display: block;
}
.content  .left  ul.menu li {
	padding-right: 20px;
	padding-left: 14px;
	list-style-type: none;
	display: block;
}
.content .left ul.menu li ul {
	margin-top: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
}

.content .left ul.menu li ul li a {
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content .left ul.menu li ul li a:hover {
	padding-left: 1px;
	color: #CCCCCC;
}
.content table.walks {
	width: 99%;
}

.content  .walks  th    {
	background-color: #0068BD;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.content  .walks  td    {
	background-color: #EEEEEE;
	padding: 4px;
	color: #000000;
}
