@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #AB182D;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #849400;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
}
#Container {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 800px;
}
#side_content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	width: 375px;
	padding-top: 13px;
}
#Logo_navigation {
	padding-top: 70px;
	height: 41px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 380px;
}
#Main_image {
	height: 292px;
	background-image: url(images/main_img.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 13px;
	padding-left: 15px;
}
#main_content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 360px;
	padding-left: 8px;
	padding-top: 13px;
}
#footer {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
}
.form_field {
	background-color: #576100;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttons {
	background-color: #849400;
	border: 1px solid #C1CC6A;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 5px;
}
form {
	padding-top: 10px;
	background-color: #849400;
}
.form_labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a:link {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
#footer a:active {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 10px;
}
.line {
	padding-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
	padding-bottom: 8px;
	letter-spacing: -1px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #849400;
	text-decoration: none;
	padding-right: 10px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #849400;
	text-decoration: none;
	padding-right: 10px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #849400;
	text-decoration: underline;
	padding-right: 10px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #849400;
	text-decoration: none;
	padding-right: 10px;
}
#main_content a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#main_content a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#main_content a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#main_content a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

.quote {
	padding-left: 35px;
}

