@charset "UTF-8";
/* CSS Document */

a:link {color: #6e382f;
	text-decoration: none;
}
a:active {color: #660033;
	text-decoration: none;
}
a:visited {color: #6e382f;
	text-decoration: none;
}
a:hover {color: #6e382f;
	text-decoration: underline;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bodyBorderLeft {
	background-image:url(images/body_border_left.png);
}

.bodyBorderRight {
	background-image:url(images/body_border_right.png);
}

h1, h2, h3, h4, h5 {
	color: #351106;
	margin-left: 38px;
	margin-right: 0px;
}

li {
	color: #351106;
}

.maincontent {
	color: #351106;
	margin-left: 38px;
	margin-right: 38px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 16px;
	/*font-weight: bold;*/
}

.med {
	color: #351106;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 13px;
}

.sml {
	color: #351106;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 11px;
}

.smlbody {
	color: #351106;
	margin-left: 38px;
	margin-right: 38px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 11px;
}

.textField {
	background-color:#c2a68d;
	border-style: none;
	border: 1px dotted #374715;
}

.thumbs {
	border: 1px solid #351106;
	}

ul {
	margin-left: 30px;
}
