body {
	margin:0;
	padding:0;
	background:#CCCCCC;
	
}
#wrapper {
	margin: 0px auto;
	width: 920px;
	background-color:#FFFFFF;
	min-height:600px;
	background-image:url(images/sidebar.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#header {
	padding:0 10px;
}

#main {
	clear:both;
	padding:0 10px;
}

#sidebar {
	width: 345px;
	float:left;
	margin:0;
}

#sidebar-text {
	width: 190px;
	float:left;
	margin:0;

}

#sidebar-text .box {
	padding:50px 20px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:24px;
	font-style:italic;
	color:#005135;
	margin:0;

}

#sidebar-images {
	width: 150px;
	float:left;
	margin:0;
	display:block;
}

#coltwo {
	width:555px;
	float:left;
}

#nav {
	padding:50px 20px 0 20px;
}

#nav .row1{
	clear:both;
}

#nav .row2{
	padding:5px 0 0 20px;
	clear:both;
}

#nav a.about {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-about.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

#nav a.faq {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-faq.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

#nav a.forms {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-forms.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

#nav a.news {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-news.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}

#nav a.contact {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-contact.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}


#nav a.events {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-events.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}


#nav a.grants {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-grants.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}


#nav a.give {
    display: block;
    width: 120px;
    height: 18px;
    background: url("images/btn-give.gif") 0 0 no-repeat;
	text-decoration: none;
	float:left;
}


#nav a:hover {
	background-position: 0px -18px;
}




#content {
	padding:30px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#content h2 {
	color: #003660;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 5px;
}

#footer {
	margin: 0px auto;
	width: 920px;
	background-color:#FFFFFF;
	background-image:url(images/footer.gif);
	background-repeat:repeat-y;
}

#footer .bar {
	padding: 0 10px;
}

#footer .text {
	padding: 10px 30px 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003300;
	text-decoration: none;
}
#wrapper a:hover {
	text-decoration:underline;
	color: #000099;
}

