/* CSS Document */
body {
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#8F8F8D;
	font-size:8px;
}	
h1{color:#63002F;
	font-size:16px;
	font-weight:bold;
}
h2{color:#63002F;
	font-size:14px;
	font-style:normal;
}
a {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}	
a:hover {
	color:#8F8F8D;
}	
#homepageimage img{
}
.centre {
text-align:center;
}
#container {
	position: relative;
	margin: auto;
	width: 800px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image:url(images/top-back.jpg);
	background-repeat:no-repeat;
}
#content {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8D;
}
#copy {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: 85px;
	padding-top: 230px;
	width: 525px;
	margin-bottom:-80px;
}
#copy a{
	color: #000000;
	text-decoration:none;
}
#logo{
 position:absolute;
 top:20px;
 left:485px;
 height:100px;
 width:300px;
 background-image:url(images/oxford-digtal.gif);
 background-repeat:no-repeat;
}
#main-menu{
 position:absolute;
 top:160px;
 left:85px;
 font-size:15px;
 font-weight:bold;
 height: 25px;
 color:#63002F;
}
#main-menu a{
 color:#8F8F8D;
}
#main-menu a:hover{
 color:#63002F;
}
#sub-menu{
 position:absolute;
 top:190px;
 left:85px;
 font-size:14px;
 color:#63002F;
}
#sub-menu a{
 	color:#8F8F8D;
	font-weight:normal;
}
#sub-menu a:hover{
 	color:#63002F;
	font-weight:normal;
}
#right-menu{
 position:absolute;
 top:230px;
 left:630px;
 width: 130px;
 height: 175px;
 font-size:12px;
 color:#000000;
 line-height:16px;
}
#right-menu a{
	font-weight:normal;
}

#right-image{
 position:absolute;
 top:440px;
 left:630px;
 background-repeat:no-repeat;
 border: 1px solid #63002F;
}
#foot{
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
text-align:center;
background-color:#FFFFEC;
height:150px;
}
.image{
	border-color: #666666;
	border-width:1px;
	border-style:solid;
}
.blurb{
	color:#63002F;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}
.news{
	color:#888888;
	font-size:12px;
}
.d{
	color:#888888;
	font-size:14px;
}
.table{
	border-color: #999999;
	border-width:1px;
	border-style:solid;
}

#news #banner {
	font-weight: bold;
	font-style: italic;
}
#news #latest_bar {
	font-size: larger;
	padding-bottom: 30px;
}
#news #latest {
}

#news .item {
margin-bottom: 10px;
padding-left: 3px;
margin-top: 10px;
border-left: thin solid #63002F;
}

ul.half_spaced li {
	margin-top: 1em;
}
ul.half_spaced .tall {
	margin-top: 1.5em;
}