body {
	margin: 0;
	padding: 0;
	font-size: 101%;
	background-image:  url(../images/page_background.gif);
	background-repeat: repeat;
	background-color: #f4dfac;
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #000000;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image:  url(../images/center_back.jpg);
	background-repeat: repeat-y;
	background-color: #d6bef8;
	border: 3px solid #BDBFBE;
	border-top: 0;
}
#copyright {
	margin: 0 auto;
	width: 760px;
}
#copyright p {
	padding: 10px 0;
	text-align: center;
	font-size: 75%;
	color: #333333;
}
#copyright a:link, #copyright a:visited {color: #333333;}
#navtable {margin: 36px 0 0 38px}
#contenttable {
	margin: 2px 0 50px 29px;
	font-size: 90%;
	line-height: 1.5em;
}
#homecontenttable {
	margin: 45px 0 40px 52px;
	font-size: 90%;
	line-height: 1.5em;
}
#contentmid {	
	background-image:  url(../images/content_table_mid.gif);
	background-repeat: repeat-y;
	padding: 0 40px 0 40px;
	background-color: #fdfcee;
}
#contentmid p.firstpara:first-letter {
	font-family: "Times New Roman", Times, serif; font-size: 300%; float: left; display: block; line-height: 1em; padding-right: .1em;
}
#contentmid a:link, #contentmid a:visited {
	color: #9556F3;
	padding: 0 3px 1px 3px;
	text-decoration: none;
	border-top: 1px none #9556F3;
	border-right: 1px solid #fdfcee;
	border-bottom: 1px solid #9556F3;
	border-left: 1px solid #fdfcee;
	line-height: 1em;
}
#contentmid a:hover, #contentmid a:active {
	border: 1px solid #9556F3;
	background-color: #FAEBBE;
}
#homecontenttable p.firstpara {
	padding: 15px 0 0 0;
}
h1, h2, h3 {font-size: 110%; letter-spacing: 1px;}
form {margin: 0;}

img.floatleft {
	float: left;
	margin-right: 10px;
}
img.floatright {
	float: right;
	margin-left: 10px;
}