body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}

hr {	color: #eee;
	margin: 0.5em;
	height: 1px;
	display: block;
	border: 0px none #FFFFFF;
	background-color: #eee;
	clear: both;
}

h1 {
	font-size: 150%;
	margin-top: 1em;
	line-height: 2em;
}

h2 {
	font-size: 130%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 110%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

p, ul, ol, li {
	line-height: 1.5em;
	font-size: 100%;
}

img {
	border: 0px solid white;
}

a, 
a:link, 
a:visited, 
a:active {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

address {
	font-style: normal;
}


#nav_table {
	width: 760px;
	margin: 0 auto 0.5em auto;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

#nav_table a:link, 
#nav_table a:visited,
#nav_table a.hover, 
#nav_table a:visited.hover {
	text-decoration: none;
	color: #ffffff;
}

.nav1 {  background: #237215; padding: 0.3em 0; }
.nav2 {  background: #BC1810; padding: 0.3em 0; }
.nav3 {  background: #E65C00; padding: 0.3em 0; }
.nav4 {  background: #5B8B07; padding: 0.3em 0; }
.nav5 {  background: #BC4010; padding: 0.3em 0; }
.nav6 {  background: #873714; padding: 0.3em 0.4em; }


.green {  color: #237215; font-weight: bold; }
.red {  color: #BC1810; font-weight: bold; }
.orange {  color: #E65C00; font-weight: bold; }
.pea {  color: #5B8B07; font-weight: bold; }
.rust {  color: #BC4010; font-weight: bold; }
.brown {  color: #873714; font-weight: bold; }

/*  old colours
.nav1 {  #009900; }
.nav2 {  #3380CC; }
.nav3 {  #9933CC; }
.nav4 {  #E52A88; }
.nav5 {  #FF751A; }
.nav6 {  #A35200; }
*/


#Content {
	width: 760px;
	margin: 0 auto 1em auto;
}


#left {
	width: 315px;
	clear: both;
	margin: 0.5em 0 1em 0;
	float: left;
}


.orange_box {
	clear: both;
	width: 300px;
	margin: 1em 0 0 0;
	padding-bottom: 1em;
	background: url(img/orange_grad.jpg) left top no-repeat;
}

.orange_box h2 {
	color: #fff;
	font-size: 130%;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
}

.orange_box p {
	margin: 1em;
}


#right {
	margin: 0.5em 0 0 0;
	width: 435px;
	float: right;
}

.new {  
	color: #ffffff;
	background: #BC1810;
	font-weight: bold;
	border: 2px solid #BC1810;
}


.whatsnew_box {
	width: 435px;
	margin: 0 0 1em 0;
	float: right;
	background: #ffffff;
	line-height: 2em;
}

.whatsnew_box h2 {
	color: #BC1810;
	font-size: 130%;
	margin: 1em 0 1em 0.5em;
}

.whatsnew_box h3 {
	margin: 1em 0 0 0.5em;
	color: #BC1810;
	font-size: 120%;
	font-weight: bold;
}

.whatsnew_box p {
	padding: 0 0.5em;
	margin: 0.5em 0;
	font-size: 100%;
	font-weight: normal;
}

.whatsnew_box .news_link {
	background: url(img/news_link.gif) no-repeat left center;
	line-height: 1.5em;
	margin-left: 0.7em;
}

.whatsnew_box .news_link a {
	margin-left: 1em;
}

.whatsnew_box a, 
.whatsnew_box a:link, 
.whatsnew_box a:visited, 
.whatsnew_box a:hover, 
.whatsnew_box a:active {
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 100%;
}

#quote_box {
	/*background: #FDFBF0;*/
	border: 1px dashed #E65C00;
	padding: 0.5em 0 0 1em;
	clear: right;
	margin-bottom: 1em;
}


.news_list li a {
 	text-indent: 0.5em;
 	margin-left: 0em;
 	font-weight: bold;
 	line-height: 1.5em;
 }


/* sidebar colours are in the top of each html page, with a different colour for each section */
/* the white is left in here, as it's universal */

#sidebar {
	float: left;
	width: 17%;
	margin: 1em 0em;
	padding: 0em;
}

#sidebar ul {
	display: block;
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#sidebar ul li {
	display: block;
	border: 2px solid white;
}

#sidebar a {
	padding: 0.5em;
	display: block;
	color: #ffffff;
}


#sidebar ul li a:hover, 
#sidebar ul li a.currentpage {
	background: #ffffff;
}

#page_content {
	float: right;
	width: 80%;
	margin: 0;
	padding: 0 0 1em 0;
}


.letterlist {
	list-style-type: lower-latin;
	line-height: 1.5em;
	font-size: 100%;
}

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	background: #FDFBF0;
	padding: 0.5em 0;
	text-align: center;
	border: 1px dashed #873714;
}

#footer p {
	line-height: 1em;
	
}

#footer a {
	text-decoration: underline;
	color: #000;
}


.copy {
	font-size: 80%;
}


.highlight_box {
	padding: 0.5em 1em;
	background: #FDFBF0;
}

.highlight_box h2 {
	font-size: 130%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.highlight_box h3 {
	font-size: 110%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}


.timeline_box {
	border: 1px dashed #873714;
	background: #FDFBF0;
	padding: 0.5em 1em;
	margin: 0.5em 0;
}


.press_table tr, .press_table td {
	line-height: 1.5em;
}

.alignCenterPhoto {
	float: left;
	margin: 0 auto;
	text-align: center;
}

.caption_1, .caption_2, .caption_3, .caption_4, .caption_5, .caption_6 {
	float: right;
	margin: 0.5em 0 1em 1em;
	padding: 0.5em;
	/*border: 1px solid black;*/
	font-size: 80%;
	text-align: right;
}

.caption_1 {
	width: 300px;
}

.caption_2 {
	width: 160px;
}

.caption_3 {
	width: 200px;
}

.caption_4 {
	width: 250px;
}

.caption_5 {
	width: 280px;
}

.caption_6 {
	width: 420px;
}

.alignRightPhoto {
	float: right;
	padding: 0 0 1em 1em;
}

.alignBoxPhoto {
	float: right;
	padding: 1em;
}

.alignPhoto {
	float: left;
	padding: 0 1em 0.5em 0;
}



.doc_doc {
	background: url(img/wordicon.gif) no-repeat left top;
	line-height: 1.5em;
}

.doc_doc a {
	margin-left: 2em;
}


.pdf_doc {
	background: url(img/pdficon.gif) no-repeat left 0.3em;
	line-height: 1.5em;
}

.pdf_doc a {
	margin-left: 2em;
}


.pdf_doc_inline {
	background: url(img/pdficon.gif) no-repeat left top;
	line-height: 1.5em;
	padding-left: 2em;
}

.link_doc {
	background: url(img/link.gif) no-repeat left top;
	line-height: 1.5em;
}

.link_doc a {
	margin-left: 2em;
}

.link_doc_inline {
	background: url(img/link.gif) no-repeat left top;
	line-height: 1.5em;
	padding-left: 2em;
}


.indent_para {
	margin-left: 2em;
}


.news_link {
	background: url(img/news_link.gif) no-repeat left center;
	line-height: 1.5em;
	margin-left: 0.5em;
}

.news_link a {
	margin-left: 1em;
}


.news_link_site {
	background: url(img/news_link.gif) no-repeat left center;
	line-height: 1.5em;
	margin-left: 0;
}

.news_link_site a {
	margin-left: 1.5em;
}


.members_list {
	vertical-align: top;
}

.members_list img {
	margin-right: 1em;
}


.basic_table, .basic_table tr, .basic_table td {
	padding: 0;
	margin: 0;
}

.basic_table th, .basic_table caption {
	text-align: left;
	font-weight: bold;
}

.basic_table caption {
	line-height: 2em;
}

.grey_back {
	background-color: #cecece;
}

.lightgrey_back {
	background-color: #eeeeee;
}

