html, body 
{
	height: 100%;
}

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Arial;
	background-attachment: scroll;
	background-image: url(images/bgRight.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#divMainContainer 
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 100%;
	top: 0;
	background-attachment: scroll;
	background-image: url(images/bgLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

html>body #divMainContainer {
				height: auto;
			}
			
#divContent
{
	position: relative;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
	padding-bottom: 38px;
}

#divTopContainer 
{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#divTopSpace 
{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgTopSpace.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#divTopMenu 
{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgTopMenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	line-height: 14px;
}

#divTopLeft 
{
	position: absolute;
	width: 658px;
	height: 150px;
	top: 50px;
	left: 0px;
}

#divTopRight
{
	position: absolute;
	width: 90px;
	height: 150px;
	top: 50px;
	right: 0px;
	background-attachment: scroll;
	background-image: url(images/bgTopRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}


#divMainContentContainer 
{
	position: relative;
	width: auto;
	margin: 0 auto;
	padding-right: 220px;
	padding-left: 240px;
}

#divMainContentContainerOfsted 
{
	position: relative;
	width: auto;
	margin: 0 auto;
	padding-right: 209px;
	padding-left: 240px;
}


#divFooter 
{
	position: absolute;
	background-color: #FFFFFF;
	height: 30px;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-attachment: scroll;
	background-image: url(images/bgFooterMain.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#divFooterLeft 
{
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: 360px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-attachment: scroll;
	background-image: url(images/bgFooterLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#divLeftContainer 
{
	position: absolute;
	width: 225px;
	float: left;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: right;
	top: 215px;
}

#divRightContainer
{
	position: absolute;
	width: 210px;
	padding-left: 0px;
	padding-right: 0px;
	top: 215px;
	right: 0px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/bgRight.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}



/* Styles for Menu Navigation */
#menu_nav {
	position: absolute;
	width: 225px;
	float: left;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bgLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: right;
	top: 215px;
}

#menu_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_nav li {
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
}

/* Buttons roll overs*/

#aboutUs{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_about_us.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#aboutUs:hover {
	background-attachment: scroll;
	background-image: url(images/btn_about_us_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#aims{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_aims.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#aims:hover {
	background-attachment: scroll;
	background-image: url(images/btn_aims_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#information{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_information.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#information:hover {
	background-attachment: scroll;
	background-image: url(images/btn_information_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#infoProspectus{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_prospectus.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#infoProspectus:hover {
	background-attachment: scroll;
	background-image: url(images/btn_prospectus_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#infoTermDates{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_term_dates.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#infoTermDates:hover {
	background-attachment: scroll;
	background-image: url(images/btn_term_dates_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#infoParents{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_infoParents.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#infoParents:hover {
	background-attachment: scroll;
	background-image: url(images/btn_infoParents_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


#ofsted{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_ofsted.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#ofsted:hover {
	background-attachment: scroll;
	background-image: url(images/btn_ofsted_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#activities{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_activities.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#activities:hover {
	background-attachment: scroll;
	background-image: url(images/btn_activities_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#timetable{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_timetable.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#timetable:hover {
	background-attachment: scroll;
	background-image: url(images/btn_timetable_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#staff{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_staff.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#staff:hover {
	background-attachment: scroll;
	background-image: url(images/btn_staff_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#staffRecruitment{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_recruitment.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#staffRecruitment:hover {
	background-attachment: scroll;
	background-image: url(images/btn_recruitment-over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}



#committee{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_committee.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#committee:hover {
	background-attachment: scroll;
	background-image: url(images/btn_committee_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#fundraising{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_fundraising.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#fundraising:hover {
	background-attachment: scroll;
	background-image: url(images/btn_fundraising_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#freeDonations{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_fundraising_free.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#freeDonations:hover {
	background-attachment: scroll;
	background-image: url(images/btn_fundraising_free_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#policies{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_policies.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#policies:hover {
	background-attachment: scroll;
	background-image: url(images/btn_policies_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#links{
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin: 0 auto;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_links.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#links:hover {
	background-attachment: scroll;
	background-image: url(images/btn_links_over.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


/* Top Nav Home and Contact Us */

#home{
	position: absolute;
	top: 0px;
	right: 220px;
	width: 98px;
	height: 30px;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#home:hover {
	background-attachment: scroll;
	background-image: url(images/btn_home_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#contact{
	position: absolute;
	top: 0px;
	right: 70px;
	width: 146px;
	height: 30px;
	display: block;
	background-attachment: scroll;
	background-image: url(images/btn_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: xx-small;
	color: #FFFFFF;
}

#contact:hover {
	background-attachment: scroll;
	background-image: url(images/btn_contact_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*end nav*/

/* bullet points */

#bulletsActivities ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_activities.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsActivities li {
	list-style-type: none;
	background-image: url(images/bullet_activities.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.TxtIndentBullet {
	padding-left: 25px;
	padding-bottom: 10px;
}

.TxtIndentPolicyBullet {
	padding-left: 25px;
	padding-bottom: 0px;
}

#bulletsFundraising ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_fundraising.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsFundraising li {
	list-style-type: none;
	background-image: url(images/bullet_fundraising.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsAims ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_aims.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}


#bulletsAims li {
	list-style-type: none;
	background-image: url(images/bullet_aims.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsPolicy ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_policy.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}


#bulletsPolicy li {
	list-style-type: none;
	background-image: url(images/bullet_policy.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_info.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}


#bulletsInfo li {
	list-style-type: none;
	background-image: url(images/bullet_info.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsStaff ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/bullet_staff.jpg);
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#bulletsStaff li {
	list-style-type: none;
	background-image: url(images/bullet_staff.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* fonts */
p {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

a {
	font-family: "Comic Sans MS", Arial;
	text-decoration: none;
}

h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}

h2 {

	font-family: "Comic Sans MS", Arial;
	font-size: large;
	font-weight: bold;
	color: #333333;
}

.TxtFooter:link {
	color:#333333;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial;
	font-weight: bold;
	font-size: small;
}

.TxtFooter:visited {
	color:#333333;
	font-weight: bold;
}

.TxtFooter:hover {
	color:#333333;
	border-bottom:1px dashed #333333;	
}

.TxtBold {
	font-weight: bold;
}

.TxtItalic {
	font-style:italic;
}

.TxtPageLink {
	font-weight: bold;
	color: #333333;
}

.TxtPageLink:hover {
	border-bottom:1px dashed #339900;
	color: #339900;	
	}
	
.TxtSmall {
	font-family: "Comic Sans MS", Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.TxtActivitiesColour {
	color: #EBBC01;
	font-weight: bold;
}

.TxtCommitteeColour {
	color: #FF0066;
}

.TxtCommitteeBold {
	color: #FF0066;
	font-weight: bold;
}

.TxtUsefulLinkColour {
	color: #996666;
}

.TxtUsefulLinkBold {
	color: #996666;
	font-weight: bold;
	font-size: large
}

.TxtUsefulLinkLink {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}

.TxtUsefulLinkLink:hover {
	border-bottom:1px dashed #996666;
	color: #996666;	
	}

.TxtFundraisingColour {
	color: #FC6800;
}

.TxtFundraisingLink {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-weight: normal;
	color: #FC6800;
}

.TxtFundraisingLink:hover {
	border-bottom:1px dashed #FC6800;
	color: #FC6800;	
	}

.TxtPolicyLink {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-weight: normal;
	color: #339966;
}

.TxtPolicyLink:hover {
	border-bottom:1px dashed #339966;
	color: #339966;	
	}

.TxtInfoColour {
	color: #01359A;
}
.TxtInfoItalic {
	color: #01359A;
	font-style: italic;
}

.TxtInfoBold {
	color: #01359A;
	font-weight: bold;
	font-size: medium;
}

.TxtStaffColour {
	color: #0099FF;
}
.TxtStaffItalic {
	color: #0099FF;
	font-style: italic;
}

.TxtStaffBold {
	color: #0099FF;
	font-weight: bold;
}

.TxtOfstedLink {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-weight: normal;
	color: #01359A;
}

.TxtOfstedLink:hover {
	border-bottom:1px dashed #01359A;
	color: #01359A;	
	}

.TxtColour {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
}

.NoBorder {
	border: 0 none #000000;
}

/*Background Colours   */

.BgLightGreen {
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px;
}

.BgMidGreen {
	border: thin solid #FFFFFF;
	background-color: #99CCFF;
	padding: 4px;
}
