.linkstitle {
	color: #67382e;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #4A7D42;
	font-size: 15px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
body {
	background-color: #B6C6AB;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	width: 100%;
	margin-top: 12px;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #68A665;
	border-bottom-color: #68A665;
	border-left-color: #68A665;
}

.borderbox {
	border: thin outset #6D342D;
	background-color: #D2DDCC;
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 16px;
}

ul  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	margin-right: 0px;
	padding-right: 10px;
	line-height: 16px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #512822;
	margin-left: 12px;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #512822;
	margin-left: 12px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #592625;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
}

#links a  {
	font-weight: bold;
	color: #003300;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	line-height: 35px;
}

#links a:hover  {
	color: #5EB155;
	text-decoration: underline;
	font-size: 11px;
}


li {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 10px;
	line-height: 16px;
	font-size: 12px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #63A460;
}


#menu {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 4px;
	margin-right: 4px;
}
#menu a:hover {
	color: #A9BC9C;
	font-size: 11px;
}

.description {
	font-size: small;
	color: #003300;
}
