@charset "utf-8";
/* CSS Document */
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;
}
body p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
}
.smallprint2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
.Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

#container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
}

	#pageTitleHome2{
	background-color:#2D7C2E;
	height: 90px;
	}
	img
	{
		border:none;
	}
	#header {
	width:850px;
	
	margin-left: auto;
	margin-right: auto;
	color:#2D7C2E;
	}
	#toolbar {
		margin:: 0;
	width:840px;
	padding-bottom:3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	font:11px Arial, Helvetica, sans-serif;
	color: #2D7C2E;
	letter-spacing:.2em;
	background-color:#99CC66
	}
	
#toolbar a {
	font:11px Arial, Helvetica, sans-serif;
	color: #2D7C2E;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#toolbar a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
.grayedOut {
	color: #FFF;
}
