/* basic elements */
body { 
	font: 80% verdana, trebuchet MS, trebuchet, arial, sans-serif;   
	background: #fff; 
	margin: 0px; 
	}
td, p, ul, ol { 
	/*/*/line-height: 150%; /* */ 
	margin-top: 0;
	margin-bottom: 10px; 
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif; 
	}
h2 {
	color: #CC651E;
	font-size: 140%;
	font-weight: lighter;
	}
	
a:link {  
	text-decoration: none; 
	color: #CC651E;
	}
a:visited {  
	text-decoration: none; 
	color: #CC651E;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC651E;
	}


/* specific divs */
#container { 
	width: 605px; 
	}

#pageHeader {  
	margin-top: 70px; 
	margin-bottom: 65px;
	width: 338px; 
	height: 79px; 
	}

#content {
	padding-bottom: 50px;
	height: 1px;
	vertical-align: top;
	voice-family: inherit
}

#content LI {
	margin:0;
	padding: .4em;
	list-style-type: none;
}

.tagline {
	color: #CC651E;
	font-weight: bold;
	}
.copyright {
	color: #CC651E;
	font-size: 85%;
}
#footer { 
	font-size: 85%;
	padding-bottom: 20px;
	}
#footer a:link, #footer a:visited { 
	color: #000;
	text-decoration: underline; 
	}

#linkList {
	width: 170px;
	padding-left: 0;
	margin: 0;
	padding-right: 5px;
	font-size: 85%;
	vertical-align: top;
}
#linkList ul {
	padding: 4px 0 8px 0;
	margin: 0;
}
#linkList li {
	margin:0;
	padding: .25em;
	list-style-type: none;
}
#linkList ul ul li {
	padding-left: 10px;
}

.description {
	font-size: 85%;
	color: #666;
}

.rightBorder {
border-right: solid 1px black;
}

.colourtext {
	color: #CC651E;
}
