/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; color: #111111; background-color: 444444; }
a:link { color: #7884AA; text-decoration: none; }
a:visited { color: #7884AA; text-decoration: none; }
a:hover { color: #7884AA; text-decoration: underline; }

DIV.container {

	position: absolute;
	width: 729px;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: F4F3F1;
	
}

DIV.padding { padding-top: 6px; padding-left: 26px; padding-right: 12px; padding-bottom: 6px; }

DIV.header {

	position:absolute; 
	width: 100% 
	height:76px; 
	z-index:1; 
	left: 0; 
	top: 0;

}
DIV.nav {

	position:absolute; 
	width: 100%; 
	height: 23px; 
	z-index: 2; 
	top: 76px; 
	left: 0px; 
	background-color: #ECEBE8;
	layer-background-color: #ECEBE8;
}

.body {
	position:absolute;
	z-index:1;
	width: 100%;
	left: 0px;
	font-size: 12px;
	background-color: F4F3F1;
	top: 105px;
}
.formlabel {
	font-size: 12px;
}

