@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	background-color: #FFFFFF;
	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 */
}
.oneColLiqCtr #container {
	width: 960px;;  /* this will create a container 80% of the browser width */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000066;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #1C468D;
	background-image:url(../images/title.gif);
	background-position:center;
	background-repeat:no-repeat;
	border: 2px solid #003366;
	padding: 0;  /* 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. */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bgfade.gif);
	background-repeat:repeat-x; 
}
.oneColLiqCtrHdr #footer { 
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;	
	background: #3B5DA5;
} 
.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 */
	text-align: center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Paragraph1Footer {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:small;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
.Paragraph1Home {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
}
.Paragraph1Update { 
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color: #6600CC;
}
.Paragraph2Members {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #003366; 
	font-weight:bold;
}
.Paragraph3Club {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #3B5DA5; 
	font-weight:bold;
}
.Paragraph3Pledge {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #9933FF; 
	font-weight:bold;
	text-align:center;
}
.Paragraph3Sign {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
	font-size: smaller;
	text-align:center;
	text-decoration:blink;
}
.Paragraph4Activities { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight:bold;
}
.Paragraph5Links { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight:bold;
}
.Paragraph6Privacy { 
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006633;
}
.Paragraph6Privacy2 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:smaller;
	color: #1C468D;
}
.Paragraph7Sitemap {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
}
.formLabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #003366;
}
.fieldSet {
	background-color: #BCCAE7;
	border: thin double #3B5DA5;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #006633;
	background-color: #9CCDCD;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:smaller;
	color: #006633;
	background-color: #9CCDCD;
}
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

