html, body {
	background-image:				url(../images/background.gif);
	background-repeat:				repeat-y;
	background-position:			center;
	background-color:				#CCCCB4;
	margin:							0px; 
	padding:						0px;
	text-align:						center;
	height:							100%;
	margin-bottom:					-5px;
}


html, body, td {
	font-family:					Verdana, Arial, Helvetica, sans-serif; 
	color:							#343434; 
	font-size:						12px;

}

td {
	font-size:						9px;
}



#body {
	width:							772px;
	margin:							0 auto;
	text-align:						left;
	min-height:						100%;
	position:						relative;

}



#content {
	padding-top:					10px;
	padding-bottom:					25px;
}

#cpaImage {
	margin-bottom:					30px;
}

#logoImage {
	margin-bottom:					32px;
}

#left {
	width:							200px;
	float:							left;
}

#centre {
	width:							358px;
	float:							left;
	padding-left:					7px;
	padding-right:					7px;

}

#right {
	margin-top:						80px;
	width:							193px;
	float:							left;
}


#footer {
	width:							771px;
	text-align:						left;
	font-size:						1px;
	position:						absolute;
	bottom:							-1px;
	text-align:						center;
	margin-left:					-770px;
}

#footer img {
	margin-left:					-130px;
	border:							0px;
	padding:						0px;
	margin-bottom:					7px;
}


ul.menu {
	padding:						0px;
	margin:							0px;
}

ul.menu li {
	list-style-type:				none;
	display:						block;
	height:							25px;
	padding:						0px;
	margin:							0px;
}

ul.menu li a{
	display:						block;
	height:							25px;
	text-decoration:				none;
	background-position:			0px 0px;
}

ul.menu li a:hover{
	background-position:			0px 25px;
}


ul.menu li a.active{
	background-position:			0px 25px;
}


a#homeLink {
	display:						block;
	height:							25px;
	text-decoration:				none;
	background-position:			0px 0px;

}

a {
	color:							#333333;
}

a#homeLink:hover{
	background-position:			0px 25px;
}

#menuSeparator {

	margin-top:						10px; 
	margin-bottom:					10px;
}

#contentTitle {
	display:						block;
	margin-bottom:					60px;
}

/** START DONT TOUCH THIS **/

.clear:after {
    content:						"."; 
    display:						block; 
    height:							0px; 
    clear:							both; 
    visibility:						hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {
	height:							1px;
}
.clear {
	display:						block;
}

#footer {
	margin-left:					0px;
	padding-top:					0px;
	margin-left:					0px;
	background-image:				url(../images/headerfooter.gif);
	background-repeat:				repeat-x;
	background-position:			bottom center;

}

#body {
	background-image:				url(../images/headerfooter.gif);
	background-repeat:				repeat-x;
	background-position:			top center;
}

#right {
	width:							200px;
}
/* End hide from IE-mac */

*html #right {
	padding-left: 2px;
}

*html body{ 
	margin-bottom:					0px;
}


*html #body { 
	height:							100%; 
	margin-bottom:					0px;
}
/** END DONT TOUCH THIS **/
