body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0a5a94;
}
h1 {
	letter-spacing: -1px;
	font-size: 35px;
}
h2 {
	font-size: 26px;
}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}
a:link {
	color: #0094E0;
}
a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}
a:visited {
	color: #0094E0;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 15px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 15px;
}
/* Form */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-right: 0px;
    margin-left: 0px;
}
#top {
	font-size: 9px;
	background: url(images/top.png) repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	overflow: hidden; 
}
#bottom {
	font-size: 11px;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 1px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	background: url(images/bottom.png) repeat left top;
}
.bottomcontent {
	color: white;
	list-style:none;
	padding:11px 0 0 10px;
	width: 1000px;
	margin: 0px auto; 
    position: relative;
	height:20px;
	text-align: center;
    top: 0px;
    left: 0px;
}
.bottomcontent li {
		float: left;
		margin-right: 50px;
}
.bottomcontent li a {
	color: white;
	position:relative;
	text-decoration:underline;
}
#logo {
	font-size: 9px;
	float: left;
	height: 80px;
	width: 220px;
	padding: 10px 0px 2px 10px;
	background: url(images/logo.png) no-repeat left top;
}
#navigation {
	font-size: 11px;
	float: none;
	height: 80px;
	margin-left: 40%;
	width: 40%;
	padding: 30px 20px 20px 0px;
	color: white;
	vertical-align:bottom;
}
#login {
	font-size: 11px;
	float: right;
	height: 80px;
	padding: 10px 20px 20px 0px;
	color: white;
	text-align:center;
}
#maincontent {
	position: fixed;
	top: 80px; 
	left: 0;
	right: 0;
	bottom: 40px; 
	overflow: auto;
	background: #fff;
	text-align: center;
}
.innertube {
	margin: 15px;
}
* html body { 
	padding: 130px 0 110px 0; 
}
* html #maincontent { 
	height: 100%;
	width: 100%;
}
