body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #c2c2c2;
	background-image: url(../images/tile_20x1000.jpg);
	color: #666; 
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 790px; 
}

#wrapper {
	margin: 6px auto;
	width: 770px; 
	position: relative; 
	background-color: #D2D2D2;
	border: 0px solid #000;
	text-align: left;
      background-image: url(../images/tile_20x1000D.jpg);
}









#topnav {
	width: 770px;
	height: 25px;
      display: block;
      padding: 4px 18px 4px 0;
      font-size: 70%;
      color: #333;
      text-align: right;
}



#topnav ul {
	padding: 2px 0 4px 0;
	margin: 0;
}

#topnav ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}


#topnav a {
	color: #555;
	text-decoration: none;
}

#topnav a:hover, #footer a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #a6a6a6;
}











#banner {
	width: 770px;
	height: 100px;
	border-bottom: 2px solid red;
	background-image: url(../images/banner_textonly5.gif);
	background-repeat: no-repeat;
}



.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 0 0;
}


.right {
	float: right;
	border: 1px solid #000;
	margin: 5px 10px 0 10px;
}





#footer {
	width: 770px;
	clear: right;
	background-color: #4F4F4F;
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}

#footer p {
	padding: 3px;
	margin: 0;
	color: #4E4E4E;
	background-color: #9F9F9F;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}

#footer ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}


#footer a {
	color: #fff;
	text-decoration: underline; 
}

#footer a:hover, #footer a:focus {
	text-decoration: none;
}




#floatcontainer {
      margin: 1px auto;
	width: 760px;
	height: 340px;
	padding-top: 5px;/*sets the distance from the element above -- remember to add this value to the height of the boxes to get the full height of this float container*/
background-image: url(../images/tile_20x1000.jpg);
overflow: auto;
}

#floatcontainer p.bodycopy{
      margin-left: 25px;
      margin-right: 25px;
      font-size: 90%;
      color: #333333;}

/*set up floated boxes within the above floatcontainer*/
.floatboxes {
   width: 220px;/*set a width for IE pc*/
	w\idth: 222px;/*set the width for good browsers*/
	height: 160px;
	margin:  8px 10px;/*set the margins for IE5.5*/
	ma\rgin: 6px 8px;/*set the margins for IE 6 and other browsers allows for a float bug in IE 6*/
	border: 1px solid #fff;
	float: left;
	background-color: #f2f2f2;
	overflow: auto;
      text-align:center;
}



.floatboxes img{
margin: 5px 0 5px 0;
}

html>body .floatboxes {
   margin: 8px 12px;/*correctly align the margin for good browsers after the hack in the rule above*/
}

/* This selector fixes the horizontal scroll in IE Mac and would be seen by IE 5.01 PC except for the escape characters */
*>html .floatboxes {
	padd\ing-right: 16px; /*sets some padding to the right to avoid the horizontal scroll bars that IE insists are needed*/
	w\idth: 137px; /*Feeds in a corrected width for IE due to the padding above */
}



.floatboxes h3 {
      text-align: center;
	font-size: 105%;
	font-family: Verdana, Arial, Trebuchet, san-serif;
	padding: 0 0 3px 0;
	margin: 0;
	color: #e5e5e5;
	font-weight: 500;
	background-color: #f2f2f2;
}

/*This selector is only seen by IE Mac due to the escape characters that also block IE 5 PC -- this reverses the heading colors */
*>html .floatboxes h3 {
	bac\kground-color: #333;/*provides a background colour to match the box background for IE Mac only*/
	c\olor: #e5e5e5;/*provides the contrasting text colour*/
	/* a negative margin-left, equivalent to 1px LESS than the padding added on the "html>body .floatbox" selector, can be used here instead of reversing the heading colors... however, you will have a 1px space on the far right of the heading which is not appealing with some color schemes. You will also have a horizontal scroll bar on any boxes that have a vertical scroll. This may be acceptable in some cases however. */
	}
	
	
.floatboxes p {
      text-align:left;
	font-size: 80%;/*scale the font size off the body selector*/
	margin: 5px;
	padding-bottom: 4px;
}


.floatboxes a, #content a {
	color: #606D26; 
}

.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: #F2F7E7;/*set the text colour on hover and focus*/
	background-color: #4f4f4f;/*set the background colour*/
	text-decoration: none;/*remove the underline*/
}



#content {
      float:clear;
      position:relative;
      margin: 3px auto;
	width: 700px;
	height: 340px;
	padding-top: 5px;
      background-color: #e5e5e5;
      overflow: auto;
      color: #696969;  
      /*padding-left; 44px; */
      border: 1px solid #ffffff; 
      
}


#content p,
#content h2,
#content h3,
#content h4 {
padding-left: 30px;
padding-right: 30px;
}

#content p{
font-size: 100%;
line-height: 150%;
text-align: left;
}

#content img {
margin: 0;
border: 0;
padding: 0 22px 12px 22px;

}

#content h1{
text-align:center;
}

#content a{
color: #77c;
}

#content a:hover, #content a:focus {
	text-decoration: none;
	color: #ccf;
	background-color: #a9a9a9;
}