html {
	background-color: #80AB8F;
	margin: 0px;
	padding: 0px;
}
/* ----- Page Layout BEGIN ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	background-image: url(../images/bodyrepeat.jpg);
	background-repeat: repeat-x;
	background-color: 81ac8f;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#DivBody {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: 10px solid #FFF;
}
#DivHeader {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#DivContent {
	margin: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 210px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#DivFooter {
	padding: 0px;
	margin: 0px;
}
#DivBike {
	height: 450px;
	width: 450px;
	float: right;
}



/* ----- Page Layout END ----- */


/* ----- Styled Anchor Tags BEGIN ----- */

a:link {
	text-decoration: none;
	color: #FF090F;
}
a:visited {
	color: #D20000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FCFCBD;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 36px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	width: 500px;
	text-align: right;
	margin-left: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #558D66;
	background-image: url(../images/bodyrepeat.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1A3121;
	border-right-color: #09110B;
	border-bottom-color: #09110B;
	border-left-color: #1A3121;
	letter-spacing: .2em;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	text-indent: 20px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


p {

}
th {
	background-color: #D8EBDE;
}
td {
	font-weight: bold;
}

#TopNav {
	text-align: center;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	padding: 2px;
}

#divlinks a:link, #divlinks a:visited, #divlinks a:active {
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #96AF32;
	border: 1px solid #256F3C;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#divlinks a:hover, #divlinks a.current:link, #divlinks a.current:visited {
	color:#96AF32;
	background-color: #FFF;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}
.red {
	color: #FF0000;
}.imgpad {
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.greenborder {
	padding: 5px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	background-image: url(../images/bodyrepeat.jpg);
	background-repeat: repeat;
	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: #1A3121;
	border-right-color: #09110B;
	border-bottom-color: #09110B;
	border-left-color: #1A3121;
	background-position: left bottom;
}

.ten {
	font-size: 10px;
}
.twelve {
	font-size: 12px;
}
.whtborder {
	border: 4px solid #FFF;
}
