html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #ffffff url('images/backbar.jpg') repeat-x;
	font: normal 90% "Trebuchet MS", Helvetica, Tahoma, Sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #583a2c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #a25d3a;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	color: #583a2c;
	font: normal 30px Georgia, Georgia, serif;
	margin: 0 0 20px 0;
}
h2 {
	color: #808080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;
}
h3 {
	color: #583a2c;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;
}
h4 {
	color: #a25d3a;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
h5 {
	color: #404040;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
h6 {
	color: #a25d3a;
	font: bold 90% Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;
}
hr {
	background-color: #583a2c;
	color: #583a2c;
	height: 1px;
	width: 80%;
}
#wrapper {
	background-image: url('images/back2.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
#global {
	background-image: url('images/global.jpg');
	height: 25px;
	color: #ffffff;
	padding: 5px 20px 0 0;
	text-align: right;
	font: 75% small-caption;
}
#global a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#global a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 210px;
	text-align: right;
	padding: 0 10px;
}
#logotext {
	float: left;
	width: 480px;
	height: 140px;
	text-align: left;
	padding-left: 20px;
}
#content {
	width: 570px;
	float: left;
	text-align: justify;
	padding: 5px 15px 5px 15px;
}
#sidebar {
	width: 270px;
	float: right;
	text-align: left;
	font-size: 90%;
	line-height: 20px;
	padding: 5px 15px;
}
#sidebar a {
	color: #583a2c;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #a25d3a;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	clear: both;
	height: 60px;
	background: url('images/footer.jpg') no-repeat;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	padding: 20px 0 0 0;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	color: #583a2c;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #c0c0c0;
	text-decoration: overline underline;
	font-weight: bold;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;
}
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;
}
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;
}
.centertext {
	text-align: left;
}
.righttext {
	text-align: right;
}
ul {
	list-style-image: url('images/bullet2.jpg');
	list-style-type: none;
}
ul ul {
	list-style-image: url('images/bullet.jpg');
	list-style-type: none;
}
ol ol {
	list-style-type: lower-alpha;
}
blockquote {
	background-color: #fefefe;
}
