body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object {
	margin:0;
	padding:0;
}

/* Misc Typography
=====================================================================*/

body {
	font-size:100%;
	line-height:1.125em;
	color: #424242;
}

table {
	font-size: 1em;
	line-height: 1.5em;
	color: #424242;
}

blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}

blockquote, blockquote p {
	clear: both;
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-style: italic;
}

sup, p sup {
	font-size: 50%;
	text-transform: capitalize;
	vertical-align: text-top;
	top: 0px;
}





/* Typographic Elements
=====================================================================*/

body, h1, h2, h3, h4, h5, h6, p, blockquote, em, i  {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}




/*=====================================================================*/

/* Library
=====================================================================*/

.l {
	float: left;
	width: 49%;
}

.r {
	float: right;
	width:49%;
}

.r:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
	float: none;
}

.clear-right {
	clear: right;
	float: none;
}

.hide {
	display:none;
}

.clear-both {
	clear: left;
	float: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.noborder {
	border: 0px none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.visible {
	display: block;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.border5 {
	border: solid 10px #c7c7c7;
}

.border10 {
	border: solid 10px #c7c7c7;
}

.border20 {
	border: solid 20px #c7c7c7;
}

div.hidden, a.hidden {
	display: none;
	margin: 0;
}




/* Container
=====================================================================*/
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




/* Header
=====================================================================*/
#container #header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	width: 800px;
}

#container #header h1 {
	text-indent: -9999px;
}




/* Center
=====================================================================*/
#container #center {
	background-color: #FEF9AF;
	width: 800px;
	background-position: left top;
}



/* Navigation
=====================================================================*/

#container #center #leftcol {
	float: left;
	width: 232px;
	position: relative;
	left: 0px;
	top: 0px;
}

#container #center #leftcol #nav {
	width: 233px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	float: left;
	text-align: left;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
}
#container #center #leftcol #nav ul {
	list-style-type: none;
}

#container #center #leftcol #nav li {
	padding-top: 1px;
}

#container #center #leftcol #nav a, #container #center #leftcol #nav a:link, #container #center #leftcol #nav a:visited  {
	text-decoration: none;
	background-image: url(/images/nav_off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 232px;
	padding-left: 10px;
	color: #006600;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
}


#container #center #leftcol #nav a:hover {
	color: #FFFFFF;
	background-image: url(/images/nav_on.jpg);
}
#container #center #leftcol #nav a:visted:hover {
	color: #FFFFFF;
	background-image: url(/images/nav_on.jpg);
}

#container #center #leftcol #nav a:active {
	color: #FFFFFF;
	background-image: url(/images/nav_on.jpg);
}


#container #center #leftcol #nav a.current {
	color: #FFFFFF;
	background-image: url(/images/nav_on.jpg);
}

#container #center #leftcol #leftlinks {
	width: 200px;
	padding: 10px;
	font-size: .75em;
	line-height: normal;
}

#container #center #leftcol #leftlinks p {
	margin-bottom: 10px;
}

#container #center #leftcol #leftlinks a, #container #center #leftcol #leftlinks a:link, #container #center #leftcol #leftlinks a:visited {
	color: #006600;
}

#container #center #leftcol #leftlinks a:hover, #container #center #leftcol #leftlinks a:visited:hover {
	color: #996600;
}


/* Main Content
=====================================================================*/
#container #center #maincontent {
	width: 527px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	position: relative;
	left: 0px;
	top: 0px;
}

#container #center #maincontent  h1 {
	font-size: 2em;
	line-height: normal;
	margin-top: 10px;
	color: #117FC3;
}

#container #center #maincontent h2 {
	font-size: 1.2em;
	line-height: normal;
	margin-top: 10px;
	color: #02AFDF;
}
#container #center #maincontent h3 {
	font-size: 1em;
	line-height: normal;
	margin-top: 10px;
	color: #4B4B25;
}

#container #center #maincontent p, #container #center #maincontent ul li {
	margin-bottom: 10px;
	font-size: 0.75em;
	line-height: normal;
	color: #333;
}

 #container #center #maincontent p.citation,  #container #center #maincontent p.cite {
	font-size: .75em;
	font-style: italic;
	width: 90%;
	margin-left: 30px;
}
 #container #center #maincontent p.citation,  #container #center #maincontent p.small {
	font-size: .7em;
}

#container #center #maincontent strong {
	color: #4B4B25;
}

#container #center #maincontent ul {
    list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 20px;
}

#container #center #maincontent li {
	margin-bottom: 10px;
	color: #666633;
}


/* Main Content Links
=====================================================================*/

#container #center #maincontent a, #container #center #maincontent a:link, #container #center #maincontent a:visited {
	color: #850AED;
}

#container #center #maincontent a:hover, #container #center #maincontent a:visited:hover {
	color: #CC33FF;
}




/* Footer
=====================================================================*/
#container #footer {
	background-image: url(/images/footer_reflection.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	width: 800px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

#container #footer p {
	font-size: 0.75em;
}

#container #footer a, #container #footer a:link, #container #footer a:visited {
	color: #FFCC00;
	text-decoration: none;
}

#container #footer a:hover {
	color: #FFFF00;
}
#container #footer a:visited:hover {
	color: #FFFF00;
}
#donor_col1 {
	float: left;
	width: 225px;
}

#donor_col2 {
	float: left;
	width: 225px;
}
.partner_div {
	clear: both;
	float: left;
	margin-bottom: 25px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;
	background-color: #FFF;
}
.partner_col1 {
	background-color: #FFF;
	padding: 5px;
	width: 225px;
	text-align: center;
	float: left;
}
.partner_col2 {
	width: 235px;
	float: left;
	padding: 5px;
	margin-left: 10px;
}
