@charset "UTF-8";
/* CSS Document */


body {
	width: 760px;
	margin: auto;
	align="center"}
	
	

/* Agency Container Box */
#agency_general {
	width: 518px;
	float:left;
	}


/* Menu Navigation starts here */

#navigation {
	width: 240px;
	float:left;
	}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li {
	display: inline;
	margin: 0px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
#navigation ul li a {
	color: #0000CC;
	text-decoration: none;
	display: block;
	font-size: 15px;
	padding: 9px;
	width: 222px;
	background-color: #FFFFCC;
	border: 1px dotted #CCCCCC;
	margin: 0px 0px 2px 0px;
	}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	}
#navigation a:hover {
	background-color: #CCCCCC;
	color: #000;
	}
	


/* General Body Text */
#information {
	width: 760px;
	float: left;
	}
.information_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	}
.information_text ul {
	width: 760px;
	padding: 0px 0px 0px 16px;
	margin: 2px;
	}
	
	
/* Agency Name */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 3px;
	}	
	
	
/* Section Titles ex. Wish List and Volunteers Needed */
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 25px 0px 0px 0px;
	}


/* List Titles: Bold, Underlined text */
h4 {
	font-size: 15px;
	text-decoration: underline;
	margin: 4px 0px 1px 0px;
	}
	
h5 {
	font-size: 15px;
	font-weight:bold;
	margin: 15px 0px 0px 0px;
	}
	
	
/* Sub Text in Red: Same size as body text */
.sub_color {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	margin: 10px 0px 0px 0px;
	}	
	
	
/* Sub Text in Black: Smaller and Italic */
.sub_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	margin: 1px 0px 0px 0px;
	}
	
	
	
/* Important text: Yellow Background and in bright red */
#important {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	width:786px;
	background-color:#FFFFCC;
	border:2px;
	border-color:#000000;
	margin: 10px 0px 0px 0px;
	text-align:center;
	padding: 5px 5px 5px 5px
	}
	
	
/* Page Updates: Located at the bottom */

#update {
	width: 760px;
	height: 20px;
	float: left;
	}
.update_text {
	text-align:center;
	color: #660000;
	font-size: 15px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	}



/* Spacers */	
#space {
	width: 760px;
	height: 10px;
	float:left;
	}
.space {
	width: 760px;
	height: 10px;
	float:left;
	}
	
