body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D2D2D2;
	color: #000000;}

a:link {text-decoration: none; color: #0000FF;}
a:visited {text-decoration: none; color: #000099;}
a:hover {text-decoration: underline; color: #006600;}
a:active {text-decoration: underline; color: #FFFF00;}

.page_title {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.justified {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.centered {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.left {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.right {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
.navlinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#page {
	background-image: url(/layout/page.jpg);
	background-repeat: repeat-y;
	width: 955px;
}
#body {
	background-image: url(/layout/content.jpg);
	background-repeat: repeat-y;
	width: 955px;
}
#top_rail {
	background-image: url(/layout/top-rail.jpg);
	background-repeat: repeat-y;
	height: 30px;
	width: 955px;
}
#bottom_rail {
	background-image: url(/layout/bottom-rail.jpg);
	background-repeat: repeat-y;
	height: 54px;
	width: 955px;
}
#copyright {
	background-image: url(/layout/copyright.jpg);
	background-repeat: repeat-y;
	height: 79px;
	width: 955px;
}
.banner-code {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
