body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	font-size: 11px;
	color: #666666;
	background-repeat: repeat-x;
	background-color: #DDF1FC;
}
.top_border {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #443027;
}
.footer {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #443027;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #443027;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #443027;
	text-decoration: none;
}
.menu {
	padding-bottom: 25px;
}
.sidebar {
	padding-right: 40px;
	padding-left: 40px;
}
a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #636467;
}
a:hover {
	text-decoration: underline;
	color: #443027;
}
a:active {
	text-decoration: none;
	color: #636467;
}
.dotted_border {
	border: 1px dotted #443027;
}
