﻿body {
	background-color: #0677b3;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
}
#logo {
	position: absolute;
	width: 298px;
	height: 108px;
	z-index: 1;
	left: 2px;
	top: 100px;
}
#nav {
	position:absolute;
	width: auto;
	height: auto;
	z-index: 6;
	right: 100px;
	top: 152px;
}
#backbutton {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	bottom: 0px;
	left: 20px;
	
}
#title {
	position:fixed;
	width:100%;
	height:40px;
	background-color:#0677b3;
	z-index:1;
	left:20px;
	top:10px;
}
#content {
	position:absolute;
	width:auto;
	height:auto;
	left:20px;
	top:60px;
}
#contentdescription {
	position:absolute;
	width:405;
	height:auto;
	left:595px;
	top:55px;
}
#contentspecialgl {
	position:absolute;
	left: 575px;
	top: 265px;
}
.navstyle {
	background-position: left top;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: medium;
}
.titlestyle {
	background-position: left top;
	color:blue;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: medium;
}
.contentstyle {
	background-position: left top;
	color:#ffffff;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size:small;
}
.contentnolink {
	background-position: left top;
	color:#3399CC;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size:small;
}
#content a:link,
#content a:visited {
	color: #3399CC;
}

#content a:hover {
	color:#C4AF91;
}
#contentdescription a:link,
#contentdescription a:visited {
	color: #3399CC;
}

#contentdescription a:hover {
	color:#C4AF91;
}
