 
body { margin: 0; padding: 0; background-color: #fff;}
 
#wrapper {
	margin: 20px auto;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	width: 758px;
}

#culogo {
	border-top: 1px solid #330000;
	width: 758px;
}

#header {
	background-color: #fff;
	height: 74px;
	border-top: 1px solid #330000;
}
 
#content {
	background-color: #FFFFFF;
	padding: 30px;
	text-align: center;
}

#navstrip {
	height:8px;
	background-color: #BFB367;
}
 
ul#tabnav {
	padding: 0px;
	margin: 13px 0px 0px 0px;
	list-style:none;
}
 
ul#tabnav li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float:left;
	width: 88px;
}
ul#tabnav li a, ul#tabnav li a:visited {
	text-decoration: none;
	display:block;
	background-image:url(images/tabs2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color: #993300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:3px;
	height: 61px;
}
ul#tabnav li a:hover, ul#tabnav li a.selected {
	background-position: -88px 0px;
	color: #FFFFCC;
}





#boldname {
	font-weight: bold;
}
#session {
	font-weight: bolder;
	color: #600;
}
#pr_title {
	color: #009;
	text-decoration: none;
}
#ab_title {
	font-weight: bold;
	color: #00F;
}
#centreDate {
	text-align: center;
	color: #600;
	font-size: small;
}
