#unilogo {
	background: #4C70B7;
	}
	
#title {
	background: #4C70B7;
	}
	
#utilitylinks {
	background: #003399;	
	}
	
#bannerphoto {
	background: #003399;	
	}
	
#utilitylinks a{	
	color: #fff;
	}

#utilitylinks a:hover {
	color: #09f;
	}
	
#searchbar {
	background: #003399;	
	}
	
#navigation ul a:hover {
	background: #003399;
	color: #fff;
	text-decoration: none;
	}
	
	#content h2 {
	padding: 1px;
	color: #003399;
	font-size: 1.4em;
/*	border-bottom:#003399 1px solid;*/
	margin: 0px 10px 0px 10px;
/*	clear:both;*/
	}	
	
#content h3 {
	padding: 1px;
	color: #003399;
	font-size: 1.2em;
/*	border-bottom:#003399 1px solid;*/
	margin: 0px 10px 0px 10px;
	clear:both;
	}	
	
#content h4 {
	padding: 1px;
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	border-bottom:#003399 1px solid;
	margin: 0px 10px 0px 10px;
	clear:both;
}	

.infopanel { /* Box on right at top of each page*/
	background-color: #b2c1e0;
	border-left: thick solid #003399;
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	color: #003399;
	float: right;
	width: 150px;
	margin: 20px 10px 10px 10px;
	padding: 10px 5px 5px 5px;
	font-size: 0.9em;
}

.infopanel ul {
	list-style:inside;
	list-style: square inside url(../publications/audit08/images/arrow2.gif);
	margin-left: 10px;
	}
	
.infobox { /* Bigger box for snippets of info further down page*/
	background-color: #b2c1e0;
	border: 1px solid #003399;
	color: #003399;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 10px;
	padding: 20px 5px 5px 5px;
	padding: 0px 5px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;
	font-size: small;
}

.infobox ul{
	list-style: square inside url(../publications/audit08/images/arrow2.gif);
	margin-left: 10px;
/*	list-style:inside;*/
}

.infobox h1{
	color:#003399;
	font-weight:bold;
	font-size: small;
}

.infoboxbold{
	color:#003399;
	font-weight:bold;
}

ul.arrow {
list-style: square inside url(../publications/audit08/images/arrow.gif);
margin-left: 20px;
}

ol.alpha {
list-style-type: lower-alpha;
margin-left: 20px;
}
