body { color: black; background-color: #000066; margin: 24px; }

#scrollingarea {
	height: 500px; 
	overflow: auto; 
	background-color: #fde87f; 
	width: 425px; 
	border: solid 1px #000; 
	padding: 7px; 
	}
table#pagelayout {
	background-color: #FDE87F;
	border: 0px solid #FDE87F;
	width: 750px;
}

td#layoutheader {
	padding: 0px;
	width: 750px;
}

td#layoutheader img {
	border: 0px solid #FDE87F;
	margin: 0px;
}

td#layoutnav {
	background-image: url(../Images/side_piece.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 35px;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

td#layoutnav img {
	border: 0px;
	display: block;
	margin: 8px;
}

td#layoutbody {
	background-image: url(../Images/circle_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align: left;
	vertical-align: top;
	width: 550px;
}


td#layoutbody img {
	border: 0px;
	display: block;
	margin: 16px;
}

td#layoutfooter {
	background-color: #F2B640;
	background-image: url(../Images/bottom_curve.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	padding: 8px;
	text-align: center;
	vertical-align: top;
	width: 750px;
}

p { text-align: justify; color: black; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; }

address { color: black; font-size: 9pt; font-family: georgia; font-style: normal; }
div { color: black; font-family: Georgia, "Times New Roman", Times, serif; margin: 0; padding: 0; border-width: 0; }
a:link { color: blue; font-size: medium; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }
a:visited { color: purple; font-size: medium; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: underline; }

