@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 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;
	background-color: #666666;
	background-color: #656565;
	background-image:url(images/bg.gif);
	background-image:url(images/bgpattern.gif);
	background-repeat:repeat-x;
	background-repeat:repeat;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	width: 725px;
	margin-right:auto;
	margin-left:auto;
	border:solid 1px #333333;
	border-color:#333333;
	}

#mainbox {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	text-align:left;
	}

#left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 370px;
	margin-left: 45px;
	margin-top: 5px;
	}

#menu {
	margin: 0px;
	padding: 0px;
	height: 36px;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}








.joinus {
	margin-top: 10px;
	margin-bottom: 8px;
	}


#upcevents_c {
width: 342px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 3px;
background-repeat: repeat-y;
background-image:url(images/announcements_inside.gif);
}


#announce_c {
width: 342px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
background-repeat: repeat-y;
background-image:url(images/announcements_inside.gif);
}



#upcevents_i {
	padding-top: 5px;
	padding-bottom: 5px;
	}


#main {
	font-family:Arial, Helvetica, sans-serif;
	width: 680px;
	margin-top: 0px;
	}




#right {
	float: right;
	margin-top: 4px;
	margin-right: 45px;
	font-family:Arial, Helvetica, sans-serif;
	width: 218px;
	padding: 0px;
	background-image:url(images/calendar_bg.gif);
	background-repeat:repeat-y;
	}

#right h3 {
	font-size: 15px;
	color:#333333;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	}


#right_inside {
	margin-right: 10px;
	margin-left: 13px;
	}

#right a {
	text-decoration: none;
	color:#006633;
	}

#right a:hover {
	text-decoration:underline;
	}


#right p {
	margin-top: 5px;
	margin-bottom: 2px;
	}

li {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
ul {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:25px;
	padding-right:5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	list-style-type:square;
	}

table {
margin-left: 0px;
margin-right: 10px;
}


p {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 3px;
font-size: 15px;
}


h1, h2, h3, h4, h5, h6 {
color:#336633;
padding-bottom: 0px;
margin-bottom:0px;
padding-left: 5px;
text-transform:uppercase;

}





hr {

border-style:dotted;
border:#666666;
}


a:link {
	color: #c47d17;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c47d17;
}
a:hover {
	text-decoration: underline;
color:#C91D1D;
}
a:active {
	text-decoration: underline;
	color: #c47d17;
}


.pic_class_left {
margin-right: 10px;
}

#calendar {
	margin-bottom: 0px;
	margin-left: 32px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	width: 630px;
	font-size: 10px;
}
#calendar a:link {
color: #0066CC;
text-decoration: none;}
#calendar a:visited {
text-decoration: none;
color: #0066CC;}
#calendar a:hover {text-decoration: underline;
background-color:#FFFFCC;
color:#C91D1D;}
#calendar a:active {text-decoration: none;color: #0066CC;}
#calendar td {border-right: 1px #CCCCCC solid;border-bottom: 1px #CCCCCC solid;}
#calendar table {border-left: 1px #CCCCCC solid; margin-left:0px;}
#calspacer {height: 5px;}
.time {
font-size:9px;
color:#5b5b5b;
}


