/*
EVERYTHING BELOW HERE MAY BE EDITED FOR USE IN THE MAIN BODY COPY SECTION
*/
h1{
  font-size:1.3em;
  font-weight:bold;
  /*to reduce the space after a heading h1 you must set the position to relative and then select a negative bottom margin as below*/
  margin-bottom:-12px;
  position:relative;
}
h2{
  font-size:1.2em;
  margin-bottom:0px;
  position:relative;
}
h3{
  font-size:1.1em;
  font-weight:bold;
  /*to reduce the space after heading h3 you must set the position to relative and then select a negative bottom margin as below*/
  margin-bottom:-1px;
  position:relative;
}
h4{
  font-size:1.0em;
}


/*
DO NOT EDIT ANYTHING BELOW THIS LINE AS IT IS USED SPECIFICALLY FOR THE LAYOUT OF THE SITE
*/

/*ACF section begins here
SOME NOTES ON COLOURS USED
color:#cb6874;  maroon
color:#ffffff; white
color: #b7c8b9; green-gray
background-color:#ecebdd; gray
background-color:#b9a05d; page body text colour
*/
.pagelink{
		text-decoration: underline;
	  color: #b7c8b9;
	  font-weight:bold;
	
}
.pagelink:hover{
	background-color:#b7c8b9;
	color:#ffffff
}
.sitelink{
	background-color:#b7c8b9;
  text-align:center;
  color:#ffffff;
  font-family:Verdana;
//  background-color:#b9a05d;
  font-weight:bold;
}
.sitelink:hover{
	background-color: #cb6874;
	color:#ffffff
}
a{
  text-decoration: none;
  font-weight: bold;
  color: #b7c8b9;
}
/*  All the section below is styling for the form*/
/* position;relative; must be in both fieldset and legend, display:block in fieldset, and legend top negative adjust for exact text overflow for IE to render correctly */
form fieldset{
	border-width:1px;
	border-style:solid;
	border-color:#cb6874;
	background-color:#b7c8b9;
	margin: 0px 0px 0px 0px;
	width: 100%;
	position:relative;
	display:block;
	padding: 0px 0px 0px 10px;
	
}

form fieldset legend{
	color: #cb6874; 
	font-weight: bold;		
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #cb6874;
	padding: 0px;
	margin: 2px 0px;
	position:relative;
	top: -1px;
	text-decoration: none;
  font-weight: bold;
  
}
/*	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}
*/
label{
	display:block;
	float:left;
	width:130px;
	text-align:left;
	margin:0px 0px 0px 0px;
	color: #cb6874; 
	font-weight: bold;		
}
	 

/* Form styling from the section above to this line*/
/* ACF section of additions to CLA website ends here*/


body{
  background-color:#ecebdd;
  margin: 0 auto;
  text-align:center;
}
img{
  border:0;
}
/*
a{
  text-decoration:none;
  color:#b7c8b9;
}
*/
span.bold{
  font-weight:bold;
}
td#topbar{
  background-image:url('images/top.jpg');
  background-repeat:no-repeat;
}
td.leftborder{
  background-image:url('images/left.gif');
  background-repeat:repeat-y;
  width:50px;
}
td.rightborder{
  background-image:url('images/right.gif');
  background-repeat:repeat-y;
  width:50px;
}
td{
padding:0;
margin:0;
}
* html img#imagea{
	margin-bottom:-4px;
}
* html img#imageb{
	margin-bottom:-4px;
}
* html img#imagec{
	margin-bottom:-4px;
}

td.menubutton{
  background-color:#b7c8b9;
  text-align:center;
  color:#ffffff;
  font-family:Verdana;
  font-size:0.8em;
}
a.menubutton{
  background-color:#b7c8b9;
  text-align:center;
  color:#ffffff;
  font-family:Verdana;
}
a.menubuttonsel{
  background-color:#b7c8b9;
  text-align:center;
  color:#cb6874;
  font-family:Verdana;
}
a.menubutton:hover{
	background-color:#cb6874;
	color:#ffffff
}
a.bottomlink{
	color:#cb6874;
	
}
a.bottomlink:visited{
	color:#cb6874;
	
}
a.bottomlink:hover{
	background-color:#cb6874;
	color:#ffffff
	
}
td#bodycopy{
  font-family:Verdana;
  font-size:1.0em;
  color:#ffffff;
  background-color:#b9a05d;

}
/* safari hack, safari will read this value but ignore the second #bodycopydiv because it ends with a # */
div#bodycopydiv {
  height:268px;
  padding:20px;
  /*this is a comment and will be ignored by the browser*/
  /*the line below padding-top:2px; overrides the padding line above so that there 
  is a padding of 20px on the left, right and bottom but the top padding is reduced to 2px*/
  padding-top:2px;
  overflow:auto;
  font-size:0.8em;
} 

div#bodycopydiv{
  height:247px !important;
  height:269px;
  font-weight:normal;#
}







