ul {
	list-style-position: outside;
	list-style-type: none;
}

li {
	padding: 5px;
}

.tips {
	list-style-type: square;
	list-style-position: outside;
}

.reasons {
	list-style-type: disc;
	list-style-position: outside;
}

.special {
	list-style-type: circle;
	list-style-position: outside;
}

.links {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.3;
}

.localnews {
	border: 2px solid #330000;
	padding: 5px;
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	color: #330000;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #330000;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #330000;
	text-align: left;
}

body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #330000;
	font-weight: 500;
	height: 100%;
	width: 700px;
	border-top-width: 10px;
	border-right-width: 50px;
	border-bottom-width: 10px;
	border-left-width: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
}

body a:link, body a:visited {
color: #003300;
}

body a:hover {
color: #009900;
}

#banner {
	width: 468px; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#textbody a:link, #text body a:visited {
	color: #003300;
}
#textbody a:hover {
	color: #009900;
}

#textbody {
	height: auto;
	position: relative;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
}

#mainlinks ul {
	list-style:  none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
}

#mainlinks li {
	display: inline;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	/* background-color: #FFCC99; */
}

#mainlinks a:link, #mainlinks a:visited {
	color:#003300;
	text-decoration: none;
}

#mainlinks li a:hover {
	border-top: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
}

#footer {
	padding-top: none;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	left: 0px;
}

#bottom_material {
	font-size: 75%;
	margin-top: 20px;
	margin-left: 40px;
	padding-bottom: 5px;
}
