/*---------------------------------------
Generic Styles
----------------------------------------*/


body {  
	font: 0.8em Arial, Helvetica, sans-serif}


td { 
	font: 0.8em Arial, Helvetica, sans-serif}


.footer {  
	font: 0.6em Arial, Helvetica, sans-serif 
	padding: 0px 0px 0px 30px}


a {  
	color: #003366; 
	text-decoration: underline}
	
.first-para {
	margin-top: 2px;}


li {
	margin-top: 3px;
	margin-bottom: 3px}


ul { 
	list-style: url(http://www.nottingham.ac.uk/icons/corporate/u-blue-ball-nest.gif) outside;
 	font-family: Arial, Helvetica, sans-serif;
 	margin-top: 10px;
	margin-bottom: 10px
	}


/*---------------------------------------
Headings
----------------------------------------*/


h1 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #a40034;
	text-transform: capitalize}


h2 { 
	font: bold 1.1em Arial, Helvetica, sans-serif; 
	color: #a40034}
	
h3 { 
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #a40034}
	
h4 { 
	font: bold 0.8em Arial, Helvetica, sans-serif; 
	color: #a40034}
	
.heading {
	margin-bottom: 5px;
	margin-top: 10px;}


.subhead {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;}




/*---------------------------------------
Navigation Bar and Banner
----------------------------------------*/


.banner { 
	background-color: #a40034}


.nav-bar-bg { 
	background: #820000}


.nav-bar-border { 
	background: #000000}


.school-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	text-transform: uppercase}
	
	.school-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase}


a.school:active { 
	text-decoration: none; 
	color: #000000}


a.school:link { 
	text-decoration: none; 
	color: #000000}


a.school:visited { 
	text-decoration: none; 
	color: #000000}




