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

#contentheader {
	background-image: url(../layout/images/contentheader.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 580px;
}
#contentfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A6448;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 100px;
}

#content {
	background-color: #e5dfca;
	background-image: url(../layout/images/contentbg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A6448;
	width: 580px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9966;
	font-weight: bold;
}
#content a:link {
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	text-decoration: none;
	color: #CC9966;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#content a:active {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f2ebd4;
	scrollbar-highlight-color: #f2ebd4;
	scrollbar-face-color: #f2ebd4;
	scrollbar-shadow-color: #f2ebd4;
	scrollbar-3dlight-color: #f2ebd4;
	scrollbar-arrow-color: #8A6448;
	scrollbar-track-color: #f2ebd4;
	scrollbar-darkshadow-color: #f2ebd4;
}
#contentfooter {
	background-color: #E5DFCA;
	background-image: url(../layout/images/contentfooter.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 84px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #CC9966;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC9966;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A6448;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8F8A70;
	letter-spacing: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7A18E;
}
.field {
	background-color: #A7A18E;
	color: #FFFFFF;
	border: 1px solid #F2EBD4;
	list-style-type: none;
}
a img {
	border: 2px solid #cc9966;
}
a:hover img {
	border: 2px solid #8a6448;
}
