@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(images/headerBackground.png);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 0px;
	color: #000;
	top: 40px;
	position: relative;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;
	top: 130px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}#splashImageContainer {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin dotted #000;
	position: relative;
	left: 0%;
	top: 40px;
	visibility: visible;
}
#splashImageLeftPadding {
	width: 15%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: thin solid #000;
	position: absolute;
	left: 0%;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	right: 0%;
}
#splashImage {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 10px;
	background-color: #FFF;
	background-image: url(images/splashImage.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 0%;
}
#headlineBoxContainer {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 70px;
	visibility: visible;
}
#headlineBoxLeftPadding {
	width: 5%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 0px;
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0;
}
#headlineBox1 {
	width: 27%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	border: thin none #000;
	position: absolute;
	left: 5%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/headlineBoxBackground.jpg);
	margin: 0px;
	padding: 0;
}
#headlineBox2 {
	width: 27%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: thin none #000;
	position: absolute;
	left: 37%;
	top: 0px;
	background-image: url(images/headlineBoxBackground.jpg);
}
#headlineBox3 {
	width: 27%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: thin none #000;
	position: absolute;
	left: 67%;
	top: 0px;
	background-image: url(images/headlineBoxBackground.jpg);
}
.oneColLiqCtrHdr #innerHeaderLeft {
	width: 400px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 15px;
	color: #000;
	position: relative;
	float: left;
	border: thin none #000;
	overflow: hidden;
}
#headerLeftText {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	color: #F00;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	height: 50px;
	width: 30%;
	border: thin none #F00;
}
.oneColLiqCtrHdr #innerHeaderRight {
	width: 50%;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: none;
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 15px;
	color: #000;
	position: relative;
	float: right;
	border: thin none #000;
	overflow: hidden;
}
#headerRightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	height: 30px;
	width: 10%;
	border: thin none #F00;
	padding: 5px;
}
#headlineHeaderText {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	left: 0%;
	top: 0px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: 10;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#headlineContentText {
	width: 95%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	position: relative;
	left: 0%;
	top: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: thin none #000;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2%;
}
#eventsAndNewsContainer {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 100px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#eventsBox {
	width: 28%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	border: thin none #000;
	position: absolute;
	left: 1%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/300wTitleBarEvents.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#eventsDateContainer1 {
	width: 25%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	border: thin none #000;
	position: absolute;
	left: 0%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#eventsDateContainer2 {
	width: 25%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	border: thin none #000;
	position: absolute;
	left: 0%;
	top: 135px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#eventsDateContainer3 {
	width: 25%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	border: thin none #000;
	position: absolute;
	left: 0%;
	top: 220px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#eventsDetailContainer1 {
	width: 70%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 106px;
	border: thin none #000;
	position: absolute;
	left: 25%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#eventsDetailContainer2 {
	width: 70%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 29px;
	border: thin none #000;
	position: absolute;
	left: 25%;
	top: 186px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#eventsDetailContainer3 {
	width: 70%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	border: thin none #000;
	position: absolute;
	left: 25%;
	top: 220px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#newsBox {
	width: 70%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	border: thin none #000;
	position: absolute;
	left: 30%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/800wTitleBarNews.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#newsDateContainer1 {
	width: 10%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	border: thin none #000;
	position: absolute;
	left: 0%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#newsDateContainer2 {
	width: 10%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	/*border: thin solid #000;*/
	position: absolute;
	left: 0%;
	top: 180px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#newsDetailContainer1 {
	width: 85%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	/*border: thin none #000;*/
	position: absolute;
	left: 10%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#newsDetailContainer2 {
	width: 85%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	border: thin none #000;
	position: absolute;
	left: 10%;
	top: 180px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#twitterAndAboutContainer {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 100px;
	visibility: visible;
}
#twitterBox {
	width: 28%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
	border: thin none #000;
	position: absolute;
	left: 1%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/300wTitleBarTwitter.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#twitterStreamContainer {
	width: 90%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	border: thin none #000;
	position: absolute;
	left: 5%;
	top: 60px;
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#aboutBox {
	width: 70%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
	border: thin none #000;
	position: absolute;
	left: 30%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/800wTitleBarAbout.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#aboutDetailContainer {
	width: 85%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	/*border: thin none #000;*/
	position: absolute;
	left: 10%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#corporateAndCharityContainer {
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 100px;
	visibility: visible;
}
#corporateBox {
	width: 49%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	border: thin none #000;
	position: relative;
	left: 1%;
	top: 0px;
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	float: left;
}
#charityBox {
	width: 49%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	border: thin none #000;
	position: relative;
	left: 1%;
	top: 0px;
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	float: right;
}
#contactFormContainer {
	width: 75%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 100px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	padding-left: 20%;
	text-align: left;
}
.oneColLiqCtrHdr #contactFormContainer form p {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}
#membershipFormContainer {
	width: 75%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 800px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 80px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	padding-left: 10%;
	text-align: left;
}
#sagFormContainer {
	width: 75%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 950px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 60px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	padding-left: 10%;
	text-align: left;
}
#sagSplashImageContainer {
	width: 75%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 60px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	padding-left: 10%;
	text-align: center;
}
#newsArchiveContainer {
	width: 75%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 800px;
	padding-top: 0;
	padding-bottom: 0;
	border: thin none #000;
	position: relative;
	left: 0%;
	top: 80px;
	visibility: visible;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	padding-left: 10%;
	text-align: left;
}
#newsArchiveBox {
	width: 90%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 800px;
	border: thin none #000;
	position: absolute;
	left: 10%;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/800wTitleBarNews.jpg);
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#newsArchiveDateContainer1 {
	width: 10%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	border: thin none #000;
	position: absolute;
	left: 0%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
#newsArchiveDetailContainer1 {
	width: 85%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 730px;
	/*border: thin none #000;*/
	position: absolute;
	left: 10%;
	top: 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

