@charset "utf-8";

body {
	background-image: url(img/bkground.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #394A9C;
}

#quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 15px;
}
#outerborder {
	border: thin solid #FFFFFF;
}
#bluetextstage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 125%;
	background-color: #CCCCCC;
	background-image: url(img/blue_stage_bg.jpg);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #7E808C;
	border-right-color: #7E808C;
	border-bottom-color: #7E808C;
	border-left-color: #7E808C;
	padding: 15px;
}
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(img/blue_stage_bg.jpg);
}
#blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #394A9C;
	padding: 7px;
	background-image: url(img/blue_stage_bg.jpg);
}
#blueheaderaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #394A9C;
	padding: 7px;
}
#bluetextstagelarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 125%;
	background-color: #CCCCCC;
	background-image: url(img/blue_stage_bg.jpg);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #7E808C;
	border-right-color: #7E808C;
	border-bottom-color: #7E808C;
	border-left-color: #7E808C;
	padding-top: 10px;
	padding-bottom: 10px;
}
