@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BED7AB;
	background-image: none;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6E6852;
}
a {
	color: #336666;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #CC6699;
}
.wrapper {
	background-color: #BED7AB;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 768px;
	border: 0px solid #474633;
}
.highlight {
	background-color: #D4F0BE;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.wrapper .content {
	width: 700px;
	position: relative;
	left: 250px;
	top: -160px;
	text-align: justify;
}
.wrapper .content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #423E2D;
}
.wrapper .content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
}
.wrapper .content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #423E2D;
}
.wrapper .menu  {
	height: 300px;
	width: 150px;
	position: relative;
	left: 75px;
	top: 250px;
}
.wrapper .menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-left: 150px;
}
.content  .thumbnails  img {
	height: 100px;
	width: auto;
}
