/* Green used initially: #00b400 replaced with #a3d60b 2 Feb 2011 
   Second try using #329832 3 Feb 2011 
NWF */

body  {
	background: #A6CAE0;
	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: #333333; /*text colour changed to dark grey NWF*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.superscript {
	vertical-align: super;
	font-size: x-small;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	/*width: 46em;*/  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */ /*widened NWF*/
	width: 835px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A6CAE0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.oneColElsCtrHdr #header {
	/*background: #DDDDDD;*/ /*background colour changed NWF*/ 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 10px; /*added NWF*/
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	/*border added NWF*/
	/*border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #00b400;*/
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;/* amended from 10 NWF*/
	padding-left: 0px;
	font-size: 250%;
}
#container #header .fltrt h3 {
	color: #FF0000;
	width: 120px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColElsCtrHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
} 
.oneColElsCtrHdr #footer { 
	padding: 0;
	/*border and background colour amended NWF*/
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #a3d60b;	/*background-color: #FFFFFF;*/
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#container #footer h4 {
	margin-top: 3px;
	margin-bottom: 3px;
}
#main_navbar, #sidebar1 {
	width: 100%;
	background-color: #a3d60b;
}
/* Miscellaneous classes for reuse */
.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;*//*taken out NWF to reduce padding*/
    line-height: 0px;
}
/* new styles added NWF */
.style1 {
	color: #a3d60b;
	text-decoration: none;
}
.leftCol {
	float: left;
	width: 30%;
	position: relative;
	font-size: x-small;
}
.midCol {
	float: left;
	width: 39%;
	position: relative;
	text-align: center;
}
.rightCol {
	float: left;
	width: 29%;
	position: relative;
	text-align: right;
	font-size: x-small;
	padding-right: 1%;
}
.centredItem {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.centredTable {
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
/*possibly not needed */
#container #mainContent #requestButtontable td {
	color: #FFFFFF;
	width: 8.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A3D60B;
	/*background-image: url(/images/gce_button.gif);*/
}
#container #mainContent #requestButtontable a {
	text-decoration: none;
	color: #FFFFFF;
}
#container #mainContent #requestButtontable a:hover {
	color: #FF0000;
}
#container #mainContent img {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#container #mainContent #mainBodyImg {
	float: right;
	margin-left: 5px;
}
#container #mainContent #mainBodyImgLeft {
	float: left;
	margin-right: 5px;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.clearIt {
	clear:both;
}
label {
	display:block;
	font-weight:bold;
}.alignRight {
	text-align: right;
}
#recNav {
	width: 400px;
}
.smallText {
	font-size: x-small;
	text-decoration: none;
}
.fltlftHeaderCentre {
	float: left;
	margin-right: 8px;
	width: 505px;
}
#footer #footerLeft {
	font-size: medium;
	font-weight: bold;
	width: 29%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
}

.strapline {
	clear: both;
	float: left;
}

#header_mid_right {
	float: left;
	width: 660px;
}

.imgRight {
	float: right !important;
	margin-bottom: 5px !important;
	margin-left: 5px !important;
}

.imgLeft {
	float: left !important;
	margin-bottom: 5px !important;
	margin-right: 5px !important;
}

#header_left {
	float: left;
	width: 155px;
}

