html, body {
min-height: 100%; 
height:100%;
	background-image: url(bgtile.jpg);
	background-repeat: repeat;
}
.box{
overflow: hidden;
}



.backingdiv{
height:100%;
width:100%;
	background-image: url(silhouette.jpg);
	background-repeat: repeat-x;
	background-position: 100px 400px;
}
.heading{
letter-spacing: 4pt;
font-size: 14pt;
font-family: Tahoma;
color: #505B1D;
text-align: center;
height:30px;
max-height: 30px;
padding-top: 30px;
padding-bottom: 20px;
	background-image: url(headerbg.jpg);
	background-repeat: repeat;

}

.menu{
background-color:#4E5927;
color:white;
font-family: Tahoma;
font-size: 10pt;
height: 30px;
word-spacing: 5px;
	text-align: center;

}
a {
color:white;
font-family: Tahoma;
font-size: 10pt;
height: 30px;
word-spacing: 5px;
text-align: center;
text-decoration: none;
}

a:hover{
color:#DD7500;
}



.main{
background-color: white;
	background-image: url(bggradient.jpg);
	background-repeat: repeat-x;

}

h1 {
	padding-left: 30px;

	font-size: 12pt;
	font-weight: 100;
	font-family: Tahoma;
	text-align: left;

}
hr {
	padding-left: 50px;
	width:300px;
}

.maintext {
max-width: 400px;
width:400px;
padding-top: 10px;
font-family: Tahoma;
font-size: 8pt;
text-align: left;
padding-left: 100px;
line-height: 14pt;

}

.innerlink2 {
color:black;
font-family: Tahoma;
font-size: 8pt;
text-align: left;
line-height: 14pt;
text-decoration: none;

}
.innerlink2:hover {
text-decoration: underline;
}
.in2 {
font-weight: bold;
text-decoration: underline;
}


.innerlink3 {
color:black;
font-family: Tahoma;
font-size: 8pt;
text-align: left;
line-height: 14pt;
text-decoration: underline;
word-spacing: 1pt;
}




.feature {
padding-right: 10px;
padding-bottom: 10px;
font-family: Tahoma;
font-size: 12pt;
color: #FFFFFF;
text-align: center;
line-height: 18pt;

}

.innerlink {
font-family: Tahoma;
font-size: 12pt;
color: #FFFFFF;
text-align: center;
line-height: 18pt;
padding-top: 5px;

}

.innerlink:hover {
text-decoration: underline;
}


.feature2 {
padding: 10px;
font-family: Tahoma;
font-size: 7pt;
color: #000000;
text-align: center;
line-height: 18pt;
background-color: #cee1a2;

}


.feature3 {
padding: 10px;
font-family: Tahoma;
font-size: 7pt;
color: #000000;
text-align: left;
line-height: 12pt;
background-color: #cee1a2;

}




.bottom {
padding-top: 10px;
padding-bottom: 10px;
font-family: Tahoma;
font-size: 8pt;
color: #555555;
text-align: right;

}