body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 150%;
}

p,h2,i {
	
	margin: 0px;
	padding-top: 5px;
}

p {
font: 11px Verdana, Arial, Helvetica, sans-serif;	
line-height: 150%;
}

th {
	color: #C4AAB3;
	background-color: #F5F6F7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	background: #f7d6e1;
} 
.twoColFixRtHdr #header {
	background-image: url(../images/banner1.jpg);
	
	margin: 0px;
	padding-top: 110px;
	height: 30px;
	border: 1px none #000000;
	width: 960px;
} 

.twoColFixRtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left:7px;
	padding-right:8px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f7d6e1;
	border-left-color: #f7d6e1;
	background-color: #FAFAFC;
	padding-top: 0px;
	margin-top: 0px;
	}
	
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 224px;	 /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FAFAFC;
	border-left-color: #f7d6e1;
	border-left-style: solid;
	border-left-width: 2px;
	min-height: 862px;
	} 
	
	
.twoColFixRtHdr #footer {
	background-image: url(../images/footer1.jpg);
	padding-top: 0px;
	height: 80px;
	border: 1px none #000000;
	width: 960px;
	text-align: center;
} 

.movefooterRight {
	padding-left:500px;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.spacer {
	clear: left;
}

.query {
	
	width: 730px;
}

.displaypage {
	
	width: 700px;
	margin-left: 18px;
	margin-right: 5px;
}

/*********************************
	Standard Links
*********************************/
 a:link,  a:visited {
	color :#3f263f;
}

 a:active,  a:hover{
	color: #9DBCCA;
}

#content a:link,  a:visited {
	color :#3f263f;
}

#content a:active,  a:hover{
	color: #9DBCCA;
}

option:hover {
	background-color: white;
}

.menuItemFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	text-decoration: underline;
}

/*********************************
	Drop Down Horizontal Menu
	
IMPORTANT: The width solution below does not work for IE.
Instead change the widths in IE.css	
*********************************/
#MainMenuHorizOuter{
	width: 100%;
	
	text-align: right;
}

#MainMenuHoriz 
{
	text-align: right;
	
	margin-top:0;
	padding: 0;
	visibility: visible;
	margin-left: 15px;
	margin-right: 5px;
	width: 700px;
}



#MainMenuHoriz td{
	
}


#dropDownMenu
{	
	/* margin-left: 17%; */
	padding: 0;
	margin:0;
}


#dropDownMenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;

}

#dropDownMenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 3px 3px;
	width: 80px;
	color: #3F263F;
	text-align: center;
	text-decoration: none
}

#dropDownMenu li a:hover
{	
	background: #C4ABB4;/*colour of hover*/
	color: #FAFAFC;
}

#dropDownMenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
  
}

#dropDownMenu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 4px;
	width: 150px; /*width of dropdown menu*/
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:#C4ABB4;
	color: white;
	font: bold 11px arial
	}

#dropDownMenu div a:hover
{	
	background:#F3F3F4;
	color: #40263F;
}
/*********************************
	Region Dropdowns
*********************************/
.main{
	background-color: #3F263F;
	color: #FAFAFC;
}

.south{
	background-color: #9DBCCA;
	color: #FAFAFC;
}

.east{
	background-color: #AA8390;
	color: #FAFAFC;
}

.central{
	background-color: #005262;
	color: #FAFAFC;
}

.harpenden{
	background-color: #77686d;
	color: #FAFAFC;
}


	
/*********************************
	No Script Horizontal Menu
*********************************/

#MainMenuHoriz_noscript
{

	text-align: center;
	background-color: #3a3d4d;
	border-left: 1px solid;
	border-right:1px solid;
	border-top:0 ;
	border-bottom:0; 
	border-top-style: none;
	border-bottom-style: none;	
	border-color:#668CEF;
	padding:0;
	margin-top:0;
}

#noscript {
	margin:0;
	padding:0;
}

#noscript table{
	margin:0;
	padding:0;
}


#noscript td{
	background-color: #5970B2;
	padding:10px;
	font-size: 12px;
}

.noscript_separator{
	color: #404040;
}

.noscript_label{
	color: silver;
}

#noscript a:link, #noscript a:visited{
	color:#DDDDDD;
}

#noscript a:active, #noscript a:hover{
	color:white;
}

/*********************************
	Query Templates
*********************************/

.query {
	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	width: 700px;
	margin-left: 18px;
	
}

.queryLine {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;
	padding-left: 2px;
	padding-right: 2px;
}

.thumb_photo {
	
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.newsLine {
	margin:5px;
	padding:5px;
	background-color: #FAFAFC;
}

.twoColFixRtHdr #container #mainContent #welcome {
	background-image: url(../images/welcome.jpg);
	padding: 0px;
	margin-top: 1px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 312px;
	width:720px;
	color: #3F263F;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}

.twoColFixRtHdr #container #mainContent #welcomeEast {
	background-image: url(../images/welcome_east.jpg);
	padding: 0px;
	margin-top: 1px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 312px;
	width:720px;
	color: #3F263F;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}

.twoColFixRtHdr #container #mainContent #welcomeCentral {
	background-image: url(../images/welcome_central.jpg);
	padding: 0px;
	margin-top: 1px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 312px;
	width:720px;
	color: #3F263F;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}

.twoColFixRtHdr #container #mainContent #welcomeSouth {
	background-image: url(../images/welcome_south.jpg);
	padding: 0px;
	margin-top: 1px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 312px;
	width:720px;
	color: #3F263F;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}

.twoColFixRtHdr #container #mainContent #welcomeHarpenden {
	background-image: url(../images/welcome_harpenden.jpg);
	padding: 0px;
	margin-top: 1px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 312px;
	width:720px;
	color: #3F263F;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}


/*********************************
	Headings
*********************************/

h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3F263F;
	
}

h2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3F263F;
	
}

h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3F263F;
}

.tableHeadingL {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #EAEAEC;
	color: #40263F;
	line-height: 150%;
	
	margin-top: 0px;
	margin-left: -3px;
	margin-bottom: 5px;
	margin-right: -3px;
	padding-left: 3; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

option.hover, option:hover
    { 
        background-color:#FFFFFF;
        color:#000000;
    }

/*tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}*/

#headlineStrip,  #headlineStripCentral, #headlineStripSouth, #headlineStripEast, #headlineStripHarpenden{
	
	padding: 0px;
	margin-left:7px;
	margin-bottom: 10px;
	height: 22px;
	width:720px;
	text-align: center;
}

#headlineStrip {
	background-image: url(../images/whatsnew.gif);
}

#headlineStripCentral {
	background-image: url(../images/whatsnewcentral.gif);
}

#headlineStripSouth {
	background-image: url(../images/whatsnewsouth.gif);
}

#headlineStripEast {
	background-image: url(../images/whatsneweast.gif);
}

#headlineStripHarpenden {
	background-image: url(../images/whatsnewharpenden.gif);
}

.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEC;
	color: #C4AAB3;
	text-align: left;
	padding-left: 5px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.headingTop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEC;
	color: #C4AAB3;
	text-align: left;
	padding-left: 5px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.headingBottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEC;
	color: #FAFAFC;
	text-align: left;
	padding-left: 5px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-o-border-bottom-left-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.headingCart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEC;
	color: #FAFAFC;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 720px;
	
}

.trialLesson {
	width: 200px;
	text-align: center;
	padding-top: 17px;
	margin-top: -1px;
}

.chooseRegion {
	background-image: url(../images/region.jpg);
	width: 200px;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 5px;
	margin-top: 11px;
}

.generalFieldset{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;
	
}


/*********************************
	Text
*********************************/

.normalText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;
}

.control-settings  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
	
.status {
	background-color: #F7D6E1;
	padding: 5px;
	text-align: right;
	color: #FAFAFC;
	font-weight: bold;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FAFAFC;
	border-bottom-color: #F7D6E1;
	border-right-color: #FAFAFC;
	border-left-color: #FAFAFC;
	
}

.error {
	background-color: red;
	padding: 5px;
	text-align: right;
	color: #FAFAFC;
	font-weight: bold;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FAFAFC;
	border-bottom-color: #F7D6E1;
	border-right-color: #FAFAFC;
	border-left-color: #FAFAFC;
	
}
.table-search-box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EAEAEC;
	color: #C4aaB3;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-o-border-top-left-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.table-shopping-cart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin-left: 0px;
	border: 1px solid #8C85AA;
	background-color: #FFFFFF;
}

.detailRecord {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 5px;
}


.pinkLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #F7D6E1;
	border-right-color: #F7D6E1;
	border-bottom-color: #F7D6E1;
	border-left-color: #F7D6E1;
}
#accountFunctionContainer {
	width: 700px;
	padding-left: 18px;
	padding-right: 5px;
	text-align: left;
}

#shoppingcart {
	width: 680px;
	text-align: center;
}
.formtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.pictureGallery {
	text-align: left;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.display {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #FAFAFC;
	text-align: justify;
	padding: 5px;
	
}
.contentBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EAEAEC;
	border-left-color: #EAEAEC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.contentBorderQuery {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EAEAEC;
	border-left-color: #EAEAEC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#whichregion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 33px;
	padding-left: 25px;
}

