body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #e0e0e0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif
}

/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #339900}

/* Heading styles */
h1 {margin-left: 10px; color: #333; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em; height: 3.0em;}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #339900; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {margin: 0; padding-left: 10px; font-size: 1.2em; color: #23BE27; font-weight: bold;} /* headings on black backgrounds */

h3, h4, h5 {margin: 20px 0 0 10px}
h3 {font-size: 1.1em; line-height: 1.15em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-weight: bold} /* appears like bold paragraph text */

/* Text styles */
p {margin: 10px; font-size: 0.70em; line-height: 1.75em}

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 90px;
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal;
	font: "Times New Roman", Times, serif;
}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: 0.70em; line-height: 1.75em; list-style: inside square}

/* Paragraph Links */
a {color: #339900; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #339900; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}

/* Divs */
#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 25px;
	background: #333
}
		
#hdr {    /* Header/Banner area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 5.0em; /* Same as h1 line-height */
	line-height: 5.0em;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 200px;
	background: url('images/siteimage.jpg') #fff; /* Light Grey */	
}

#lftcol {
	float: left;
	width: 200px;
	background: transparent;
	overflow: hidden;
	font-size: 1.2em;
}

.leftbox{
	padding-top: 15px;
	border: 1px solid #E2E2E2;
}

#rgtcol {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden;
	font-size: 1.1em;
}

#rgtcol h3{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9B9;
	padding-bottom: 7px;
	margin-right: 15px;
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 570px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}


/* Main Navigation */

#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px;
	font-size: 1.2em;
	padding: 4px 10px 4px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
}

/* Forms, Input boxes and buttons */
div.login {float: right; height: 2em; line-height: 1em; margin: 20px 0 0 0; width: 12.0em; font-size: 0.9em;}

