body, HTML {
	margin: 0px;
	height: 100%;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#818181;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#333333;
}

body a {
	color:#25aae1;
}
#frame {
	
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 100%;
	}
	
#topheader {
	margin-left:auto;
	margin-right:auto;
}	
#contentheader {
	height: 84px;
	}
#columnleft {
	width:157px;
	float:left;
}	
#maincontent {
	width: 593px;
	background-image: url(../images/background_maincolumn.png);
	background-repeat: repeat-y;
	background-position: top;
	float:left;
	min-height:600px;
	position:relative;
}


#maincolumnheader {
	width:593px;
	height:37px;
	background-image: url(../images/image_main_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#columnright {
	float:right;
	width:188px;
	text-align:center;
}
	
form {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color:#fff;
	height: 20px;
	border-top: 1px #666666 dotted;
	margin-left:auto;
	margin-right:auto;
	width: 573px;
	float:left;
	position: absolute;
	bottom:0px;
	left:10px;
	padding-top:5px;
	font-size:10px;
}
#footerleft {
	float:left;
	text-align: left;
	width:250px;
	padding-left:10px;
}

#footerright {
	float:right;
	text-align: right;
	width:250px;
	padding-right:10px;
}

#contentcentre {
	width: 536px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:7px;
}

#blockleft {
	float: left;
	width: 250px;
}

#blockright {
	float: right;
	width: 250px;
}
/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 22px; /* */
	margin-top:40px;
	width:140px;
}


#p7TMnav div {
	margin-bottom: 2px;
	
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin:0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #4c8cd0;
	
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0 0px 8px;
	display: block;
	background-image: url(../images/background_button.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	width:140px;
	height: 25px;
	text-decoration: none;
/* */
}
#p7TMnav div a:visited {
	color: #fff;
}
#p7TMnav div a:hover {
	color: #333333;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	background-color: #818181;
	margin-top: 0px;
	border: none;
	margin-bottom: 1px;;
	color:#fff;
	line-height: 22px;
	background-image:none;
	margin-left:10px;
	padding-left:0px;
	width:120px;
	margin-top:0px;
}
#p7TMnav div div a:visited {
	color:#fff;
}
#p7TMnav div div a:hover {
	color:#333333;
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 15px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 15px !important;
}
.p7currentmark {
	color: #fff !important;
	padding: 1px 0 1px 15px !important;
}









