body {
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #671903;
	text-decoration: none;
}
a:visited {
	color: #671903;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.background_square1 {
	background-image: url(images/square_graphic1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square2 {
	background-image: url(images/square_graphic2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square3 {
	background-image: url(images/square_graphic3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square4 {
	background-image: url(images/square_graphic4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square5 {
	background-image: url(images/square_graphic5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square6 {
	background-image: url(images/square_graphic6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square7 {
	background-image: url(images/square_graphic7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.background_square8 {
	background-image: url(images/square_graphic8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	text-align: center;
	padding-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #671903;
	text-align: center;
	padding-top: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
.header1 {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header3 {
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header4 {
	background-image: url(images/header4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header5 {
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header6 {
	background-image: url(images/header6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header7 {
	background-image: url(images/header7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header8 {
	background-image: url(images/header8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}
a:link {
	font-weight: bold;
	color: #671903;
	text-decoration: none;
}
a:visited {
	color: #671903;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
li {
	padding-bottom: 5px;
}
img#pictures {
	margin: 5px;
	border: 2px solid #671903;
}
p#centered {
	text-align: center;
}
.formtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.formtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 5px;
}
input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #ebebeb;
}
input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#ffffff;
}

.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}
