html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #668187;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	font-size: 18px;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
a,  a:link {
}
a:visited {
}
a:hover {
}
a:focus {
}
a:active {
}
#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
#outerWrapper #header {
	height: 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(/images/2010/gradient.png);
	background-repeat: repeat-x;
}
#outerWrapper #banner {
}
#outerWrapper #topNavigation {
	height: 30px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 280px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 305px;
	margin-bottom: 0;
	margin-left: 0px;
}
#boxes p {
	padding-left:10px;
	padding-right:10px;
}

#outerWrapper #contentWrapper #content table .mission {
	background-color: #e4f1d8;
}
#outerWrapper #contentWrapper #content table .partners {
	background-color: #dee9eb;
}
#outerWrapper #contentWrapper #content table .donations {
	background-color: #ebebdc;
}
#outerWrapper #contentWrapper #content li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer {
	font-size: 12px;
	height: 30px;
	clear: both;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:10px;
	padding-bottom:10px;
	color: #FFF;
}
#footer #copyright {
  float: left;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#footer #credit {
  float: right;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#footer #Contact {
	margin-top: 2px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#footer #Contact p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

.hide {
	display:none;
}
