/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, img {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 20px;
	background-image:url(../images/main_background.jpg);
	/*background-image:url(../images/blue_background.gif);*/
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
}

#Wrapper {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	border: thin solid #FFFFFF;
	margin-top:25px;
}

#Header {
	width: 700px;
	height: 85px;
	/*background-color: #835900;*/
	text-align: left;
	/*background-image: url(../images/top_header.gif);
	background-repeat: no-repeat;
	background-position: center top;*/
}

#Leftcol {
	margin-left: 25px;
	margin-top: 15px;
	/*width: 20%;*/
	margin-bottom: 15px;
	float: left;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	width: 10%;
}

#Leftcol a {
	text-decoration:none;
}

#Leftcol a:hover {
	text-decoration:underline;
}

#Leftcol ul {
	font-size:12px;
	line-height:17px;
	margin-left: 0px;
}

#Leftcol li {
	color:#f68db9;
	list-style-type: circle;
}

.green {
	color: #126634;
	font-weight: bold;
}

.pink {
	color: #f68db9;
	font-weight: bold;
}

.blue {
	color: #86cde1;
	font-weight: bold;
}

.brown {
	color: #5e433a;
	font-weight: bold;
}

.purple {
	color: #bc84a1;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

.gallerytext {
	font-size: 11px;
	line-height: 13px;
}

#ContentBox {
	background-image:url(../images/content_background.gif);
	background-repeat: repeat-y;
}

#Content {
	padding: 10px;
	/*margin-top: 10px;*/
	margin-right: 85px;
	/*margin-bottom: 10px;*/
	margin-left: 160px;
}

#Walleye {
	padding:0px;
	margin:35px 0px 0px -50px;
	float:left;
	width: 220px;
}

#RightNav {
	margin:50px 0px 0px;
	float:right;
	padding:0px;
}

#Content h2 {
	color: #000000;
	font-size:16px;
}

#Content h3 {
	font-size: 15px;
}

#Content img {
	margin-top:10px;
}

#Content a {
	text-decoration: none;
	color: #000099;
}

#Content a:hover {
	text-decoration: underline;
	color: #000099;
}

#SubPageContent {
	padding: 10px;
	/*margin-top: 10px;*/
	margin-right: 85px;
	/*margin-bottom: 10px;*/
	margin-left: 160px;
	font-size: 12px;
}

#SubPageContent h2 {
	color: #000000;
	font-size:16px;
}

#SubPageContent h3 {
	font-size: 15px;
}

#SubPageContent img {
	margin-top:10px;
}

#SubPageContent a {
	text-decoration: none;
	color: #0000FF;
}

#SubPageContent a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#Footer {
	clear: both;
	/*float: right;*/
	text-align:center;
	/*word-spacing: 15px;*/
	letter-spacing: 2px;
	font-size: 9px;
	font-weight:bold;
	/*width: 700px;*/
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:inherit;
}

#Footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#Footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#BottomSpacer {
	float:right;
	text-align:center;
}
