/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-left: 20px;
}
p {
	padding-left: 20px;
	line-height: 120%;
}


a:link {
	color: #9a3630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9a3630;
}
a:hover {
	text-decoration: none;
	color: #737272;
}
a:active {
	text-decoration: none;
	color: #9a3630;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-left: 20px;
	text-transform: none;
}
h1 {
	font-size: 150%;
	color: #000000;
}
h2 {
	font-size: 130%;
	color: #000000;
}
h3 {
	font-size: 130%;
	color: #9a3630;
}#Navigation {
	background-color: #c6c6c6;
	height: 36px;
	background-position: center;
	text-align: center;
	font-size: 90%;
}
#Navigation ul {
	padding: 0px;
	list-style-type: none;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Navigation ul li {
	display: inline;
	background-position: center;
}
#Navigation ul li a {
	float: left;
	height: auto;
	text-decoration: none;
	border: 1px solid #fefceb;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	text-align: center;
	margin-left: 5px;
	padding: 3px;
	font-size: 70%;
}


#Navigation ul li a:link, #Navigation ul li a:visited {
	color: #000000;
	background-color: #D3D1BA;
	font-weight: bold;
	font-size: 80%;
}
#Navigation ul li a:hover {
	color: #9a3630;
}

.homelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D3D1BA;
	padding: 10px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #fefceb;
	background-position: center;
	text-align: center;
	height: auto;
	line-height: normal;
	width: auto;
}
.footer {
	font-size: 70%;
	color: #737272;
	background-position: center;
}

.homelink a:link, .homelink a:visited {
	text-decoration: none;
	color: #000000;
}

.homelink a:hover {
	color: #9a3630;
}

.borderRight {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9a3630;
}
.mainStrokeRight {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C6C6C6;
}
.RightColStrokeLeft {
	margin-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C6C6C6;
}
