@charset "utf-8";
/* CSS Document */

body {
	background-color: #B32317;
	margin: 0;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 182px;
}

#bodycell {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	height: 383px;
}

#bodycontact {
	background-image:url(images/contact-body.jpg);
	background-repeat:no-repeat;
	height: 383px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 35px;
}

.navigation {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-right: 15px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color:#FFF;
	text-decoration:none;
}
.navigation a:hover {
	color:#B32317;
	text-decoration:none;
}

.footer_red {
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#B32317;
}
.footer_red a:link{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#B32317;
	text-decoration:underline;
}
.footer_red a:active{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#B32317;
	text-decoration:underline;
}
.footer_red a:visited{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#B32317;
	text-decoration:underline;
}
.footer_red a:hover{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#A3A60F;
	text-decoration:none;
}

.footer_gray {
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#896532;
}
.side_header {
	font-family: Arial;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	padding-left:38px;
}
.side_text {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height: 12px;
}
.side_text-itl {
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#FFF;
	line-height: 12px;
	padding-left:7px;
}
.side_text_sm {
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	line-height: 12px;
}
.body_header {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#B32317;
}
.body_text {
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	padding-left:40px;
	line-height: 18px;
}
