@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8B817A;
	margin: 0px;
	padding: 0px;
}
a {
	color: #52711A;
	text-decoration: underline;
}
strong {
	color: #4E4743;
}

.clearBox {
	line-height: 0px;
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: square;
}
.container {
	background-repeat: repeat-y;
	width: 650px;
}
.head {
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.head h1 {
	display: none;
}
.head .logo {
	display: none;
}

.head .logoPrint {
	position: absolute;
}
.head .menu {
	display: none;
}
.mainBanner {
	margin-right: 20px;
	margin-left: 20px;
}
.container #internal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	margin-bottom: 10px;
}

.mainBanner .pageNameSmall {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 150px;
	font-size: 24px;
	color: #7e7e7e;
}
.mainBanner .pageNameBig {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 160px;
	font-size: 32px;
	color: #BBB5B0;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
.mainBanner .pageNameBig2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 160px;
	font-size: 32px;
	color: #BBB5B0;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
.mainBanner .linkBack {
	display:none;
}
.mainBanner .subPage {
	padding-left: 40px;
	font-size: 24px;
	color: #23211F;
	letter-spacing: -1px;
	line-height: 24px;
	padding-bottom: 10px;
}
.mainBanner .subPage strong {
	color: #9FD041;
}
.mainBanner .subPage em {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.mainBanner .copy {
	padding-left: 200px;
	padding-top: 10px;
	width: 350px;
	font-size: 16px;
}
.mainBanner .imageBanner {
	padding-top: 50px;
	text-align: right;
}

.content {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.container #neagativeMargin {
	margin-top: -40px;
}

.content .standardParagraph {
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
}
.content #blockRight01 {
	text-align: right;
	color: #999999;
	display: none;
}
.content #blockLeft01 {

}

.content .titleGreen {
	font-weight: bold;
	color: #A3D238;
}
.content .menuDx {
	display: none;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/bullet01.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 6px;
	margin-bottom: 5px;
}
.paddingLeft {
	padding-left: 15px;
}


.footer {
	padding-right: 40px;
	padding-left: 40px;
}
.footerPrint {
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A3C847;
	border-bottom-color: #A3C847;
	margin-right: 20px;
	margin-left: 20px;
}

.footer table {
	margin-top: 10px;
	width: 100%;
}
.footer td {
	text-align: center;
}
