/* CSS Document */
/* STANDARD HTML TAGS AND ELEMENTS */
body {
	margin: 0 auto;
	font-family: tahoma;
	font-size: 70%;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
}
.pageContainer {
	min-height: 100%;
	position: relative;
}
.spacerRule {
	size: 1px;
	color: #39abd7;
}
.largePageImage {
	padding: 3px;
	border: 1px solid #39abd7;
	margin: 0 15px 15px 15px;
}
.gallerySelection {
	font-weight:bold;
}
.galleryLayout {
	width: 85%;
	text-align: left;
}
.galleryImage {
	padding: 5px 15px 10px 15px;
	border: 1px;
	border-color: #39abd7;
}
.helpText {
	color: #FF0000;
	font-weight: bold;
}
.textFields {
	font-family: tahoma;
	font-size: inherit;
}
textarea {
	font-family: tahoma;
	font-size: inherit;
	padding: 5px;
}
.sponsor_button {
	font-family: tahoma;
	font-size: 90%;
}

.footer_information {
	width: 100%;
	text-align: left;
	color: #ca1616;
	font-size: 80%;
	float: left;
}

.footer_information a {
	color: #ca1616;
	text-decoration: none;
}

.footer_information a:hover {
	color: #ca1616;
	text-decoration: underline;
}

/* CUSTOM DIV ELEMENT CONTAINERS */
.mainContainer {
	width: 599px;
	text-align: left;
	float: left;
}
.headerContainer {
	width: 100%;
	min-height: 137px;
	background-image:url(images/header2.jpg);
	background-repeat:repeat-x;
}
.centeredContainer {
	width: 800px;
}
.header_1_1 {
	background-image: url(images/header_1x1.jpg);
	width: 107px;
	height: 26px;
	float: left;
}
.header_1_2 {
	width: 412px;
	height: 26px;
	float: left;
}
.header_1_3 {
	width: 80px;
	height: 26px;
	float: left;
}
.header_1_4 {
	width: 201px;
	height: 26px;
	float: left;
}
.header_2_1 {
	background-image: url(images/header_2x1.jpg);
	width: 105px;
	height: 56px;
	float: left;
}
.header_2_2 {
	width: 412px;
	height: 56px;
	float: left;
}
.header_2_3 {
	width: 80px;
	height: 56px;
	float: left;
}
.header_2_4 {
	width: 201px;
	height: 56px;
	float: left;
}
.header_3_1 {
	background-image: url(images/header_3x1.jpg);
	width: 107px;
	height: 31px;
	float: left;
}
.header_3_2 {
	width: 693px;
	height: 31px;
	float: left;
}
.header_4_1 {
	background-image: url(images/header_4x1.jpg);
	width: 107px;
	height: 20px;
	float: left;
}
.header_4_2 {
	width: 412px;
	height: 20px;
	float: left;
}
.header_4_3 {
	width: 80px;
	height: 20px;
	float: left;
}
.header_4_4 {
	background-image: url(images/header_4x4.jpg);
	background-position: right;
	width: 201px;
	height: 20px;
	float: right;
}
.imageLinkContainer {
	width: 201px;
	float: right;
}
.galleryImageLink {
	width: 201px;
	height: 168px;
	float: right;
}
.sponsorshipImageLink {
	background-image: url(images/5x3.jpg);
	width: 201px;
	height: 159px;
	float: right;
}
.footerContainer {
	width: 100%;
	height: 117px;
	background-image:url(images/footer2.jpg);
	background-repeat:repeat-x;
	float: left;
	bottom: 0;
}
.spacer {
	width: 100%;
	height: 30px;
}
.sponsorship_container {
	width: 100%;
}
.sponsorship_table {
	width: 90%;
	border: 1px solid #39abd7;
}
.gallery_container {
	width: 100%;
}
.gallery_table {
	width: 90%;
	border: 1px solid #39abd7;
}