body {

	background-color: #333333;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
	background-position: 61px 15px;
}


h1 {
	font-size: 30pt;
	text-align: center;
}

h2 {
	font-size: 25pt;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

tr {
	border: 1px solid #ffffff;
}
/****************columns********************/

#leftcol {
	position: absolute;
	width: 210px;
	height: 525px;
	margin-left: 15px;
	margin-top: 130px;
	font-weight: normal;
	left: 8px;
	top: 13px;

}

#centercol {
	position: relative;
	padding: 0 15px 20px 15px; /*top right bottom left*/
	margin-top: 0px;
	margin-left: 235px;
	border-left: 1px solid #ffffff;
	left: 1px;
	top: 12px;
}

