@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	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: #ffffff;
}
.body1 {font-size: 80%}

h1 {text-align: center;
}
 
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	color: #000000;
	background-image: url(images/PastelSocietyBannerBackground2.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0px 400px 0px 30px;

}

.oneColFixCtrHdr #navbar {
	padding: 5px;  /* 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. */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	text-align: left;
	padding-left: 40px;
	padding-right: 300px;
	padding-top: 0px;
}
.oneColFixCtrHdr   #mainContent2 {
	padding: 0 10px 0px 650px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.reddot {color: #FF0000}
.bluedot {color: #0066FF}
.greendot {color: #00CC00}
.golddot {color: #FF9900}
.pinkdot {color: #FF00FF}
.purpledot {color: #6600FF}
.outsidecopyright {
	color: #FFFFFF;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
