body, table, td, tr, div, p, layer {font-family: verdana, arial, sans-serif; }

body {background-color: #6666cc; }

.header {background-color: #ffffff; 
		margin-top: 1px;
		margin-left: 1px; 
		margin-right: 1px; }
		
.bodyText {background-color: #ffffff; 
		position: absolute; 
		top: 90px;
		right: 10px;
		bottom: 15%;
		width: 95%; }

p {text-indent: -25px; 
		padding-left: 160px; 
		padding-right: 20px; 
		font-size: .8em; }

.navigation {background-color: #BEBEE9;
		color: #6666cc;
		font-size: .8em;
		font-weight: bold; 
		position: absolute; 
		top: 100px;
		left: 10px; 
		width: 15%;  
		z-index: 1; 
		padding: 5px; }

a {color: #6666cc;
		font-weight: bold; 
		text-decoration: none; }
a:hover {text-decoration: underline; }

h1 {color: #6666cc;
	font-size: 1em; 
	padding: 1em; 
	text-align: right; }
	
.footer {background-color: #BEBEE9; 
		position: absolute; 
		bottom: -3%;
		right: 30px; 
		width: 80%;  
		z-index: 1; 
		padding: 5px; }
		
.foot {font-size: .7em;
		text-align: right;
		font-weight: bold;
		color: #6666cc; }