BODY 
{
	font-size: 10;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	color: ##FFFFFF;
	BACKGROUND-COLOR: #006699;
	margin: 10px 10px 10px 10px;
}

#outer
{
	text-align: left;
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

#left
{
	text-align: left;
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 441px;
}

#main
{
	padding: 10px;
	margin-left:150px;
	width: 830px;	/* for the benefit of IE/Win (591+(2*10)+(2*1)) */
	height: 441px;
	font-size: 10;
	color: #666;
}

#admin
{
	padding: 5px;
	width: 860px;	/* for the benefit of IE/Win (591+(2*10)+(2*1)) */
	height: 441px;
	font-size: 9px;
	color: #666;
}

#footer
{
	width: 980px;	/* for the benefit of IE5/Win (591+(2*10)+(2*1)) */
	text-align: center;
}


.link
{
	font-family: Verdana; 
	font-size: 12px; 
	color: ##FFFFFF; 
	text-decoration: none
}

.td
{
	border-left: 1pt solid white;
	border-right: 1pt solid white;
	border-top: 1pt solid white;
	border-bottom: 1pt solid white;
}

.li
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: ##FFFFFF; 
}



