/* Basics */
body {
	background-color: #F9FFF9;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	width: 770px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bottombanner {
	background-color: #006600;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.maindiv {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
}
.header {
	background-color: #F2F2F2;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
}



P {
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 20px;

}
.flashholder {
	position: absolute;
	top: 0px;
	right: 0px;


}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00573D;
	letter-spacing: 1px;
	padding-left: 10px;
}
.bottomtable {

}


.maintable {
	background-image: url(images/tbl-bk.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	
}
.maindiv .maintable .contadd {
	color: #787878;
	text-align: right;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h1 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.featurebox {
	border: 1px solid #006600;
	background-color: #E1FFE1;
	padding: 2px;
	height: 65px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.featurebox p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D5636;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 12px;
	padding: 0px;

}
.equiptable {
	width: 74%;
	
}
.equiptable p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.equiptable td{
	border: 1px solid #C7D7C5;
	background-color: #DFF3DF;
	
}
.equiptable th {
	border: 1px solid #C7D7C5;
	background-color: #7F897E;
	color: #FFFFFF;
}

