/* * * * * * * * * * * * * * * * * * * * * *
DESIGN
* * * * * * * * * * * * * * * * * * * * * */
body {
	margin: 0;
	color: #000000;
	background: #a8b7cd url(../images/background.gif);
	background-repeat: repeat-x;
	font: 12pt "Verdana", sans-serif;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #3467cc;
	background-color: inherit;
}
a:hover {
	color: #df9726;
	background-color: inherit;
}
span.meta {
	font-size: 10pt;
	color: #7f7f7f;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	margin: 20px 0 0 0;
}
h4 {
	font-size: 12pt;
	margin-bottom: 0;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	background-color: inherit;
	clear: both;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h3, h4, h5, h6 {
	border-bottom: 3px solid #CCCCCC;
}
hr {
	margin: 20px 0;
}
p {
	margin-bottom: 0;
}
p:first-child {
	margin-top: 0;
}
ul li, ol li {
	margin-top: 10px;
}
td {
	padding: 15px;
}

/* * * * * * * * * * * * * * * * * * * * * *
LAYOUT
* * * * * * * * * * * * * * * * * * * * * */

#top {
	overflow: hidden;
	width: 780px;
	padding: 0;
	margin: 20px auto 0;
	color: #000000;
	background-color: #ffffff;
}
#logo {
	display: block;
	float: left;
	width: 222px;
	height: 50px;
	margin: 10px;
}
#logo span {
	display: none;
}
#top ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	width: 538px;
	text-align: right;
	font-size: 14pt;
	color: #ffffff;
	background-color: #df9726;
}
#top ul.menu li{
	height: 70px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	display: block;
	float: left;
}
#top ul.menu li a {
	display: block;
	padding: 24px 14px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}
#top ul.menu li a:hover, ul.menu li ul.menu li a:hover {
	color: #ffffff;
	background-color: #eec462;
}
#center {
	width: 780px;
	margin: 0 auto;
	overflow: auto;
	color: #ffffff;
	background-color: #3467cc;
}
#banner img {
	float: left;
}
#content {
	float: right;
	width: 538px;
	color: #000000;
	background-color: #ffffff;
}
#title {
	margin: 0;
	padding: 5px 10px;
	font-size: 14pt;
	color: #ffffff;
	background-color: #3467CC;
}
#content img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
}
#content table img {
	margin: 0;
	border: none;
}
#content-box {
	padding: 10px;
	min-height: 207px;
}
#sidebar {
	float: left;
	width: 242px;
}
#sidebar h2{
	margin: 0;
	padding: 5px 10px;
	font-size: 14pt;
	color: #ffffff;
	background-color: #df9726;
}
#sidebar p, #sidebar ul {
	margin: 10px;
	padding: 10px;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
}
#sidebar ul {
	margin: 10px;
	padding: 10px 10px 10px 30px;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#footer {
	width: 780px;
	padding: 20px 0;
	margin: 0 auto 20px;
	font-size: 10pt;
}
#footer a {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	margin: 0;
	overflow: hidden;
}
#footer p.links {
	float: left;
	text-align: left;
}
#footer p.copyright {
	float: right;
	text-align: right;
}
