BODY
{
	margin:0 0 0 0;
	padding:0;
	background:#5F89C2;
}

/* remove border in FF */
:-moz-any-link:focus {
  outline: none;
}


.bookmarks
{
	position:relative;
	top:20;
	left:20;
	float:left;
}

.searchbox
{
	position:relative;
	top:18;
	right:20;
	float:right;
}

.slogan_header
{
	font-family:Constantia, Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	font-weight: normal;
	color:#17375E;
	margin-left:20;
	margin-top:20;
		cursor:default;
/*	text-align: center;*/
}

.slogan_header_small
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#17375E;
	margin-left:25;
	margin-top:15;
	margin-bottom:15;
	cursor:default;
}

.top_links
{
	padding-right:10px;
}
.top_links a
{
	height:45px;
	line-height: 45px;
	float:right;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color:#F2F2F2;
	text-decoration: none;
	cursor: hand;
	padding: 0 15 0 15;
	margin-right:1px;
}

.top_links .active
{
	height:45px;
	line-height: 45px;
	float:right;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color:#F2F2F2;
	cursor: default;
	padding: 0 15 0 15;
	background-image:url('img/template/top_buttons_active_background.gif');
}
.top_links .active:hover
{
	color:#F2F2F2;
}

.top_links a:hover
{
	/*color:#F39D04;*/
}

.bottom_links
{
	text-align: center;
}

.bottom_links a
{
	text-decoration: none;
	color:#80B9DC;
	font-size:11px;
	font-family:verdana;
	padding:0 10 0 10;
}

.bottom_links a:hover
{
	color:#ffffff;
}

.bottom_links span
{
	text-decoration: none;
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	padding:0 10 0 10;
	cursor:default;
}

.tademark
{
	position:absolute;
	padding-top:42;
	padding-left:10;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#565656;
	cursor:default;
}