@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;
	background-color: #003333;
}
body#home a#nav-home, 
body#aboutus a#nav-aboutus, 
body#trustees a#nav-trustees, 
body#news a#nav-news, 
body#grants a#nav-grants,
body#profiles a#nav-profiles, 
body#support a#nav-support, 
body#links a#nav-links,  
body#contact a#nav-contacts {

  color: #CCFF00;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
} 
.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 */
}
.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;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #CCFF00;
}
a:visited {
	color: #CCFF00;
}
a:hover {
	color: 66ccff;
}
a:active {
	color: #66FFFF;
}
.welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 26px;
}
#tophead {
	height: 90px;
	width: 800px;
}
#bothead {
	background-color: #fefef0;
	height: 120px;
	width: 800px;
	background-image: url(Images/back2.jpg);
}
#footer p {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}
#logo {
	padding-top: 19px;
	padding-left: 19px;
}
#nav {
	float: right;
	height: 20px;
	width: 790px;
	text-align: right;
	padding-top: 60px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-left: 25px;
}
#nav a {
	text-decoration: none;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:hover {
	color: #CCFF00;
}
.images {
	border: 5px solid #FFFFFF;
	margin-right: 10px;
}
#footer a {
	color: #FFFFFF;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
}
*:first-child+html hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
} 
* html hr {
color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 30px;
}
*:first-child+html #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 42px;
} 
* html #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 44px;
}
#mainContent h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	margin-top: 2px;
	padding-top: 2px;
}
#mainContent a {
	color: #CCFF00;
}
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 413px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#maincontentholder2 {
	width: 387px;
	padding-top: 28px;
}
#mainContent2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	margin-top: 2px;
	padding-top: 2px;
}
#mainContent2 h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 30px;
}
*:first-child+html #mainContent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 22px;
} 
* html #mainContent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 25px;
}
#mainContent2 h3 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 470px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
}
*:first-child+html #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
} * html #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
}
#sidebar1 h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
	margin-top: 2px;
	padding-top: 2px;
}
#sidebar1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#sidebar1 h3 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 16px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 387px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
	margin-top: 2px;
	padding-top: 2px;
}
#sidebar2 h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
}
*:first-child+html #sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
} 
* html #sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
}
#sidebar2 h3 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
}
*:first-child+html #sidebar3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
} * html #sidebar3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCFF00;
	letter-spacing: -1px;
	font-weight: lighter;
	padding-top: 22px;
}
#sidebar3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
	margin-top: 2px;
	padding-top: 2px;
}
#sidebar3 h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar3 h3 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
