/* CSS Document */
body {
background-image:url(images/tile3.jpg);
width:100%;
}
a:link {
color:#006600;
background:transparent;
}
a:visited {
color:#00CC00;
background:transparent;
}
#wrapper {
display: table;
background:transparent;
border: solid 3px #003300;
margin: auto;
width: 850px;
height: 100%;
padding-bottom: 47px;
}

html>body #wrapper {overflow:hidden;}
.style10 {font-size: 9px}
.style11 {font-size: 18px}
.style3 {color: #FF0000}
.style8 {color: #FF0000; font-size: 14px; }
.style9 {	font-size: 10px;
	color: #000000;
}

#header {
width:850px;
height:90px;
text-align:center;
background-color:transparent;
}
#content {
float:left;
width:620px;
text-align:center;
background:#DDFFDD;
padding-left:5px;
padding-right:5px;
padding-bottom: 10000px;
margin-bottom: -10000px;
font:normal 12px "Trebuchet MS";
}
#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:right;
background:#DDFFDD;
width:200px;
padding-bottom: 10000px;
margin-bottom: -10000px;
text-align:center;
font:normal 12px "Trebuchet MS";
}
#footer {
clear:both;
margin: auto;
background-color:#003300;
height: 50px;
width: 874px;
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: 0 auto; /* center for now */
	width:50em; /* ems so it will grow */
background:transparent;
	font-size: 100%;
}
.rightsidebox {
	margin: 0 auto; /* center for now */
	width:18em; /* ems so it will grow */
background:transparent;
	font-size: 100%;
}

.boxhead {
background:transparent;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.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: 0;
	padding: 15px 20px 31px 30px;
}
