body {
	background-color: #296DC0;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-position: top right;

	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #FFF;
}

a {
	color: #FFF;
}

#logo {
	width: 238;
}

#sublogo {
	margin-left: 90px;
	width: 155px;

	font-size: 9pt;
}

#menu {
	text-align: center;
	width: 209px;
	float: left;
	display: inline;
}

#content {
	margin-left: 250px;
	margin-right: 100px;
	margin-top: -85px;
	width: 95%;
}

html>body #content {
	width: auto;
}

#wtcontent {
	margin-left: 250px;
	margin-right: 100px;
	margin-top: -85px;
	width: 95%;
}

html>body #wtcontent {
	width: auto;
}	

#footer {
	text-align: center;
	font-size: 8pt;
}

.small {
	font-size: 8pt;
}