@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF url(../Design%2010/gradientGreen1p.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20 0 0 20;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: auto;
	width: auto;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fedfbf;
	margin: 20px 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. */
	padding: 15px;
	height: auto;
	vertical-align: middle;

} 
.thrColFixHdr #header {
	background: #fedfbf;
	padding: 0 0 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 20px;
	text-align: center;
} 
.thrColFixHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #header #nav bar {
	background-color: #fedfbf;
	background-repeat: repeat-x;
	height: 20px;
	width: 755px;
	margin-top: 15px;
	margin-left: 0;
	padding-top: 3px;
	margin-right: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.thrColFixHdr #mainContent {
	margin: 10px 5 15; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	float: left;
	height: auto;
	width: 220px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
	
} 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.pRed {
	color: #900;
}
h1 {
	font-size: 16em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	vertical-align: top;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 0;
	height: auto;
	margin-left: 0px;
	margin-right: 30px;
}
.thrColFixHdr #container #columnbox {
	background-image: url(../Design%2010/fillcolorwithline2.gif);
	height: 740px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	height: auto;
	background-repeat: no-repeat;
}
.Nav {
	background-image: url(../Design%2010/button.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 755px;
	margin-top: 15px;
}
#scrollText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 5px;
}
.scrollText {
	padding: 10px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fedfbf;
	height: 700px;
	width: 780px;
	clear: both;
	float: none;
} 
.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;
}
#ptext {
	height: auto;
	width: auto;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.ptext {
	width: 220px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.groupPhoto {
	margin-top: 25px;
	padding-left: 10px;
}
.text {
	height: auto;
	width: 220px;
	padding-left: 0;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
#scrollText {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.size14 {
	font-size: 14px;
	color: #000;
}
.wideSpacing {
	line-height: 25px;
	color: #000;
	font-size: 14px;
}
