/*
EVERYTHING BELOW HERE MAY BE EDITED FOR USE IN THE MAIN BODY COPY SECTION
*/
h1{
  font-size:1.5em;
  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.4em;
  margin-bottom:0px;
  position:relative;
}
h3{
  font-size:1.2em;
  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
*/


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{
	color:#cb6874;
}
a.bottomlink{
	color:#cb6874;
	
}
a.bottomlink:visited{
	color:#cb6874;
	
}
a.bottomlink:hover{
	color:#cb6874;
	
}
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;#
}
