/* CSS Document */

body {
	font:	12px/1.2 Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	color: #000000;
}

#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	text-align:justify;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat-y;
}

#contentleft {
	width:210px;
	float:left;
}

#contentcenter {
	width:490px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#contentcenter .nested {
	float:right;
	width:150px;
	margin:0px 0px 10px 10px;
	border: thick double #CD0200;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CD0200;
	text-align: center;
	line-height: 1.5;
	background-color: #FFD9D9;
}
	
#contentcenter .nested .statement{
	color: #000000;
	font-size: 12px;

}

#contentheader {
	font-size:15px;
	width:450px;
	float:left;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-bottom: 15px;
	padding: 0px 0px 5px;
	margin-left: 5px;
}

p,h1 {
	margin:0px 5px 10px 5px;
}

h1 {
	font-size:14px;
	padding-top:10px;
}

.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8C0000;
}

.statement ul {
	margin-right:40px;
	list-style-type: disc;
	font-weight: bold;
	text-align: left;
}

.statement li {
	line-height: 1.25;
}

.statement p {
	text-align: center;
	padding-top: 6px;
}

.statement em {
	font-weight: normal;
	line-height: 35px;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8C0000;
}

.quote p {
	padding-bottom: 12px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8C0000;
	font-weight: bold;
	text-align: left;
	padding: 6px 5px 10px;
}

#contact .label {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

.esp {
	font-size: 40px;
	text-indent: 100px;
}

.extralarge {
	font-size: 48px;
}

input, textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #999999;
	width: 220px;
}

#contentleft a{
	color: #000099;
	text-decoration: none;
}

#contentleft a:hover{
	color: #000099;
	text-decoration: underline;
}

#contentleft p{
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentleft img {
	padding-bottom: 25px;
}

#contentleft .link {
	text-align: center;
	padding-top: 35px;
}

#footer {
	width:700px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin:0px 0px 0px 10px;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#footer .nested {
	float:right;
	width:150px;
}

#footer a{
	color: #666666;
	text-decoration: none;
}

#footer a:hover{
	color: #666666;
	text-decoration: underline;
}

#footer p{
	padding-top: 10px;
	padding-bottom: 5px;

}

.note {
	font-size: 10px;
	color: #000000;
}

