body {
	font-family: "Century Schoolbook", "Century", "new century schoolbook", Geneva, "Century Schoolbook L", "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #CCCCCC;
	background-image: url(images/gray_gradient.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #222222;
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}
body a {
	color: #000000;
	text-decoration: underline;
}
body a:hover {
	color: #D63E2C;
	text-decoration: underline;
}
.navlist a {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}
.navlist a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D63E2C;
}
.leftcolumn {
	float: left;
	width: 281px;
}
.rightcolumn {
	margin-left: 321px;
	width: auto;
}
.logobox {
	border: 1px #222222 solid;
	/*margin-top: 30px;*/
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	width: 281px;
	height: 175px;
}
.navbox {
	border: 1px #222222 solid;
	margin: 20px;
	padding: 0px;
	width: 281px;
	background-color: #FFFFFF;
}
.navbox li {
	list-style-image: url("images/red_dot.gif");
}
.mainbox {
	border: 1px #222222 solid;
	/*margin-top: 30px;*/
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 30px;
	width: auto;
	background-color: #FFFFFF;
}
.title {
	text-align: center;
	margin-bottom: 40px;
}
.contact {
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
.redline {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/red_line.gif);
	width: 228px;
	height: 8px;
}
.copyright {
	margin: 10px;
	text-align: center;
	font-size: 10pt;
}
.navlist {
	font-size: 14pt;
}
.mainbox h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}
.mainbox p {
	margin-top: 5px;
	margin-bottom: 5px;
}


/*body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.maintext {
	text-align: left;
	display: block;
	height: auto;
	width: 640px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #9A130F;
	margin-top: 5px;
	font-family: "Courier New", Courier, monospace;
}
.maintext h3 {
	margin-right: 20px;
	margin-left: 20px;
}
.maintext p, ul, li {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
}
.maintext blockquote {
	font-size: 12px;
}

.maintext .menu {
	font-weight: bold;
	color: #991312;
	display: block;
	text-align: center;
	font-size: 12px;
}
.maintext .menu a {
	color: #991312;
	padding-left: 25px;
	padding-right: 25px;
}*/

