/****************************
made by steff@arma.ac.uk
****************************/

/* main layout */
html {
	text-align: center;
}
body {
	margin: 10px;
	text-align: center;
	background: #cccccc;
}

#main_container {
	width: 740px;
	margin: auto;
	text-align: left;
	border: 1px solid #ff6600;
}
#header_container {
	width: 740px;
	height: 144px;
	background: #ffffff;
	text-align: right;
	/*background: url(../images/header64.gif) no-repeat;*/
}
#logo_left {
	width: 325px;
	height: 100px;
	text-align: left;
	float: left;
}
#logo_left {
	width: 325px;
	height: 100px;
	text-align: right;
}

#topnavbar_container {
/*	width: 230px;
	height: 21px;
	top: 125px;*/
	margin-left: 510px;
/*	position: absolute;
	text-align: right;*/
	padding-top:12px;
	padding-right: 5px;
}
#content_container {

}
#main_content {
	width: 686px;
	/*margin-left: 10px;*/
	background: #ffffff;
	padding: 5px 27px 30px 27px;
}



#footer_container {
	width: 740px;
	background-color: #ffffff;
	color: #a7a9ac;
	margin: auto;
	text-align: left;
	clear: both;
}

#footer_right {
	width: 605px;
	margin-left: 130px;
	text-align: right;
	padding-right: 27px;
}

/* top navigation */


/* tables */
.data_table thead tr td {
	text-align: center;
}
.shaded {
	background-color: #cccccc;
}
.data_table td {
	border-top: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
}
.data_table table {
	border-bottom: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
}


/* spot styles */
.photo {
	padding: 0px 8px 8px 0px;
}
.logo {
	padding: 5px 5px 0px 0px;
}	

/* typography */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
body h2 {
	font-size: 13px;
	font-weight: bold;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: right;
}
#footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#footer_container {
	color: #ff6600;
}
#footer_left {
	color: #ff6600;
}
thead tr td {
	font-size: 11px;
	font-weight: bold;
}
td { 
	font-size:13px 
}

/* link styles */
.nav a, .supnav a, .leftnav a {
	color: #ff6600;
	text-decoration: none;
}
.supnav a:hover {
	color: #000000;
}
#footer_container a {
	color: #a7a9ac;
	text-decoration: none;
}
#footer_container a:hover {
	color: #ff6600;
}
td a {
	color: #ffffff;
	text-decoration: none;
}
td a:hover {
	color: #ff6600;
	text-decoration: none;
}

#main_content a {
	color: #ff6600;
}
.shaded a {
	color: #ffffff;
}
.shaded a:hover {
	color:  #ffffff;
}
/****with some bits added afterwards by steff!****/