/* Used in Header */
.headlineblock {
	position: absolute;
	top: 0; left: 0; width: 780px; height: 75px;
	border-bottom: 0;
	vertical-align: top;
}
.headerleft {
	float: left;
	border-width: 0;
}
.headerright {
	float: right;
	border-width: 0;
}
/* Used in Navbar */
#tsrnav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.finger {
	font-size: 10pt; 
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	list-style: none;
}
#tsrnav li.finger:first-letter {
	text-decoration: underline; 
	font-weight: bold;
}
/* Used in Main */
body {
	background-image: url(images/back1.jpg);
}
.dobold {
	font-weight: bold; 
}
.nofloat {
	clear: both;
	border: 0px;
}
.clear { 
	clear: both; 
	height: 1px; 
	overflow: hidden; 
	margin-bottom: -1px;
} 
.gullane {
	clear: both;
	border: 0px;
	text-align: center;
	font-size: xx-small;
}
.caption {
	font-size: larger; 
	font-weight: bold; 
}
.left {
	float: left;
	margin: 5px 5px 5px 5px;
}
.right {
	float: right;
	margin: 5px 15px 5px 15px;
}
.nofloattextcentre {
	clear: both;
	border: 0px;
	text-align: center;
}
.redtext {
	color: Red;
	border: 0px;
	text-align: center;
}
.parts {
	font-size: medium; 
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	margin-left: 0px;
}
/* Used in Footer */
.footernone {
	float: none;
	border-width: 0;
}
.footlink {
	float: left;
	width: 190px;
	font-size: 10pt; 
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	list-style: none;
}
.invisible {
	visibility: hidden;
	display: none; 
}
/* banner - used in body, headline used in header */
.banner, .headline {
	font-weight: bold;
	font-size: 24pt;
	font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}
.headline {
	color: #006600;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.banner {
	color: #006600;
}
/* subbanner - used in body, subheadline used in header */
.subbanner, .subheadline {
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.subheadline {
	color: #006600;
	font-size: 20pt; 
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.subbanner {
	color: #006600;
	font-size: 15pt; 
}
.brochure {
   float: left; 
   text-align: center;
	font-size: small;
	width: 100px;
	clear: both;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.textleft { 
   text-align: left;
} 
.textcentre {
	text-align: center;
}
.textjustify { 
   text-align: justify;
} 
p {
	text-align: justify;
}
