/* Set all margins and padding in the element cascade to zero so that these properties are available for all objects in the cascade*/

* {
	margin: 0px; /* The px setting does not vary when the user changes the font size locally in the browser*/
	padding: 0px;
}

/* Set up the basic page*/

body{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 90%;
	table-layout: fixed;
	width: 840px;
	margin: 0 auto; /*Center container on page*/
}

#page {
 	border-collapse: collapse;
 	/*border-style: solid;
 	border-width: 1px;
 	border-color: blue;*/
}

a:visited { 
	color: #339933; 
}

a { 
	color: #339933; 
}

a:hover { 
	color: #CC0033; 
}

/* The Header*/

#headerLeft{
	display: none;
	/*border-style: solid;
 	border-width: 1px;
 	border-color: blue;*/
}

#headerRight{
	height: 30px;
	width: 150px;
	background-image: url(../Images/RightHeader.jpg);
	background-position: right top;
	/*border-style: solid;
 	border-width: 1px;
 	border-color: blue;*/
}

#headerCentre {
	height: 30px;
	background-color: #FFFF02;
	/*border-style: solid;
	border-width: 1px;
	border-color: blue;*/
}

#headerLeft h1{
	display: none;
}

#headerRight h1{
	padding-top: 27px; /* ADJUST ACCORDING TO Height of #headercentre h1{font-size:} and #headercentre h2{font-size:} */ 
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: center;
	color: #FFFF00;
}

#headerCentre h1{
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	text-align: left;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 10px; 
	color: #339933;
}


/* The body*/

#contentLeft {
	display: none;
}

h1.leftmenuheader {
	padding-top: 8px;
	margin-bottom: -8px;
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #FFFF00;
}

#contentRight {
	width: 150px;
	vertical-align: top;
	background-color: #339933;
	text-align: center;
	/*border-style: solid;
 	border-width: 1px;
 	border-color: blue;*/
}

img.rightBannerAd {
	width: 100px;
	border-width: 0px;
}

#contentCentre {
	width: 70%;
	vertical-align: top;
	background-color: #FFFF02;
	padding: 5px;
	/*border-style: solid;
 	border-width: 1px;
 	border-color: blue;*/
}
/*The content items themselves*/

table.contentSection{
	width: 580px;
	table-layout: fixed
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #339933;
	margin-bottom: 5px;
}

td {
	vertical-align: top;
}

td.contentText {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
}

.contentSectionHeader h1{
	padding:5px;
	padding-left: 5px;
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 130%;
	font-style: none;
	color: #339933;
	background-color: #FFFF02;
	border-bottom:1px solid #CB0133;
	margin-bottom: 5px;
}

h2{
	width: 580px;
	font-size: 90%;
	padding-bottom: 5px;
	padding-left: 8px;
}

h4{
	padding:5px;
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #339933;
}

/*Set up lists in the content*/
.contentText ul, ol{
	list-style-position: inside;
	margin-left: 5px;
}

.contentText li{
	padding-left: 15px;
	text-indent: -21px; /* creates the hanging indent on lists */
	padding-bottom: 5px;
}

/* Set up the borders for images in the content*/
img {
	border-right:2px solid #808080;
	border-bottom:2px solid #808080;
}

/*The Left Menu*/

ul.leftMenu {
	display: none;
}

li.leftMenu {
	padding-bottom: 5px;
}

a.leftMenu{
	text-decoration: none;
	color: #FFFF00;
}

a.leftMenuCurrent{
	text-decoration: none;
	color: #FFFFFF;
}

a.leftMenuCurrent:visited{
	text-decoration: none;
	color: #FFFFFF;
}

a.leftMenuCurrent:hover{
	color: #FFFFFF;
}

a.leftMenuCurrent:active{
	color: #FFFFFF;
}

a.leftMenu:visited{
	text-decoration: none;
	color: #FFFF00;
}

a.leftMenu:hover{
	color: #FFFFFF;
}

a.leftMenu:active{
	color: #FFFFFF;
}

ul.leftSubMenu {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 10px;
}

li.leftSubMenu {
	padding-bottom: 5px; 
}

a.leftSubMenu{
	text-decoration: none;
	color: #FFFF00;
}

a.leftSubMenuCurrent{
	text-decoration: none;
	color: #FFFFFF;
}

a.leftSubMenu:visited{
	text-decoration: none;
	color: #FFFF00;
}
a.leftSubMenu:hover{
	color: #FFFFFF;
}

a.leftSubMenu:active{
	color: #FFFFFF;
}

/*The Right Sidebar*/

a.contentRight:hover {
	color: #FFFFFF;
}

a.contentRight:active {
	color: #FFFFFF;
}

a.contentRight:visited {
	color: #FFFFFF;
}

img.contentRight {
	border-width: 0px;
}

/*The footer*/


#footerLeft{
	display: none;
}

#footerCentre{
	height: 50px;
	margin:5px;
	font-family: Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	color: #339933;
	background-color: #FFFF02;
}

#footerRight{
	height: 50px;
	background-image: url(../Images/FooterRight.jpg);
	background-position: right bottom;
}






