/*Layout Settings*/
body {
	text-align: center; /*center hack*/
}

#wrap {
	width: 950px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#wrap-inner {
	width: 950px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#topnavcontainer {
	width: 950px;
	/*padding-bottom: 10px;*/

}

#sidebar {
	float: left;
	width: 210px;
}

#sidebar-no-left {
	float: left;
	width: 0px;
}

#sidebar-no-right {
	float: left;
	width: 210px;
}

#sidebar-full {
	float: left;
	width: 0px;
}

#main-body {
	float: right;
	width: 740px;
}

#main-body-no-left {
	float: right;
	width: 950px;
}

#main-body-no-right {
	float: right;
	width: 740px;
}

#main-body-full {
	float: right;
	width: 950px;
}

#content {
	float: left;
	width: 540px;
}

#content-no-left {
	float: left;
	width: 750px;
}

#content-no-right {
	float: left;
	width: 740px;
}

#content-full {
	float: left;
	width: 950px;
}

#sidebar-2 {
	float: right;
	width: 200px;
}

#sidebar-2-no-left {
	float: right;
	width: 200px;
}

#sidebar-2-no-right {
	float: right;
	width: 0px;
}

#sidebar-2-full {
	float: right;
	width: 0px;
}

#footer {
	clear: both;
}

.inside {
	padding: 10px 25px 10px 15px;
}

.inside_left {
	padding-top: 10px;
	padding-left: 5px;
}

.inside_right {
	padding: 10px;
}

/*Customisation Settings*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: left;
	background-color: #FFFFFF;
}

.body-bg {
	/*background: url(../images/backgrd.gif);*/
	background-color: #608B2B;
	color: #000000;
}

a {
	text-decoration: none;
	color: #8CC63E;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
	color: #00207B;
}

a:active {
}

/*h1 {
	font-size: 1.6em;
}*/

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
}

strong, b {
	font-weight: bold;
	color: #00207B;
}

img {
	border: 0;
}

div{
}

td {
}

tr {
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: center;
}

/*Styling for layout divs from layout.css*/
#wrap{
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/threecol-lr.gif) repeat-y;
	background-color: white;
	height: 100% !Important;
	height: 1%;
	/*border: 1px solid #3D561B;*/
}

#wrap-inner {
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/leaf-lrg.gif) bottom left no-repeat;
}

#topnavcontainer {
	display: block;
	margin-bottom: 0px;
	background-color: #8CC63E;
	/*background: url("../images/topmenu_bg.png");*/
}

#footer{
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/footerbg.jpg) no-repeat;
	height: 43px;
}

#footer-info {
	padding: 2px 0px 0px 10px;
	font-size: 0.9em;
	color: #00207B;
	text-align: center;
}

#footer-info a {
	color: #00207B;
	text-decoration: none;
}

#footer-info a:hover {
	color: #00207B;
	text-decoration: underline;
}

/*Start Listamatic*/
/*#topnavcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topnavcontainer li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url("../images/topmenu.png");
	text-align: center;
}

#topnavcontainer a {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 158px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#topnavcontainer li #active_menu-top {
	background: url("../images/topmenuhover.png");
	text-decoration: underline;
	color: #00207B;
}

#topnavcontainer li a.mainlevel_active-top {
	background: url("../images/topmenuhover.png");
	text-decoration: underline;
	color: #00207B;
}

#topnavcontainer a:hover {
	background: url("../images/topmenuhover.png");
	text-decoration: underline;
	color: #00207B;
}*/

/*End Listamatic*/


/* NAVIGATION/MENU SETTINGS */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	color: #65912D;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 200px;
	text-decoration: none;
	text-indent: 25px;
	font-weight: bold;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #00207B;
}

a.mainlevel_active, #active_menu.mainlevel_current {
	display: block;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 200px;
	text-decoration: none;
	text-indent: 25px;
	background-position: 0px -25px;
	color: #00207B;
	font-weight: bold;
}

/*Null Links in Menu*/

.mainlevel, .mainlevel_active{
	display: block;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/fixedmenu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 200px;
	text-decoration: none;
	text-indent: 8px;
/*	background-position: 0px -25px;*/
	color: #00207B;
	font-weight: bold;
}

a.mainlevel_active:hover {
	color: #00207B;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/submenu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px; /*font-weight: bold;*/
	color: #65912D;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
	text-indent: 20px;
	font-weight: bold;
}

a.sublevel:hover {
	color: #00207B;
	background-position: 0px -25px;
	text-decoration: none;
}

a.sublevel_current, #active_menu.sublevel_current {
	display: block;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/submenu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px; /*font-weight: bold;*/
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
	text-indent: 20px;
	background-position: 0px -25px;
	color: #00207B;
	font-weight: bold;
}

a.sublevel_current:hover {
	color: #00207B;
	text-decoration: none;
	font-weight: bold;
}

/* END NAVIGATION/MENU SETTINGS */
/* MODULES FORMATTING */

.moduletable h3{
	margin: 0px;
	padding: 0px;
}

.moduletable{
	margin: 0px;
	padding: 0px;
}

.moduletable-random{
	padding: 10px 15px;
}

/* CONTENT PAGE SETTINGS */
a.category:link {
}

a.category:hover {
}

a.category:visited {
}

.blogsection {
}

.blog_more {
}

a.blogsection:link {
}

a.blogsection:visited {
}

a.blogsection:hover {
}

.componentheading {
	font-size: 1.4em;
	font-weight: bold; /*font-family: Georgia;*/
	padding-bottom: 1.1em;
	color: #00207B;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/leaf-sm.png) top left no-repeat;
	text-indent: 30px;
}

/* Title of the component being used to display the content.*/
.contentheading, h1{
	font-size: 1.4em;
	font-weight: bold; /*font-family: Georgia;*/
	padding-bottom: 1.1em;
	color: #00207B;
	background:  url(file:///C|/Documents%20and%20Settings/Andy%20Schofield/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/leaf-sm.png) top left no-repeat;
	text-indent: 30px;
}

.contentheading td{
	padding-left: 30px;
}

.contentpane {
}

.contentpaneopen {
	width: 100%;
}

.contentpagetitle {
}

a.contentpagetitle:hover {
}

a.contentpagetitle:link {
}

a.contentpagetitle:visited {
}

.contentdescription {
}

table.contenttoc {
}

table.contenttoc td {
}

table.contenttoc th {
}

table.contenttoc td.toclink {
}

a.toclink:link {
}

a.toclink:visited {
}

a.toclink:hover {
}

/* SECTIONS LISTINGS */
.sectiontableheader {
}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

/* FORMS SETTINGS */ 
input {
	background-color: #F3F9EC;
	border: 1px solid #8CC63E;
}

textarea {
	background-color: #F3F9EC;
	border: 1px solid #8CC63E;
}

select {
	background-color: #F3F9EC;
	border: 1px solid #8CC63E;
}

/* MISCELLANEOUS */
.pagenavbar {
}

.pagenavbar:link {
}

.pagenavbar:visited {
}

.pagenav {
}

a.pagenav:visited {
}

a.pagenav:hover {
}

a.readon:link {
}

a.readon:hover {
}

a.readon:visited {
}

.back_button {
}

.pagenav_prev {
}

.pagenav_next {
}

.latestnews ul {
}

.latestnews li {
}

.mostread ul{
}

.mostread li{
}

/* Dates , Authors*/
.createdate {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

.modifydate {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

.small {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

.smalldark {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #CCCCCC;
}

.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: #999999;
}

/*Found in poll result page, for " Number of Voters".. text */
/* Polls */
.poll {
}

.pollstableborder {
}

/* Weblinks */
.weblinks{
}

a.weblinks:hover {
}

/* Newsfeeds */
.newsfeedheading {
}

.newsfeeddate {
}

.fase4rdf {
}

/* Search page */
table.searchintro {
}

table.net {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F3F9EC;
}

table.net td {
	padding: 4px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*General Table Cell Vertical Alignment*/

td {
	vertical-align: top;
}