@charset "UTF-8";
/* CSS Document */

/* Normalizes margin and padding */
body, div, dl dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
input, p, blockquote, th, ul
{margin : 0; padding : 0;}

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size:: 100% }

/* Remove list-styl from lists */
ol, ul { list-style : none; }

/* layout css */
/* original color 999966 */
body {
text-align:left;
background-color:#CACAAF;
color: #000;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size:12px;
}


div#header{
background-image:url(../images/ClubHeader.jpg);
background-repeat:no-repeat;
height:200px;
}


div#container{
	background: #fff2d8; 
  	margin-left: auto; 
  	margin-right: auto;
  	width: 1100px;
  	text-align: left;
}


div#content
{
min-height:400px;
}

#content h3{
  margin-bottom:5px;
  padding-left:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000;
  height:20px;
  border: 1px solid #425227;
  background-image:url(../images/h3Header.jpg);
  background-repeat:repeat-x;
}

#content ul{
	list-style:disc;
  	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
}


#left_side {
float:left;
 padding-right:4px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  width:750px;
}

#left_side h3{
  margin-bottom:5px;
  padding-left:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #000;
  height:20px;
  border: 1px solid #425227;
  background-image:url(../images/h3Header.jpg);
  background-repeat:repeat-x;
}

#left_side p{
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

#right_side {
  margin-bottom:15px;
  float:right;
  width:340px;
  border-left:1px dashed #cccccc;
}

#right_side h3 {
  margin-bottom:5px;
  padding-left:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #000;
  height:20px;
  border: 1px solid #425227;
  background-image:url(../images/h3Header.jpg);
  background-repeat:repeat-x;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

#footer {
  height: 22px;
  background: #003400;
  color: White;
  clear: both;
  padding-top: 8px;
  padding: 4px;
  text-align:center;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}


/*Navigation begins */

div#nav_main{
	position:absolute;
	top:180px;
	height:20px;
	width: 800px;
	background-color: #003400;
}

ul#nav_header{
	background-color: #003400;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

ul#nav_header li {
display:inline;
text-align:center;}



ul#nav_header li a {
	background-color: transparent;
	padding-top:4px;
	padding-bottom:3px;
	padding-left: 8px;
	padding-right: 8px;
	text-align:center;
	color: White;
	text-decoration: none;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}



/*Navigation Ends */

/*Calendar style */
.calendar{
border:solid 1px #ccc;
}

.calendar td{
border-left:groove 1px #ccc;
border-bottom:groove 1px #ccc;

}

.eventText{
color:#CC0000;
}
/*Calendar Ends*/

