body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 796px;
	border: 2px solid #310863;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bglogo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#topmenu {
	height: 28px;
	text-align: center;
	background-color: #9cc618;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#leftcol {
	width: 450px;
	padding: 10px;
	float: left;
}

#rightcol {
	width: 305px;
	padding: 10px;
	float: right;
}

#breaker {
	clear: both;
}

#nb-main  {
	background-image: url(images/nb-main.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	height: 250px;
}

#footer {
	font-size: 11px;
	text-align: center;
}

a.topmenu {
	color: #ffffff;
	text-decoration: none;
}

a.topmenu:hover {
	color: #310863;
	text-decoration: none;
}

a.noticeboard {
	color: #ffffff;
	text-decoration: underline;
}

a.noticeboard:hover {
	color: #003399;
	text-decoration: none;
}

a {
	color: #310863;
	text-decoration: underline;
}

a:hover {
	color: #9cc618;
	text-decoration: none;
}

h1 {
	color: #310863;
	font-size: 18px;
	font-weight: lighter;
}