body { 
	background-color: #999;
}
#container {
	width: 820px;
	max-width: 820px;
	margin: 10px auto;
	padding-left: 40px; 
	padding-right: 40px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	line-height: 110%;
}
#banner {
	padding: 0;
	min-height: 50px;
}
#banner h1 {
	padding: 0;
}
#logo {
	float: right;
	width: 230px;
	margin: 10px 20px 0 0;
}
#content_container {
	clear: both;
	width: 100%;
	margin-top: 15px;
}
#content {
	margin: 0;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #000000;
	min-height: 186px;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 1em .5em .5em .5em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; /* x-small; */
	color: #000000;
}
#whitefooter {
	width:70em;
	margin:0;
	margin-left:-2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt; /* x-small; */
	color: #ffffff;
}
#whitefooter p {
	text-align:center;
}
#footer a {
	font-size: small;
}
#left_footer {
	width: 260px;
	text-align: justify;
}
#right_footer {
	width: 260px;
	float: right;
	clear: both;
	text-align: justify;
}

#nav {
	padding: 10px 0 10px 0;
	margin: 0;
	min-height: 22px;
}

/* Suckerfish-style menus */
#nav ul {
	padding: 0;
	margin-top: 1em;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}

#nav ul li {
	border-right: 1px solid #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 14px;
	padding-left: 14px;
	text-transform: uppercase;
}
#nav ul li img { border: 0; }
#nav ul li a {
	text-decoration: none;
	color: #FFF;
}
#nav ul li a:hover {
	font-weight: normal;
	color: #000;
}
#nav ul li strong a:hover {
	font-weight: bold;
}
ul#nav_list li strong a { color: #000; font-weight: bold; }

p {
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	margin: 30px 0 15px 0;
	color: #fff;
}
h2, h4 {
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 0 40px 0;
	color: #fff;
}
h4 {
	font-size: 13pt;
}
h4 a {
	text-decoration: none;
}
h3 {
	font-size: medium;
	font-weight: bold;
	margin: 15px 0 10px 0;
	color: #fff;
}
a.thumb_hover img {
	border: 1px solid #000;
}
a.thumb_hover:hover img {
	border: 1px solid #fff;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:hover img.hover_image {
	border: 1px solid #000;
}
img.hover_image {
	border: 1px solid #999;
}
