html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background: c8c8c8;
	font-size: 10pt; 
	font-family: tahoma, sans-serif;

	}

td {
	font: 10pt tahoma;
}

body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background: c8c8c8;
	}

img {
	border: 0;
}

#datetime {
	top: 0;
	float: right;
	padding-right: 50px;
	background: rgb(100,175,175);
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}


.timeField {
	font: bold 8pt arial;
	color: white;
	background: transparent;
	padding-left: 20px;
	border: none;
}

#header {
	position: absolute;
	top: 25px;
	width: 830px;
	margin-left:-415px; 
	left:50%; 
	background: transparent;


}

#navbar {
	position: absolute;
	top: 80px;
	width: 830px;
	margin-left:-415px;
	left:50%;
	background: rgb(30,60,100);
}

#contentheader {
	background: white;
	text-align: left;
	padding-left: 350px;

}

#content {
	position: absolute;
	overflow: auto;
	top: 186px;
	bottom: 50px;
	height: 300px;
	width: 830px;
	margin-left:-415px;
	left:50%;
	background: white;

}

#leftcontentbox {
	float: left;
	width: 300px;
}

#rightcontentbox {
	float: left;
	width: 450px;
}


#footer {
	position: absolute;
	top: 450px;
	height: 50px;
	width: 830px;
	margin-left:-415px;
	left:50%;
	background: transparent;


}

h1 {
	font: bold 12pt tahoma;
	color: rgb(30,60,100);
}

h2 {
	font: bold 10pt tahoma;
	color: rgb(30,60,100);
}



a.leftnav {
	font: bold 12pt tahoma;
	color: rgb(30,60,100);
	text-decoration: none;
}

a.leftnav:visited {
	font: bold 12pt tahoma;
	color: rgb(30,60,100);
	text-decoration: none;
}
a.leftnav:hover {
	font: bold 12pt tahoma;
	color: 4c98d4;
	text-decoration: underline;
}



a {
	color: rgb(30,60,100);
	font: bold 10pt tahoma;
	text-decoration: none;
}

a:visited {
	color: rgb(30,60,100);
	font: bold 10pt tahoma;
	text-decoration: none;
}



a:hover {
	color: 4c98d4;
	text-decoration: underline;
}


a.topnav {
	color: 101010;
	font: 8pt tahoma;
	text-decoration: none;
}

a.mainnav {
	color: white;
	text-decoration: none;
	font-size: 8pt;

}

a.botnav {
	color: rgb(30,60,100);
	font: 8pt tahoma; 
	text-decoration: none;
}

a.botnav:hover {
	color: 4c98d4;
	text-decoration: underline;
}

a.mainnav:hover {
	color: rgb(30,60,120);
	background: 4c98d4;
}

a.topnav:hover {
	color: 4c98d4;
	text-decoration: underline;
}
