@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
#wrapper {
	width: 701px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
body {
	background-color: #cba977;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color:#364a5b;
}
a:link {
	font-weight: bold;
	color:#364a5b;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#9a1e21;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color:#364a5b;
	text-decoration: none;
}
.indent {
	text-indent: 20px;
}
#content {
	background-color: #f7efdd;
	background-image: url(/images/head-small.jpg);
	background-repeat: no-repeat;
	height: 630px;
}
#content.notes {
	height: 2550px;
}
#col1	{
	clear: bottom;
	float: left;
	width: 160px;
	margin-top: 160px;
	padding: 30px 30px 0px 30px;
}
#col2	{
	float: left;
	clear: bottom;
	width: 440px;
	margin-top: 160px;
	padding: 30px 30px 0px 10px;
}
#col1.notes	{
	clear: bottom;
	float: left;
	width: 160px;
	margin-top: 160px;
	padding: 30px 30px 0px 30px;
}
#col2.notes	{
	float: left;
	clear: bottom;
	width: 440px;
	margin-top: 160px;
	padding: 30px 30px 0px 10px;
}
#bottombar {
	background-color: #4a5b6b;
	float: left;
	width: 701px;
	height: 6px;
}
#footer {
	float: left;
	clear: both;
	width: 701px;
	margin-top: 15px;
}
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #592f2e;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #592f2e;
}
#footer a:visited {
    color: #592f2e;
}
#footer a:hover {
    color: #f7efdd;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9a1e21;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #4a5b6b;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #9a1e21;
	text-decoration: none;
}
