@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(images/bg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #B4BFCF;
	line-height: 22px;
}
a:link {
	color: #4D78B0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4D78B0;
}
a:hover {
	text-decoration: underline;
	color: #4D78B0;
}
a:active {
	text-decoration: none;
	color: #4D78B0;
}
.header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.text_center {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 25px;
	margin-top: 0px;
	background-image: url(images/content_bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
.content {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
}
.left {
	width: 408px;
}
.right {
	width: 408px;
}
.side {
	width: 218px;
}
.main {
	width: 599px;
}
.nav {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
	font-style: oblique;
}
.text_main {
	margin-top: 0px;
	background-image: url(images/contentmain_bg.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.text_side {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 0px;
	background-image: url(images/contentside_bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
.text {
	padding: 25px;
	margin-top: 0px;
	background-image: url(images/content_bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
.text_post {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}
.break {
	line-height: 15px;
}
.credits {
	text-align: center;
	margin-top: 35px;
	font-size: 9px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #B4BFCF;
}
