body{
	font-family: arial, tahoma, "book antiqua";
	font-size: .8em;
	color: #346;
	background-color: #0175A6;  /* color of side columns */
}
img{
	vertical-align: top;
}
*html img.topSpace{
	margin-top: 10px;
}
img.imgBorder{
	border: 2px solid #79B3CB;
}

a:link{
	color: #79B3CB;
}

a:visited{
	color: #D77A1A;
}

a:hover{
	text-decoration: none;
	background-color: #EEE;
}
p{
	text-indent: 10px;
}


/* ____Class styles____ */
.sideCols {
	padding-bottom:0px;
	position:absolute;
	left:50%;
	top: 0px;
	width: 600px;
	margin-left: -300px;

	background-color: #ffffff; /* color of actual site content background */
	
	
	
}
.leftSide{
	width: 48%;
	float: left;
	text-align: center;
	
}
.rightSide{
	width: 48%;
	clear:right;
	float: right;
	text-align: center;
}

span.subjectTitle {
	text-align: center;
	font-size: 1.1em;
	display: block;
	padding-bottom: 8px;
	font-weight: bold;
}
.contentCol{
	width: 420px;
	margin-right: 10px;
	float: right;
	
}
.sitemap a:hover{
	background-color: #DDD;
	
}
.bold{
	font-weight: bold;
}



/* ____ID styles____ */
#masthead{
	align: center;
	z-index: -10;
}
#navBox{
	width: 120px;
	float: left;

}
#navBox img{
	
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	text-align: center;
}

#contentBox{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	height: auto; 

		
}
#aboutSection{
	padding-top: 15px;
	width: 100%;

	text-align: justify;
}
#aboutSection img{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	
}
#specialEventSection{
	border: solid 2px #0175A6;
	text-align:left;
	
	height: auto;

	width: 277px;
	margin-left: 0;
	margin-right: auto;
}
#specialEventSection p, h4{
	margin-left: 5px;
	margin-right: 5px;
}

#meetSection{
	border: solid 2px #D77A1A;
	text-align: left;
	
	height: auto;
	
	width: 277px;
	margin-left: auto;
	margin-right: 0;
}
#meetSection p{
	margin-left: 5px;
	margin-right: 5px;
}

#footer {
	padding-top: 25px;
	clear: both;
}
#sitemap{
	background-color: #EEE;
	text-align:center;
	clear: both;
	font-size: .8em;
	
	padding-top: 12px;
	padding-bottom: 12px;

}


@media print{
	.sideCols{
		left: 0;
		margin-left:0px;
		width:650px;
	}	
}