/* colours for this site:
green (spring version): 94aa39 
blue: abc
drk blue: 555E66
drk drk blue (winter version): 1c1f32
*/

body
	{background: #abc;
	color: #000;
	font-size: 80%;}
	
img.print_only
	{display: none;}
	
/* 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, strong
	{color: #555e66;
	background: inherit;}
	
ul
	{list-style-image: url(images/bullet.gif);}
/* END TEXT CONTROLS */
	
div#container 
	{color: #000;
	background: #fff;
	width: 600px;
	margin: 0 auto;}
	
* html div#container 
	{margin: 1em auto;}

* html img.nobottom /* fix for IE */
	{margin: 0 0 -3px 0;
         padding: 0;}
	
div#menu 
	{width: 150px;
	background: #fff;
	color: inherit;
	float: left;
	margin-top: 100px;
	margin-right: 1em;
	margin-left: 30px;
	font-family: tahoma, helvetica, verdana, arial, sans-serif;}
	
div#menu a
	{color: inherit;
	background: inherit;
	display: block;
	text-decoration: none;
	padding: 0 0.5em;
	border-right: 1px solid #abc;
	border-left: 1px solid #abc;}
	
div#menu a:hover 
	{color: #94aa39;
	background: inherit;
	text-decoration: none;}
	
div#content 
	{background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 100px 50px 20px 50px;}
	
div#content a, div#content a:visited
	{background: inherit;
	color: #555E66;
	font-weight: bold;
	text-decoration: none;}
	
div#content a:hover
	{background: inherit;
	color: #94aa39;
	font-weight: bold;
	text-decoration: none;}
	
div#footer 
	{color: #555E66;
	background: inherit;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding-bottom: 5px;}
	
div#footer a, div#footer a:visited
	{color: #555E66;
	background: inherit;
	text-decoration: none;} 
	
div#footer a:hover
	{color: #94aa39;
	background: inherit;}
	
img.image
	{padding: 7px;}
	
.center
	{text-align: center;}
