div#siteheader {
	background-image: url( "../images/background_header.gif" ) ;
	}
	
h1 {
	background-image: url( "../images/logo.gif" ) ;
	background-position: top left ;
	background-repeat: no-repeat ;
	color: #87BC64 ;
	font-size: 1px ;
	height: 69px ;
	line-height: 1px ;
	margin: 0px 0px 0px 0px ;
	overflow: hidden ;
	padding: 0px 0px 0px 0px ;
	}
	
div#siteheader div.rule {
	background-color: #F0F0F0 ;
	border-bottom: 1px solid #999999 ;
	border-top: 1px solid #666666 ;	
	font-size: 2px ;
	line-height: 2px ;
	}
	
ul#primarynav {
	background-color:black;
	height:23px;
	list-style-type:none;
	margin:30px 0 15px 0;
	padding:0 0 0 3px;
   position:relative;
   z-index:1;
	}

ul#primarynav li {
	float:left;
	}

ul#primarynav li a, #contentDiv a.addButton {
	color:white;
	float:left;
	font-size:12px;
	height:16px;
	line-height:16px;
	overflow:hidden;
	padding:1px 20px 0 20px;
	text-decoration:none;
	margin:3px 3px 0 0;
	border-radius:4px;
	}

#contentDiv ul#primarynav li a:hover, #contentDiv a.addButton:hover {
	background-color:#dc8787;
	color:white;
	}

#contentDiv a.addButton {
	float:right;
	margin-top:-35px;
	position:relative;
	z-index:99;
	}

ul#primarynav li a.on {
	background-color:#dcdcdc;
	color:black;
	}
	
div#sitecontent {
	/*background-color: #F0F0F0 ;
	border-bottom: 1px solid #666666 ;
	border-top: 1px solid #999999 ;*/
	}
	
div#sitecontent div.buffer {
	/*padding: 15px 50px 20px 50px ;*/
	padding:0 0 5px 0;
	}
	
div#sitefooter {}

div#sitefooter div.rule {
	border-bottom: 1px solid #000000 ;
	background-color: #87BC64 ;
	}
	
div#sitefooter div.rule div {
	background-color: #FEF3B9 ;
	border-right: 1px solid #666666 ;
	font-size: 12px ;
	height: 12px ;
	line-height: 12px ;
	width: 220px ;
	}
	
p#copyright {
	color: #CCCCCC ;
	font-size: 10px ;
	margin: 0px 0px 0px 0px ;
	padding: 15px 0px 50px 15px ;
	}
.colShow {
	display:none;
	}

@media only screen and (min-width : 150px) and (max-width : 780px) {
	ul#primarynav {
		height:43px;
		}
	table#calendar tr.days td .event, table#calendar tr.days td a.daynumber, table#calendar tr.days td a.daynumberfull {
		font-size:9px;
		}
	.colHide {
		display:none;
		}
   .colShow {
		display:inline;
		}
}
