@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFCC99;
	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: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 855px; /* 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. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
} 

.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	} 
.twoColFixLtHdr #container #headline {
	background-color: #DFECE4;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.twoColFixLtHdr #container #menu {
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


	
.twoColFixLtHdr #proposals {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(imgs/waystogive_over.jpg);
	} 
.twoColFixLtHdr #container #proposals p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #006699;
	line-height: 10pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #headline form {
	white-space: normal;
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #DFECE4;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	padding: 5px;
} 
.twoColFixLtHdr #container #footer a {
	color: #9D4F8D;
}

.twoColFixLtHdr #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 */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.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;
}
	
td {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a {
	color: #990000;
	font-weight: bold;
	}
	
a:hover {
	color: #CC0000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#CC99CC;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.twoColFixLtHdr #container #mainContent h1 {
	color: #006699;
	font-size: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: normal;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	color: #006699;
}
.twoColFixLtHdr #container #sidebar1 p #date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.twoColFixLtHdr #container #sidebar1 .datescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	height: auto;
}
.twoColFixLtHdr #container #mainContent #quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	background-color: #FFCC66;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-top-width: 3px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 14px;
	color: #337909;
}
.twoColFixLtHdr #container #mainContent li {
	line-height: normal;
	list-style-type: square;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-left: -1em;
}
.twoColFixLtHdr #container #mainContent li {
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 14px;
	line-height: 18px;
}
.twoColFixLtHdr #container #footer {

}
