#wa {
	float: left;
	background-repeat: no-repeat;
	width: 880px;
	padding: 10px;
	margin: 10px;
	color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
}

#title {
	float: right;
	height: 480px;
}

#wacontent {
	float: right;
	width: 600px;
	margin-right: 10px;
}

#wacol {
	float: left;
	width: 300px;
}

#wasidebar {
	float:left;
	width: 200px;
	height: 480px;
	background: url(../images/walogo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#wasidebar a {
	line-height: 28px;
	color: #FFF;
	font-size: 17px;
}

h4 {
	font-size: 17px;
	border-bottom: 1px solid #fff;
	margin-left: 0.7em;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	margin-left: 0.7em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

table
{
	width : 100%;
}

th
{
	text-align : center;
	font-weight : bold;
	border : 1px solid #FFF;
	padding : 2px;
}

td
{
	border : 1px solid #FFF;
	padding : 2px;
	font-size : 10pt;
	vertical-align : top;
}

.download {
	margin-left: 0.9em;
}

.download a {
	color: #FFF;
}