body {
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 11px;
}
.background {
	background-image: url(images/siteback.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content {
	background-image: url(images/contMid.jpg);
	background-repeat: repeat-y;
	padding: 15px 35px 15px 25px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: bold;
}

h2 {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
}


p {
	margin-top: 0px;
	margin-bottom: 7px;
}
a:link {
	color: #4A1B23;
}
a:visited {
	color: #4A1B23;
}
a:hover {
	color: #40131A;
	text-decoration: none;
}

.red {
	color: #990000;
}

.botback {
	background-image: url(images/bottomback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.inline {
	border: 1px solid #FBF9F0;
	vertical-align: top;
	padding: 10px;
}
.inline h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 7px;
}


.outline {
	border: 1px solid #D6D0BE;
}


.date {
	font-size: 10px;
	color: #F2E9CA;
	text-align: right;
	padding-right: 30px;
}
.nav {
	padding-right: 5px;
	padding-left: 15px;
}
.calTop {
	font-weight: bold;
	background-color: #481B22;
	color: #FFFFFF;
}
.calUnd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #401119;
}
a.button:link {
	color: #FFFFFF;
	background-color: #660000;
	display: inline;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	margin: 10px;
}
a.button:visited {
	color: #FFFFFF;
	background-color: #401119;
}

a.button:hover {
	color: #FFFFFF;
	background-color: #333333;
}

