@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg_main.gif);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration:underline;
}

#menu-section-list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	list-style-type: none;
}

#menu-section-list ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	list-style-type: none;
}

ul#menu-section-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

ul#menu-section-list li a
{
    background-position: left;
    margin: 0;
    padding: 0 0 0 25px;
    color: #545454;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    display: block;
    background: url(images/navbullet.gif) no-repeat left;
    font-size: 12px; 
    /* requested bigger text on the menu links the the eco-schools team 12/12/08 MS */
}

/* HELP: List formatting for the sub-sections shown in the left menu. The links themselves will use the standard a and a:hover formatting. */
ul#menu-section-list li a:hover {
	color: #fff;
	background: url(images/navactive.gif) no-repeat left;
}
.footer {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size:9px;
}
.footer a {
	font-size:9px;
	text-decoration:none;
}
.footer a:hover {
	font-size:9px;
	text-decoration:underline;
}
.right {
	padding-left:10px;
	float:right;
}
.left {
	padding-right:10px;
	float: left;
}
.tabletitle {
	color: #FFFFFF;
	background-color: #000099;
}
