@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin-top: 0px;
	text-align: center;
} 

.linksspacer {
	padding-top: 46px;
}

p {
	line-height: 17px;
}
.bodytext {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #424242;
	}

.headertext {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #424242;
	}

#leftedge {
	width: 145px;
	height: 484px;
	background-image: url(../images/clleftlinebg.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: right;
}

#middlecontent {
	width: 330px;
	height: 484px;
	float: left;
	text-align: left;
}

#rightedge {
	width: 458px;
	height: 475px;
	float: left;
	background-image: url(../images/clrightbg.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 40px;
	padding-left: 10px;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #333;
	background-image: url(../images/clfooterbg.gif);
	background-repeat: no-repeat;
	width: 978px;
	height: 29px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
}

#container {
	text-align: left;
	width: 983px;
	height: 600px;
	margin: 0 auto; /* Centers the page */
}

