/* html tag styles */

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #F6F2F0;
	margin: 15px 10px 15px 10px;
}
ul, li, td, tr {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	color: #4D4D4D;
}
ul, li {
	line-height: 18px;
	list-style-position: outside;
	list-style-type: circle;
}
img.border {
	border-color: #C8BEB6;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin: 5px 1px 5px 1px;
}

/* form styles */
form {
	font-family: Trebuchet MS;
	font-size: 13px;
}
select, input, textarea {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #685242;
	background: #F6F2F0;
	border: 1px solid #685242;
}
textarea:focus, input:focus, select:focus {
	background: #ECE8E6;
}
.button {
	font-family: Trebuchet MS;
	font-size: 13px;
	background: #F6F2F0 url("images/form_button.gif");
	border: outset 1px;
	font-weight: bold;
	color: #685242;
}

/* table styles */

.edge {
	background-color: #DED8D4;
	background-image: url('images/edge.png');
	background-repeat: repeat;
	width: 15px;
}
.sidebar {
	background-color: #C8BEB6;
	background-image: url('images/sidebar.png');
	background-repeat: repeat;
	width: 230px;
	vertical-align: top;
}
.content {
	background-color: #FFFFFF;
	background-image: url('images/content_top.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 680px;
	height: 450px;
	vertical-align: top;
	padding: 15px 12px 0px 12px;
}
.newsbar {
	font-size: 11px;
	color: #685242;
	padding: 5px 15px 20px 15px;
}
.address {
	background-image: url('images/footer_sidebar.png');
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	color: #403126;
	letter-spacing: -0.2px;
}
.footer {
	background-image: url('images/footer_content.png');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #685242;
	padding: 15px 0px 0px 0px;
}
.textblock {
	padding: 15px 2px 10px 2px;
}

/* font styles */

div #justify {
	text-align: justify;
}
.title {
	font-size: 19px;
	font-weight: bold;
	color: #4D2C11;
	padding: 5px 0px 7px 0px;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #A65922;
	padding: 5px 0px 5px 0px;
}
.small {
	font-size: 11px;
	color: #685242;
}
.formrow {
	color: #685242;
	font-style: italic;
	text-align: right;
	white-space: no-wrap;
}

/* link styles */
a:link, a:visited, a:active {
	color: #A65922;
	text-decoration: none;
}
a:hover {
	color: #C8BEB6;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #685242;
	text-decoration: none;
}
a.alt:hover {
	color: #8E552B;
	text-decoration: none;
}

