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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#top {
	width: 100%;
	background-color: #716558;
	color: #fff;
	font-size: 8pt;
	padding-top: 6px;
	padding-bottom: 5px;
}

#top div {
	width: 1000px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 30px;
}

#logo {
	margin-left: 10px;
	float: left;
	width: 179px;
}

#menu {
	float: right;
	width: 800px;
}

#menu a {
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
	margin-left: 50px;
	padding-bottom: 12px;
	color: #444;
	font-weight: bold;
	margin-top: 10px;
}

#menu a.active, #menu a:hover {
	border-bottom: 3px solid #da1964;
}

#content {
	margin-top: 30px;
	border-top: 1px solid #c5c5c5;
}

h1 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22pt;
	margin-bottom: 25px;
	margin-top: 10px;
}

#content p {
	line-height: 20px;
	color: #555;
}

h2 {
	color: #716558;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 12px;
}

h3 a {
	color: #716558;
	text-decoration: none;
}

.website {
	float: left;
	margin-right: 50px;
	width: 250px;
}

.website .thumbnail {
	background-image: url(images/thumbnail-background.gif);
	width: 251px;
	height: 168px;
}

.website .thumbnail img {
	border: 0px;
	display: block;
	margin: 0 0 0 13px;
	padding-top: 10px;
}

.website p {
	color: #666;
	font-size: 8pt;
	margin-top: 7px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 12px;
}

#footer {
	margin-top: 30px;
	border-top: 1px solid #c5c5c5;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 12px;
}

#copyright {
	float: left;
	font-size: 9pt;
	color: #999;
	width: 250px;
}