/* CSS Document */

body {
	background-image: url(Images/bkgd-sidebar.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	color: #737373;
	font: small Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	line-height: 1.25em;
}
#artbanner {
	height: 125px;
	background-image: url(Images/artbanner-2010.jpg);
	background-repeat: repeat-x;
}
#artbanner img {
	margin: 46px 0 0 36px;
}
#logo {
	position: absolute;
	top: 46px;
	left: 15px;
}
#maincolumn {
	margin: 0 0 0 183px;
	position: relative;
	padding: 45px 0 30px 30px;
}
#leftcolumn {
	width: 183px;
	position: absolute;
	top: 261px;
	left: 0;
}


/* -------------------- navigation -------------------- */
#nav {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(Images/bkgd-navarea.jpg);
	background-repeat: repeat-y;
	background-color: #cfdfe7;
	height: 35px;
	width: 100%;
}
#nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 650px;
}
#nav ul li {
	display: inline;
	margin: 0 5px 0 10px;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #38754d;
	text-decoration: none;
	font-size: 93%;
	font-weight:normal;
	padding: 10px 0;
}
#nav ul li a:hover {
	color: #38754d;
	text-decoration: underline;
	font-size: 93%;
	font-weight:normal;
	padding: 10px 0;
}


/* -------------------- dropdown ----------------------- */

#nav ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: auto;
	top: 30px;
	left: -700px;
}
#nav ul li.aboutus:hover ul {
	left: 45px;
}
#nav ul li.donors:hover ul {
	left: 114px;
}
#nav ul li.advisors:hover ul {
	left: 283px;
}
#nav ul li.grants:hover ul {
	left: 370px;
}
#nav ul li.orgs:hover ul {
	left: 518px;
}
#nav ul li ul li {
	display: block;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-image: url(Images/bkgd-dropdown.jpg);
	background-repeat: repeat-y;
	padding: 7px 15px 7px 7px;
}




#searchdiv {
	text-align: right;
	margin: 0 30px 10px 0;
}
#searchdiv a:link, #searchdiv a:visited {
	color: #71a182;
	text-decoration: underline;
}
#searchdiv input {
	border: 1px solid #dae6de;
	width: 125px;
	height: 20px;
	color: #737373;
	font-style: italic;
}
#content {
	margin: 0 30px 0 0;
}
a:link, a:visited, a:active {
	color: #71a182;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #71a182;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	color: #4583a2;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h2 {
	color: #71a182;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0 -5px 0;
}
.Heading, .heading {
	color: #4583a2;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0;
	display: block;
}
.SubHeading, .subheading {
	color: #71a182;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 -5px 0;
	display: block;
}
h3, .ParagraphHeading, .paragraphheading {
	color: #71a182;
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 0 -5px 0;
}
.BodyText, .bodytext
{
	font-weight: normal;
	color: #737373;
	font: small Helvetica, Arial, Verdana, sans-serif;
}
p.intro {
	color: #71a182;
	line-height: 1.5em;
	font-size: 110%;
	margin: 10px 0 30px 0;
}
img.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
#sidebarcontent {
	padding: 0 20px;
}
#sidebarcontent a:link, #sidebarcontent a:visited {
	color: #71a182;
	font-weight: bold;
	text-decoration: underline;
}
#sidebarcontent a:hover {
	color: #71a182;
	font-weight: bold;
	text-decoration: none;
}
p#credits {
	margin: 40px 0 20px 0;
	color: #71a182;
	font-size: 90%;
}
#standards {
	margin: 90px 0;
}
.signoff {
	margin-left: 60%;
}



