@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.blueLeftNav #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.blueLeftNav #headerTop {
	top: 0px;
	padding: 0;
	height: 31px;
}

.blueLeftNav #headerTop h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 

.blueLeftNav #headerBtm {
	top: 31px;
	padding: 0;
	height: 170px;
} 

.blueLeftNav #headerBtm p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.blueLeftNav #pageNav {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0; /* margins for navigation specified in #sectionLinks */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.blueLeftNav #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	font-size: 90%;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.blueLeftNav #sidebar p, .blueLeftNav #sidebar h2, .blueLeftNav #sidebar h3, .blueLeftNav #sidebar h4, .blueLeftNav #sidebar hr {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.sidebarPics {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom: 5px;
}

.donateBtn {
	margin-left: 10px;
	margin-right: 10px;
}

.blueLeftNav #sectionLinks {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

.blueLeftNav #sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009DEA;
	border: 2px outset #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blueLeftNav #sectionLinks a:hover{
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	border: 2px inset #333333;
}

.blueLeftNav #sectionLinks2 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

.blueLeftNav #sectionLinks2 a:link, #sectionLinks2 a:visited {
	display: block;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #58A618;
	border: 2px outset #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blueLeftNav #sectionLinks2 a:hover{
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	border: 2px inset #333333;
}

.blueLeftNav #sectionLinks3 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

.blueLeftNav #sectionLinks3 a:link, #sectionLinks3 a:visited {
	display: block;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009DEA;
	border: 2px outset #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blueLeftNav #sectionLinks3 a:hover{
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	border: 2px inset #333333;
}

.blueLeftNav #sectionLinksCurrent {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

.blueLeftNav #sectionLinksCurrent {
	display: block;
	text-align: right;
	color: #666666;
	text-decoration: none;
	background-color: #BFE9FF;
	border: 2px inset #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blueLeftNav #sectionLinksCurrentHome {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin: 10px 0px 0px 30px;
	padding: 0;
}

.blueLeftNav #sectionLinksCurrentHome {
	display: block;
	text-align: right;
	color: #666666;
	text-decoration: none;
	background-color: #BFE9FF;
	border: 2px inset #0099FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blueLeftNav #mainContent {
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-right-width: 4px;
	margin-top: 10px;
	margin-right: 178px;
	margin-bottom: 0px;
	margin-left: 204px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.blueLeftNav #footer { 
	border-top: 1px solid #CCCCCC;
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 204px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.blueLeftNav #footer a {
	color: #009DEA;
	font-weight: bold;
	text-decoration: none;
}

.blueLeftNav #footer a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.blueLeftNav #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;
}

