body
	{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	text-align:center;
	}
#wrapper
	{
	width:960px;
	top:1px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	text-align:left;
	}
#header
	{
	width:100%;
	border-bottom:1px solid #000000;
	margin-top:10px;
	}
#urclogo
	{
	width:150px;
	float:left;
	margin-right:10px;
	text-align:center;
	}
#centre
	{
	float:left;
	width:640px;
	text-align:center;
	}
#picture
	{
	width:150px;
	float:right;
	text-align:center;
	padding-top:10px;
	}
#main
	{
	width:100%;
	margin-top:5px;
	}
#sidebar
	{
	float:left;
	width:150px;
	margin:0;
	padding:10px;
	}
#content
	{
	margin:0 0 0 175px;
	padding: 0 10px 0 10px;
	border-left:1px solid #000000;
	}
#clearone
	{
	clear:both;
	height:1px;
	}
#footer
	{
	border-top:1px solid #000000;
	margin-top:10px;
	clear:both;
	font-size:0.75em;
	margin-left:10px;
	}
h1
	{
	font-weight:bold;
	font-size:1.75em;
	text-align:center;
	text-transform:capitalize;
	}
h2
	{
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	}
h3
	{
	font-weight:bold;
	font-size:1.25em;
	text-align:center;
	}
a:link, a:visited, a:hover
	{
	color:#0000FF;
	font-weight:bold;
	}
a:link, a:visited
	{
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
img {
  	border: none;
	}
table
	{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	border:none;
	}
ul 
	{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:2em;
	}

