/*																*/
/*  Raintree Design Customer Stylesheet					*/
/*  Created: March 2010										*/
/*  Version: 1.0												*/
/*																*/
/*  This code belongs exclusively to Open Knowledge Corp.  		*/
/*  Created by Anne Dixon-Mahatoo								*/
/*																*/
/* link, visited, hover, active									*/
/*																*/

/* Colours used:			*/
/*	blue: 005a84			*/
/*  dark green: 48a942		*/
/*  medium green: 8cc63f	*/
/*  light green: c4df9b		*/
/*  grey (text): 555555		*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body { 
	background: #FFF;

	color: red;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 62.5%;        
	margin: 0px;
	}

img {
	align: center;
	}

#MenuBar {
	background: #fff;
	clear: both;
	height: 61px;
	margin: 0 auto;
	margin-top: 150px;
	width: 800px;
	}
#MenuBar ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	}

#MenuBar li {
	background: transparent url('../images/MenuTabOff.gif') bottom left repeat-x;
	color: #fff;
	font-size: 1.3em;
	float: right;
	height: 61px;
	list-style: none;
	margin: 0 1px;
	}

#MenuBar a {
	background: transparent;
	color: #777;
	display: block;
	height: 14px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 25px;
	text-decoration: none;
	}

#MenuBar a:hover {
	background: transparent url('../images/bullet.png') bottom left no-repeat;
	color: #777;
	}

#contentWrapper {
	background: #fff;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	}

#footer {
	clear: both;
	}

#footer p {
	color: #555;
	padding-left: 15px;
	}
	

	

