@charset "UTF-8";
/* CSS Document */
h1 {
	font-size: 1.5em;
	line-height: 130%;
	color: #287191;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	line-height: 130%;
	color: #583e1e;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	line-height: 130%;
	color: #583e1e;
	font-weight: bold;
	font-style: oblique;
}
P {
	font-size: 1em;
}
a:link {
	color: #287191;
}
a:visited {
	color: #583e1e;
}
div#leftSide ul {
	padding: 0px;
	margin: 0px;
}
div#leftSide li {
	font-size: .9em;
	font-weight: bold;
	padding-left: 25px;
	list-style: disc;
	list-style-position:inside;
	color: #583e1e;
}
div#rightSide ul {
	padding: 0px;
	margin: 0px;
}
div#rightSide li {
	font-size: .9em;
	font-weight: bold;
	margin-left: 15px;
	list-style: disc;
	list-style-position:inside;
	color: #583e1e;
}



body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	overflow:visible;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#wrapper {
	width: 980px;
	margin: 0 auto;
}
div#hd {
	background-image: url(../images/header.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	width: 976px;
	height: 282px;
}
div#hd a {
	display: block;
	width: 976px;
	height: 282px;
}
div#navigation li {
	float: left;
	height: 37px; /* height of the navigation images */
}
div#bd {
	clear: both;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	background-color: #fdfdfb;
}
div#bd div#leftSide {
	float: left;
	width: 540px;
	padding: 40px;
}
div#bd div#rightSide {
	float: right;
	width: 284px;
	background-color: #cbe5f0;
	padding: 20px;
}
div#ft {
	overflow: auto;
}
div#ft li {
	float: left;
}
.fright {
	float: right;
}
.gutterleft {
	margin-left: 20px;
}
.border {
	border: 2px solid #583e1e;
}
