/* Looks */
BODY, TD, P, H3, H4, LI, UL{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
A:link	{
	color: #3366FF;
}
A:visited	{
	color: #003399;
}
A:active	{
	color: #FFCC00;
}
.textnav	{
	text-align: center;
}
#footer	{
	font-size: smaller;
	text-align: center;
}
.caption	{
	color: #003399;
}
.title	{
	color:#990033;
}
.FL	{
	font-family: "Times New Roman", Times, serif;
}

/* Layout */
#body	{
	position: relative;
}
#sidebar	{
	position: absolute;
	top : 0;
	left : 75%;
	padding-right: 2.5em;
}
#main	{
	padding-left: 2.5em;
	width: 66%
}