

body {
	padding: 0px;
	margin: 0px;
}

.mainPageContainer {
	height: 100%;
	width: 100%;
}
.mainPageTD {
	vertical-align: top;
}
/* PAGE 1 */
.header {
	background: #E8EADD url(images/header-bg.jpg) repeat-x;
	width: 100%;
}
.pageTbl {
	width: 100%;
	height: 100%;
}

.menu {
	width: 100%;
	text-align: center;
}
.menuTbl {
	background-color: #1B3720;
	margin-top: 1px;
	margin-bottom: 1px;
}

.content {
	background-color: #1B3720;
	width: 100%;
}

.content-sub {
	background-color: #1B3720;
	height: 40px;
	width: 100%;
	margin-top: 1px;
}

.footer, a.footer, a:active.footer, a:focus.footer, a:hover.footer, a:link.footer, a:visited.footer {
	color: #1b3720;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
 	text-align: center;
}

/* PAGE 2 */
.header-p2 {
	background: #1B3720 url(images/header-bg-p2.jpg) repeat-x;
	height: 106px;
}

.menu-p2 {
	background-color: #1B3720;
	width: 100%;
}

.content-p2 {
	background-color: #1B3720;
	width: 100%;
	height: 100px;
	margin-top: 1px;
	padding-top: 2px;
}

.content-sub-p2 {
	background-color: #1B3720;
	width: 100%;
	height: 40px;
	margin-top: 1px;
}

.footer-p2 {
	background: #E8EADD url(images/footer-bg.jpg) repeat-x;
	height: 48px;
}

.content-primary-p2 {
	color: #000000;
	background-color: #e8eadd;
	text-align: justify;
	border: 1px solid #E8EADD;
	margin: 2px;
	padding: 4px;
	
}
.mylink a.mylink, a:active.mylink, a:focus.mylink, a:hover.mylink, a:link.mylink, a:visited.mylink {
	color: #1b3720;
	text-decoration: underline;
	font-weight: bold;
}
