/*  --------- structure  --------- */

#holder{
	width:98%;
	padding:1%;
}

#header{
	width:98%;
	height:20%;
	border-bottom: 2px solid #663333;
}

#navigation{
	width:96%;
	height:20px;
	border-bottom: 2px solid #663333;
	padding:10px;
}

#content{
	background-color : #FFFFCC;
	
}

#maincontent{
	width:75%;
	float:left;
	padding:5px;
}

#sidebar{
		margin-top:10px;
		width:20%;
		float:left;
}

#footer{
	width:98%;
	height:20%;
	border-bottom:2px solid #663333;
	border-top:2px solid #663333;
	background-color : #FFFFCC;
	
	
}
#email{
	float:right;
}
#nextmeeting{
	float:left;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*hides from ie-mac \*/
* html .clearfix {height:1%;}
/* end hide from ie-mac */
	
/*  --------- end structure  --------- */



/*  --------- navigation  --------- */

#navigation ul {
		text-align: center;
		margin-top:0px;
		}
		
#navigation li {
		display: inline;
        margin-left:20px;
        margin-top:20px;
        font-family:arial, sans-serif;
        font-size:large;
        font-weight:strong;
        width:100px;
        color:#000000;
        padding:5px;
		text-align: center;
		text-align: middle;
		color:#663333;
		}

/*  --------- end navigation  --------- */

body{
	font-family:vedana, geneva, arial, sans-serif;
	font-size:small;
	color: #000000;
	margin:0px;
	padding=20px;
	background-color : #FFFFCC;
}

p {
	margin-top:1%
}

h1{
	color:#00ccff;
	font-family:arial, sans-serif;
	margin-bottom: 0%
}

h3{
	color:#663333;
	margin-bottom: 1%;
}
a{
	color:#663333;
	margin-bottom: 1%;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}

#footer h3{
	margin-top: 1%;
	margin-left:5px;
}

#nextmeeting h3{
	margin-left:5px;
}

#email h3{
	margin-right:5px;
	margin-top:10px;
}

.sidebarBlock {
		background: #cccccc;
		margin-bottom: 20px;
		padding: 10px;
		}

#sidebar h2 {
		background: #cccccc;
		margin: 0;
		padding: 8px 10px 6px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 1.3em;
		border-bottom: 1px solid #FFFFCC;
		}
		
#sidebar h3 {
		margin: 0;
		}
		
#sidebar ul {
		margin-top:0px;
		}
		
#sidebar h2.blueHeader {
		background: #00ccff;
		border-bottom: 1px solid #FFFFCC;
		margin: 0;
		}

