@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #3B0000;
	margin: 0px 0px 0px 0px;
	padding:0;
	height:100%;
	border:none;
	line-height: 1.4;
}
a:link { 
	color: #FFFFFF;
	}
a:visited {
	color: #FFFFFF;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}
.copy1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #3B0000;
}
.contentLeft {
	background-image: url(../site_images/leftedge.jpg);
	background-repeat: repeat-y;
	height: 100%;
	background-position: right;
	width: auto;
}
.contentMiddle{
	width: 1000px;
	height: 1000px;
	background-color: #c99886;
}
.contentRight {
	background-image: url(../site_images/rightedge.jpg);
	background-repeat: repeat-y;
	height: 100%;
	background-position: left;
	width: auto;
}
.header {
	background-color: #885444;
	width: 1000px;
	height: 127px;
	background-repeat: no-repeat;
	background-position: top;
}
.main {
	background-color: #b0725d;
	width: 1000px;
	vertical-align: top;	
}
.footer {
	background-color: #885444;
	width: 1000px;
	height: 70px;
	text-align: center;
	line-height: 1.4;
}
.vline {
	background-image: url(../site_images/line.gif);
	background-repeat: repeat-y;
}
.lblock {
	width: 494px;
	vertical-align: top;
}
.indenter {
	width: 5px;
}
.para {
	margin: 20px;
}