@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#534919;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
	color:#534919;
	font-size:1.3em;
	margin-top:0px;
	margin-bottom:10px;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
	color:#534919;
	font-size:1.2em;
	margin-top:0px;
	margin-bottom:10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#534919;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
ul {
list-style-image:url(/greenerplanning/images/tick_bullet.gif);
padding-left:25px;
}

.big {
	font-size:1.1em;
}
.bigger {
	font-size:1.3em;
}
.biggest {
	font-size:1.5em;
}
.quote {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-2px;
	font-size:1.5em;
	color:#85B034;
}
.text_brown {
	color:#534919;
}
.text_l_green {
	color:#85B034;
}
.text_d_green {
	color:#3A4C00;
}
.text_blue {
	color:#008D7F;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
}
.bg_green {
	background-color:#85B034;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
}
.bg_blue {
	background-color:#068D7F;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
}
.bg_brown {
	background-color:#534919;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
}
.bg_green a, .bg_brown a, bg_blue a {color:#FFF;}
.left {
	float:left;
	width:260px;
}
.right {
	float:right;
	width:245px;
}
.bdr_g_dots {
	background-image:url(../images/green_dot_border.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#frame {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/colour/images/frame_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	overflow:auto;	
	}
#left_col {
	float:left;
	width:228px;
	position:relative;
	z-index:3;
}
#mid_col {
	float:left;
	width:528px;
	position:relative;
	z-index:2;
}
#right_col {
	float:left;
	width:204px;
	overflow:hidden;
}
