@charset "UTF-8";
body  {
	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 */
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 auto;
	color: #000;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #CCC;
	overflow: hidden;
	padding: 0 auto;
} 
#contain {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	padding: 0 auto;
}
#navigation  {
	background: #CC0000;
	padding: 0 10px 0 10px;  /* 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. */
}
#navigation ul {
	margin: 0 10px;
	padding: 7px 0;
	font-variant: small-caps;
}	
#navigation li {
	margin: 0;
	padding: 0 7px;
	display: inline;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #FFF;
	color: #000;
}
#navigation #currentpage a {
	background-color: #FFF;
	color: #000;
}
#leftCol  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	text-align: left;
	background-color: #CCC;
	font-size: 0.85em;
	border-right: 600px solid #FFF;
	margin-right: -600px
}
#ymcaLogo {
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
}
#calOfEvents {
	text-align: left;
	background-color: #000;
	padding: 10px 10px 10px 20px;
}
#joinUs {
	text-align: left;
	padding: 10px 10px 0 20px;
}
#adminLeft {
	text-align: left;
	padding: 10px 10px 0 20px;
	font-size: .9em;
}
img {
	border: 0;
}
#mission {
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	padding: 5px;
	color: #FFF;
	background-color: #CC0000;
}
#mainContent  {
	float: left;
	background-color: #FFF;
	width: 600px;
}
#mainAdmin {
	float: left;
	background-color: #FFF;
	width: 100%;
}
#mainText  {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	font-size: 0.9em;
	text-align: left;
} 
#mainText p  {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
} 
#mainText ul {
	font-size: 0.9em;
	padding: 0 30px;
	margin: 0;
}
#mainText li  {
	list-style-position: outside;
	line-height: 1.3em;
}
#footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color: #FFF;
	font-size: 0.75em;
	line-height: 1.3em;
} 
.footLeft { /* this class can be used to float an element left in your page */
	float: left;
	width: 315px;
}
.footRight { /* this class can be used to float an element left in your page */
	float: left;
}
.extraSpace   {
	letter-spacing: 0.2em;
	font-weight: bold;
}
#footer a {
	color: #FFF;
	font-weight: bold;
}
#footer a:visited {
	color: #999;
	font-weight: bold;
}
#photo {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 600px;
}
#footer a:hover {
	background-color: #FFF;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
h1 {
	font-size: 1em;
	background-color: #CC0000;
	color: #FFF;
	line-height: 1.75em;
	padding: 0 5px;
}
h3 {
	font-size: 1em;
	color: #CC0000;
	padding: 0;
	margin: 0;
}
.redbold {
	font-size: 0.9em;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
}
.edit {
	font-size: 0.85em;
	text-align: left;
}
#mainAdmin a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	color: #000;
}
#joinUs a {
	color: #000000;
}

