/* CSS Document */
body {
	background-image:url(images/tile3.jpg);
	width:100%;
}
a:link {
color:#006600;
background:transparent;
}
a:visited {
color:#00CC00;
background:transparent;
}
div {
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
}

#wrapper {

background:#FFFFFF;
margin: auto;
width: 860px;
height: inherit;
padding-bottom: 47px;

}
.style10 {font-size: 9px}
.style11 {font-size: 18px}
.style3 {color: #FF0000}
.style8 {color: #FF0000; font-size: 14px; }
.style9 {	font-size: 10px;
	color: #000000;
	
}

html>body #wrapper {
	overflow:hidden;
	visibility: inherit;
}

#header {
width:860px;
height:90px;
text-align:center;
background-color:#FFFFFF;
}
#content {
	float:left;
	width:550px;
	margin: 0px;
	text-align:center;
	font:normal 12px "Trebuchet MS";
	background-color: #FFFFFF;
	clear:both;
	height:auto;
}
#hlight {
background-color:#99CC99;
text-align:center;
width:545px;
margin-left:25px;
padding-left:10px;
padding-right:10px;
margin-bottom:30px;
}
#hlight h2 {
text-align:center;
font-face:"Trebuchet MS";
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	color:#FFFFFF;
}
#rightcontent {
float:left;
width:inherit;
background:transparent;
padding-bottom: 0px;
margin-bottom: 0px;
text-align:center;
font:normal 12px "Trebuchet MS";
vertical-align:top;
	height:100%;
}
#footer {
clear:both;
margin: auto;
background-color:#003300;
height: -50px;
width: 860px;
border-top: 0;
color: #FFF;
text-align:center;
font:normal 12px "Trebuchet MS";
}
#footer a {
color:#FFFFFF;
font:normal 12px "Trebuchet MS";
}

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: auto; /* center for now */
	width: 550px;
	vertical-align:top;
background:transparent;
}
.rightsidebox {
	margin: 0 auto; /* center for now */
	vertical-align:top;
background:transparent;
	width: 200px;
	height:100%;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #99CC99;
}
.boxhead h1 {
background:transparent;
	margin: 0;
	padding: 22px 20px 5px;
	color: #000000; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxhead h2 {
background:transparent;
	margin: 0;
	padding: 22px 20px 5px;
	color: #000000; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
background:transparent;
	margin: 0px;
	padding: 15px 30px 31px 30px;
}

