body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	background-image: url(images/bg_tile.png);
	background-repeat: repeat-x;
}
A {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #03456b;
}
A:link {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #03456b;
}
A:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #03456b;
}
A:hover {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #03456b;
}
A:active {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #03456b;
}
#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #ffffff;
}
#topsection {
	height: 180px; /*Height of top section*/
}
#contentwrapper {
	float: left;
	width: 100%;
	background: #ffffff;
}
#contentcolumn {
	margin: 0 240px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #f4f8fb;
}
#contentcolumnwhite {
	margin-left: 205px; /*Set left margin to LeftColumnWidth*/
	background: #ffffff;
}
#leftcolumn {
	float: left;
	width: 240px; /*Width of left column in pixel*/
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
	background: #ffffff;
	height: 500px;
}
#rightcolumn {
	float: left;
	width: 240px; /*Width of right column*/
	margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
	background: #ffffff;
	height: 500px;
}
#footer {
	clear: left;
	width: 100%;
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	height: 40px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #03456b;
	margin: 5px;
	text-decoration: none;
}
#blue {
	background: blue;
	color: #ffffff;
}


#yellow {
	background: #ffcc00;
	color: #ffffff;
}

#green {
	background: #99cc00;
	color: #ffffff;
}

#ebiztext{
	color: #ffffff;
	font-size: 20px;
}
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#maincontainer2col {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #ffffff;
}
#contentwrapper2col {
	float: left;
	width: 100%;
}
#contentcolumn2col {
	margin-left: 240px; /*Set left margin to LeftColumnWidth*/
	background: #f4f8fb;
}
#leftcolumn2col {
	float: left;
	width: 240px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	background: #ffffff;
	height: 500px;
}
h1 {
	font-family: Georgia, serif;
	Padding: 10px 0px 0px 10px;
	font-size: 16px;
	color: #03456b;
}
h2 {
	font-family: Georgia, serif;
	margin: 12px;
	font-size: 12px;
	color: #65696f;
}
h3 {
	border-top: 1px dotted #dadada;
}
p {
	font-family: Georgia, serif;
	font-size: 11px;
	margin: 10px;
	color: #65696f;
	line-height: 1.4em;
}
li {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #5a5b5d;
	line-height: 1.4em;
}
/*menu*/
arrowlistmenu {
	width: 233px; /*width of menu*/
}
.arrowlistmenu ul {
	list-style-type: none;
	margin: 3px;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #A70303;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	border-bottom: 1px dotted #dadada;
	background-color: #ffffff;
	display: block;
	padding: 2px, 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
}
.arrowlistmenu ul li a:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	background-color: #ebeef0;
}
.arrowlistmenu li a.selected {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	background-color: #ebeef0;
	background: url(images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px, 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
}
/*menu*/
/*submenu*/
submenu {
	width: 233px; /*width of menu*/
}
.submenu ul {
	list-style-type: none;
	margin: 3px;
	padding: 0;
}
.submenu ul li {
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.submenu ul li a {
	color: #A70303;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	border-bottom: 1px dotted #dadada;
	background-color: #ffffff;
	display: block;
	padding: 2px, 0;
	padding-left: 19px; /*link text is indented 19px*/
	background: url(images/home.gif) no-repeat center left; /*custom bullet list image*/
	text-decoration: none;
}
.submenu ul li a:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
}
.submenu ul li a:hover { /*hover state CSS*/
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	background-color: #ebeef0;
}
/*submenu*/
/*submenu2*/
submenu {
	width: 233px; /*width of menu*/
}
.submenu2 ul {
	list-style-type: none;
	margin: 3px;
	padding: 0;
}
.submenu2 ul li {
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
.submenu2 ul li a {
	color: #A70303;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	border-bottom: 1px dotted #dadada;
	background-color: #ffffff;
	display: block;
	padding: 2px, 0;
	padding-left: 19px; /*link text is indented 19px*/
	background: url(images/favourites.gif) no-repeat center left; /*custom bullet list image*/
	text-decoration: none;
}
.submenu2 ul li a:visited {
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
}
.submenu2 ul li a:hover { /*hover state CSS*/
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	color: #03456b;
	background-color: #ebeef0;
}
/*submenu2*/
.picture {
	margin: 10px;
}
blockquote {
	width: 233px;
	text-align: center;
	margin: 0px;
	padding: 0;
	background: #ffffff url(images/top.gif) no-repeat top left;
}
#quote {
	margin: 0;
	padding: 30px 20px 10px 20px;
	font-family: Georgia, serif;
	font-size: 17px;
	color: #bdb8a6;
	font-style: italic;
	line-height: 1em;
	background: url(images/end_quote.gif) no-repeat right bottom;
}
#author {
	margin: 0;
	padding: 0 0 3px 0;
	font-family: Verdana, sans-serif;
	font-size: 8.5px;
	color: #03456b;
	background: url(images/bottom.gif) no-repeat bottom;
}
table {
	border-top: #ffffff;
	border-collapse: collapse;
	margin: 0px 0px 0px 10px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #bdb8a6;
	padding-bottom: 1px;
}
th, td {
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 1px solid #0c7b4f;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	colour: #ffffff;
}
thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0c7b4f;
}
#thisform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5a5b5d;
}
#thisform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5b5d;
}
#thisform fieldset {
	border: 1px solid #ccc;
	padding: 0 5px;
}
#thisform legend {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 90%;
	colour: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
}
#yourname, #yourmessage, #addressline1, #addressline2, #addressline3, #postcode, #telephonenumber, #childsname, #childsdob, #yourlocalcouncil, #youremail, #additionalcomments, #childsschool {
	width: 320px;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #5a5b5d;
}
#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px
}
#msgcontent {
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px
}
.picture {
	margin: 10px;
}

