body { 
              margin: 0; 
	padding: 0; 	
	font-size: 100%;
	text-align: left; 
	background: #333333;
	color: #000000;
}


/* Global styles */
* {margin: 0; padding: 0; border: 1; bordercolor=#C84100;}
span {color: #003366}
p, ul, p a, h1, h2, h3, li {font-family: Arial, Helvetica, sans-serif}


/* Heading styles */
h1 {margin-left: 10px; font-family: Arial, Helvetica, sans-serif; color: #BFC4A1; float: left; font-weight: normal; margin-left: 10px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #BFC4A1; 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: #003366; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #BFC4A1; text-decoration: none; font-weight: normal}



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: 0.75em; background-color: #000000; color: #fff; line-height: 2.0em} /* headings on black backgrounds */

h3 {margin: 0; height: 24px; padding-left: 0px; font-size: 0.75em; background-color: #BFC4A1; color: #000000; line-height: 2.0em} /* headings on grey backgrounds */


h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {margin: 8px; font-size: 0.75em; 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 {   
	margin: 0 0 0 10px; 
	padding-left: 60px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: .75em; line-height: 1.75em; list-style: inside circle}



/* Paragraph Links */
a {color: #000000; font-weight: bold; text-decoration: none} 
a:link {color: #000000; 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: #FFFFFF
}
	
	
#hdr {    /* Header/Banner area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 5.5em; /* Same as h1 line-height */
	line-height: 4.5em;
	background: #fff
}

#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 24px; 
              background: url('navback.jpg');
}

#undernav {width: 770px; height: 5px; background: #8B8E77;}

#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;
              height: 1100px;
	background: #DEE3BD;
	overflow: hidden
}

#lfticol {
	float: left;
	width: 200px;
              height: 1600px;
	background: #DEE3BD;
	overflow: hidden
}

#lftccol {
	float: left;
	width: 200px;
              height: 2000px;
	background: #DEE3BD;
	overflow: hidden
}

#lftrcol {
	float: left;
	width: 200px;
              height: 2200px;
	background: #DEE3BD;
	overflow: hidden
}

#rgtcol {
	float: left;
	width: 395px;
              height: 1100px;
	background: transparent;
	overflow: hidden
}

#rgticol {
	float: left;
	width: 570px;
              height: 1600px;
	background: transparent;
	overflow: hidden
}

#rgtccol {
	float: left;
	width: 570px;
              height: 2000px;
	background: transparent;
	overflow: hidden
}

#rgtrcol {
	float: left;
	width: 570px;
              height: 2200px;
	background: transparent;
	overflow: hidden
}

#farcol {
	float: left;
	width: 175px;
              height: 1100px;
	background: #DEE3BD;
	overflow: hidden
}

#line {
	float: left;
	width: 1px;
              height: 1100px;
	background: #333333;
	overflow: hidden
}

#iline {
	float: left;
	width: 1px;
              height: 1600px;
	background: #333333;
	overflow: hidden
}

#cline {
	float: left;
	width: 1px;
              height: 2000px;
	background: #333333;
	overflow: hidden
}

#rline {
	float: left;
	width: 1px;
              height: 2200px;
	background: #333333;
	overflow: hidden
}

#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: 24px; margin-left: 5px; display: inline; font-weight: bold; vertical-align: middle}

#nav a span {color: #000000}




/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */

