<STYLE type="text/css">

BODY {
	font-size: 12px; 
	color: #ffffff;
	font-family: arial,helvetica;  
}

.bodycontent {
	font-size: 12px; 
	color: #ffffff;
	font-family: arial,helvetica;  
}

.footer {
	font-size: 10px; 
	color: #ffffff;
	font-family: arial,helvetica;  
}

.title {
	font-style: italic;
}

.emphasize {
	font-style: italic;
}

UL {list-style-type: disc}

A {color: #ffcc00}
A:link {color: #ffcc00}
A:active {color: #ffcc00}
A:hover {color: #ffcc00}
A:visited {color: #ffffff}

#header {	
	left: 0px; 
	top: 0px; 
	position: absolute;
	width: 100%;
	height: 47px;
	clip:rect(0px,100%,47px,0px); 
	z-index: 2;
	background-color: #99ccff; 
	layer-background-color: #99ccff;
}

#navigation {
	left: 0px; 
	top: 47px; 
	position: absolute;
	width: 160px;
	height: 421px;
	clip:rect(0px,160px,421px,0px); 
	z-index: 2; 
	background-color: #330000; 
	layer-background-color: #330000;
}

#content {
	left: 200px; 
	top: 47px; 
	position: absolute; 
	width: 440px;
	z-index: 2; 
}

#homeheader {	
	left: 0px; 
	top: 0px; 
	position: absolute;
	width: 100%;
	height: 105px;
	clip:rect(0px,100%,105px,0px); 
	z-index: 2;
	background-color: #99ccff; 
	layer-background-color: #99ccff;
}

#homenavigation {
	left: 0px; 
	top: 105px; 
	position: absolute;
	width: 160px;
	height: 355px;
	clip:rect(0px,160px,355px,0px); 
	z-index: 2; 
	background-color: #330000; 
	layer-background-color: #330000;
}

#homecontent {
	left: 200px; 
	top: 105px; 
	position: absolute; 
	width: 440px;
	z-index: 2; 
}


</STYLE>