#divMain {
 position:absolute; left:96px; top:60px; width:594px; height:300px; z-index:1;
}
#divHeader {
 position:absolute; width:546px; height:62px; z-index:1; left: -10px; top: 18px;
}
#divNavigation {
 position:absolute; width:129px; height:22px; z-index:1; left: 419px; top: 42px;
}
#divContent {
 position:absolute; left:121px; top:121px; width:417px; height:200px; z-index:2;
}
 
input {
	font-family: MS Sans Serif, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: MS Sans Serif, sans-serif;
	font-size: 12px;
}

body, table {
	font-family: MS Sans Serif, sans-serif;
	font-size: 12px;
}

a {
	/*text-decoration:none;*/
	color:blue;

}
.mainheader { 
	font-size: 54px; 
	font-weight:bold;
	text-decoration:none;
	color:black;
}

.version { 
	font-size: 28px; 
	position:relative;
	top:-24px;
	color: #EA4D00;
}

.navigation {
	font-size:14;
	font-weight:bold;
}

p.sideheader {
	font-size: 28 px;
	color: #EA4D00;
	position:relative;
	margin-top:-3px;

}