/* colours for this site:
green: #94aa39
blue: #abc
drk blue #555E66
*/

body
	{background: #fff;
	color: #000;
	font-size: 12pt;}
	
img.print_only
	{display: block;
	text-align: center;}
	
/* TEXT CONTROLS */
h1
	{font-variant: small-caps;
	text-align: center;}
	
h2
	{color: #94aa39;
	background: #fff;}
h3
	{color: #94aa39;
	background: inherit;}
	
p
	{}
	
.rp 
	{color: #94aa39;
	background: inherit;
	font-weight: bold;}
	
b
	{color: #555e66;
	background: inherit;}
	
ul
	{list-style-image: url(images/bullet.gif);}
/* END TEXT CONTROLS */
	
div#container 
	{color: #000;
	background: #fff;
	width: auto;
	margin: 0 auto;}
	
* html div#container 
	{margin: auto;}
	
div#header img
	{display: none;}
/* header img taken away for printing purposes */
	
div#menu 
	{display: none;}
/* div#menu taken away for printing purposes */
	
div#content 
	{background: inherit;
	color: inherit;
	padding: 100px 50px 20px 50px;}
	
div#footer 
	{color: #555E66;
	background: inherit;
	text-align: center;
	padding-bottom: 5px;}
	
div#footer a
	{color: #555E66;
	background: inherit;
	text-decoration: none;}
	
div#footer a:hover
	{color: #94aa39;
	background: inherit;}