body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: TREBUCHET MS, arial, sans-serif;
	color: #715e48;
}

body#body {
	text-align: center;
}

html body h1, html body h2, html body h3, html body h4, html body h5 {
	color: #185a90; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100%;
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; margin-top: 0; line-height: 100%; }

table, table tr td { font-size: 100%; }

/* BLACO-147 */
#content td h1,
#content td h2,
#content td h3,
#content td h4
{
	margin-top: 0;
}


a img {
	border: none;
}

#page_container {
	margin: 0 auto;
	text-align: left;
	width: 775px;
	border: 0px solid #000;
}

#menu_container {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-bottom: 16px;
	color: #8F7459;
	text-transform: uppercase;
	font-size: 80%;
	height: 64px;
}

#footer a {
	font-color: inherit;
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:hover img {
	
}
#footer a img {
	border: 0;
	margin-right: 10px;
}

.ribbon {
	position: relative;
	background: #fff url(/_composer/images/ribbon.stars.gif) left bottom repeat-x;
	height: 30px;
	width: 100%;
}

.ribbon h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 21px;
	height: 20px;
	top: 5px;
	left: 412px;
	background: url(/_composer/images/ribbon.bluestar.gif) no-repeat;
}

.ribbon h1 span {
	display: none;
}

#logo_background {
	position: absolute;	
	display: block;
	z-index: 1;
	top: 32px;
	margin: 0px 0 0 -38px;
	padding: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#logo_bg {
	width: 35px;
}

#content {
	position: relative;
	right: 70px;
	min-height: 200px;
	padding: 20px;
	z-index: 10;
}

* html #content {
	height: 200px;
}
.map {
	text-align: left;
	display: none;
	position: absolute;
	
	background-color: white;
	border: 1px solid #8F7459;
	
	top: 50px;
	width: 500px;
	right: 100px;
	padding: 10px;
	z-index: 100000;
}

.map h4 {
	margin: 0;
}
.map .close {
	position: relative;
	float: right;
}
.map .close a {
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	background-image: url(/_composer/images/close.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
}
.map .close a:hover {
	text-decoration: underline;
}

form.sender_form img {
	display: none;
}

.newsscroll a
{
	text-decoration: none;
	color: #715e48;
	font_weight: bold;
	font-size: 11px;
}

.sitemap_item a
{
	text-decoration: none;
	font-size: 80%;
	text-transform: uppercase;
}