html {
   height:100%; /* Needed for Firefox to display a div at full screen height */
   } 
#wrapper {
	width: 758px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;

}

.logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF6142;

}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;


}
.navbar {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #006326;
	padding: 7px;
	text-align: center;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	text-transform: uppercase;


}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.ftlogos {
	text-align: right;
	padding: 15px;

}
.ftcopy {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006326;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF6142;
}
.ftdesignby {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
}
.sidebar {
	width: 236px;
	padding-top: 25px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
.content {
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 7px;
	width: 478px;
}
li {
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	list-style-type: none;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #006326;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #006326;
}
h4 {
	font-size: small;
	font-weight: bold;
}
h5 {
	font-size: small;
	font-weight: bold;
	color: #006326;
	text-decoration: underline;
}
h6 {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
.ttcell {
	background-color: #EAEAEA;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cellblock {
	border: 1px solid #EAEAEA;
	font-size: 11px;
}
a:link {
	color: #FF6142;
	text-decoration: none;
}
a:visited {
	color: #FF6142;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #FF6142;
	text-decoration: none;
}
.navbar a:active {
	color: #FF6142;
	text-decoration: none;
}
.ftdesignby a:link {
	color: #333333;
	text-decoration: underline;
}
.ftdesignby a:visited {
	color: #333333;
	text-decoration: underline;
}
.ftdesignby a:hover {
	color: #FF6142;
	text-decoration: underline;
}
.ftdesignby a:active {
	color: #FF6142;
	text-decoration: underline;
}
