.left_bar {
	background-image: url(../images/background/left_vert_spacer.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.right_bar {

	background-image: url(../images/background/right_vert_spacer.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.maria_bg {
	background-image: url(../images/background/maria_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #236223;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: none;
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text_background {
	background-color: #003300;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px none #FFFFCC;
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px none #FFFFCC;
	border-left: 1px solid #FFFFCC;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCC33;
	text-decoration: underline;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCC33;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
.form_label {
	background-color: #246223;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CCCC33;
	font-size: 18px;
	border: 1px solid #CCCC33;
}

