body {
	padding: 0px;
	margin: 0px;
	background: #f9f1e7;
}

iframe {
	b/order: 1px solid grey;
	padding: 0px 0px 0px 0px;
}

.bodyTitle {
	width: 95%;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.bodyText {
	width: 95%;
	font-size: 1.15em;
	text-align: justify;
	margin: 5px 0px 0px 0px;
}

img.body {
	float: left;
	margin: 10px;
}

table.frame {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
}

		table.frame td.title {
			padding: 0px;
			margin: 0px;
			background-image: url(../images/titleBackground.jpg);
			background-repeat: no-repeat;
			text-align: center;
			width: 100%;
			height: 200px;
		}
		
		
		table.frame td.footer {
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 30px;
			bac/kground-image: url(../images/footerBackground.jpg);
			background-repeat: repeat-x;
		}

table.innerFrame td.left {
	bor/der: 1px solid black;
	width: 200px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	bac/kground: #008920;
	vertical-align: top;
	background-image: url(../images/menuBackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

			table.menu {
				width: 80%;
				b/order: 1px solid black;
			}
			
			table.menu td {
				text-align: center;
				height: 25px;
			}
			
			table.menu a {
				color: black;
				font-size: 1em;
				font-weight: bold;
				text-decoration: none;
			}
			
			table.menu a:hover {
				text-decoration: underline;
				color: #004227;
			}
		
			.affiliates {
				padding: 0px 0px 0px 10px;
				font-size: 0.7em;
				font-variant: small-caps;
				fo/nt-weight: bold;
			}
			
			.affiliates a {
				font-size: 0.9em;
				text-decoration: none;
			}
			
			.affiliates a:hover {
				text-decoration: underline;
			}
		
table.innerFrame td.center {
	bo/rder: 1px solid black;
	padding: 0px 50px 0px 0px;
	margin: 0px;
	background: #f9f1e7;
	width: auto;
	vertical-align: top;
}
		
.bodyTitle a {
	text-decoration: none;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}

.bodyTitle a:hover {
	text-decoration: underline;
	color: #004227;
}

