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


body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	text-align: left;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


#mainContent {
	text-align: justify;
	}
#mainContent h1, h2, h3, h4 {
	text-align: center;
}
#mainContent h1, h2 {
	color: #316797;
}
#mainContent h4 {
	color: #A31840;
}
#mainContent a, .bluetext {
	color: #316797;
}
#mainContent a:hover {
	color: #F00;
}
#mainContent .date {
	text-align: right;
	font-size: .90em;
}
#mainContent .whoscoming {
	white-space: nowrap;
	background: #FFFFFF;
}


#footer {
	border: 2px solid #000;
	font-size: .90em;
	background: #CFC1B4;
	border-top-color: #000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 2px;
}


a:link, a:visited 		{ font-style: italic; text-decoration: none; color: #069; }
#sidebar 				{ display : none; }
