/* CSS Document */
body {
	background: url(images/bg_image.jpg);
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 100%;
}

#logo {
	position:absolute;
	left:15px;
	top:15px;
	width:268px;
	height:138px;
	z-index:2
}
#helping-hand {
	position:absolute;
	top:35px;
	width:445px;
	height:27px;
	z-index:1;
	right: 35px;
}

#corner {
	left:0px;
	top:0px;
	width:500;
	z-index:4;
	position: static;
	background: url(images/topleft_corner.jpg) no-repeat left top;
	padding: 10px 10px 1px 5px;
}
#date {
	right:10px;
	top:5px;
	width:150px;
	height:20px;
	z-index:4;
	margin: 0px;
	padding: 0px;
	position: absolute;
	font: small Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: right;
}
#content {
	position:absolute;
	left:145px;
	top:80px;
	z-index:10;
	background: url(images/bg_content.jpg);
	width: 80%;
}
#content h1 {
	color: #000066;
	margin: 0em .5em .5em;
}
#content h2 {
	margin: .5em 0.75em 0.5em;
	color: #660000;
}
#content h3 {
	margin: .5em 1em 0em;
	color: #000066;
}
#content h3.spaced {
	letter-spacing: 1pt;
	font-style: oblique;
}
#content h4 {
	margin: 1em 1em 0em;
}
#content p {
	margin: .5em 1.5em 1em;
}
#content a:link {
	color: #000099;
	text-decoration: underline;
}
#content a:visited {
	color: #663366;
	text-decoration: underline;
}
#content a:hover {
	color: #993300;
	text-decoration: none;
}
#content a:active {
	color: #663366;
	text-decoration: none;
}
.bullet ul{
	list-style: square;
	margin: 0em 1em;
} 
.cap {
	font-size: large;
	font-weight: bold;
	color: #660000;
	letter-spacing: 2px;
}

#bottom {
	width:100%;
	height:91px;
	text-align: right;
	background: url(images/bottom_body.jpg) repeat-x bottom;
	position: relative;
	margin-top: 20px;
	background-image: url(images/bottom_body.jpg);
	float: right;
	bottom: 0px;
}
#photoright {
	float:right;
	margin: 0.5em .75em 0.5em 1em;
}
#photoright img {
	border: 1px solid #000000;
}
#photoleft {
	float:left;
	margin: .5em 1em .5em .5em;
}
#photolft img {
	border: 1px solid #000000;
}
.caption {
	font: xx-small Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.unitedway {
	margin-top: 2em;
}
.bofd {
	margin: 1em;
	border: 1px solid #993300;
}
.padbottom {
	padding-bottom: 10px;
}
#mission {
	margin: 1em;
	border: 2px solid #993300;
	text-align: center;
	width: 80%;
}
.numbered li { 
	margin: .15em .25em .15em 1em;
	list-style: decimal;
 }
#redbox {
	width: 90%;
	border: 1px solid #993300;
	padding: 4px;
	margin: 12px 12px 12px 35px;
	clear: both;
 }
#bluebox {
	border: 1px solid #000066;
	margin: 1em;
	width: 150px;
}
#bluebox h1, #bluebox h2, #bluebox h3, #bluebox p {
	margin: 5px;
	color: #993300;
}
#sidebox {
	border: 1px solid #660033;
	margin: 0.75em 0.75em 0.75em 1em;
	background: #EBE3CB;
}
#sidebox p, #sidebox h3, #sidebox h2 {
    font-family: Arial, Helvetica, sans-serif;
	margin: 6px;
}
.sidebox li   {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -2px;
	margin-left: -15px;
	margin-right: 2px;
} 
table {
	margin-right: 1em;
	margin-left: 1em;
}
.top {
	font: x-small Arial, Helvetica, sans-serif;
	float: right;
	margin: 2px 8px 2px 2px;
}
.top a {
	font: x-small Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
}
.hogares {
	font-weight: bold;
	color: #660000;
}
.bullet li   { 
	list-style: disc;
	margin: 0em 1em .25em;
 } 
.graytext {
	color: #666666;
}
