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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #369;
}
#container {
	width: 90%;
	background: #FFFFFF;
	border: 5px solid #000000;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	min-width: 760px;
	max-width: 1000px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


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

#sidebar {
	float: left;
	width: 270px;
	padding: 3px;
	font-size: .90em;
}
.linkbox {
	border: 2px solid #000;
	width: 250px;
	height: auto;
	margin: 10px;
}
.linkbox a {
	text-decoration: none;
	color: #000;
}
.tree {
	color: #CFC1B5;
	background-color: #369;
	padding: 5px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	}
.link, .activelink {
	background-color: #CFC1B4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.activelink {
	font-weight: bold;
}
.link a:hover {
	color: #F00;
}
.red {
	color: #F00;
}


#mainContent {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 300px;
	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;
	margin: 10px;
	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 */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
