/* Global Styles */

/* kill all styling, padding, and margins */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 12px; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	width: 960px;
	background: white;
	margin: 5px auto 0px auto;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Navigation Styles */

#nav, #nav ul {
	text-align: center;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	background: #945403;
}
#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-left: 1px solid white; */
	border-bottom: 1px solid #945403;
	width: 8em;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: bold;
	text-align: left;
}
#nav li li {
	clear: both;
}
#nav li ul a {
	width: 14em;
	border-top: 1px solid white;
	border-left: 1px solid #945403;
	border-right: 1px solid #945403;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
}
#nav li ul ul {
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
}
#nav a:hover, #nav a.sfhover {
	background: white;
	color: #945403;
}


/* Supporting Organization Styles */

#supporters {
    width: 250px;
    margin: 0px 0px 10px 10px;
    padding: 0;
    float:right;
    background: #ffffff;
    border: 1px solid #945403;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}

#supporters .header {
	padding: 5px;
	background: #945403;
}

#supporters .header h1 {
	color: #eeeeee;
	font-weight: bold;
}

#supporters .body {
	padding: 5px;
	color: #666666;
}

#supporters .body a {
	color: #666666;
	text-decoration: none;
}

#supporters .body a:hover {
	color: #945403;
}

#supporters ul {
	margin: 5px 0 5px 0;
}

#supporters ul li {
	margin: 3px 0 3px 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

/* Supporting Grants Styles */

#grants {
    width: 250px;
    margin: 0px 0px 10px 10px;
    padding: 0;
    float:right;
    background: #ffffff;
    border: 1px solid #945403;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}

#grants .header {
	padding: 5px;
	background: #945403;
}

#grants .header h1 {
	color: #eeeeee;
	font-weight: bold;
}

#grants .body {
	padding: 5px;
}

#grants .body a {
	color: #666666;
	text-decoration: none;
}

#grants .body a:hover {
	color: #945403;
}

#grants ul {
	margin: 5px 0 5px 0;
}

#grants ul li {
	margin: 3px 0 3px 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}


/* Body Text Styles */

#bodyText h1 {
	margin: 5px 0 5px 0;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#bodyText h2 {
	margin: 5px 0 5px 0;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

#bodyText h3 {
	margin: 5px 0 5px 0;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

#bodyText p {
	margin: 5px 0 5px 0;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#bodyText strong {
	font-weight: bold;
}

#bodyText ul {
	margin: 5px 0 5px 0;
}

#bodyText ul li {
	margin: 5px 0 5px 2.0em;
	list-style-type: disc;
	list-style-position: outside;
}

#bodyText table {
	margin: 10px auto 10px auto;
}

/* Class Styles */

.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 22px;
}

