/* Athens Area Homeless Shelter CSS */

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10pt;
}


/* main body wrapper */
#bodywrapper {
	width: 785px;
}




/* main body */

#bodymain {
	padding: 0;
	margin: 0;
	border-left: 30px solid #FFF105;
	top: 0;
	margin-right: 1px;

}

/* navigation */
#navigation {
	float: left;
	width: 166px;
	top: 0;
	margin-top: 0px;
	margin-bottom: 30px;
}

	#navigation ul {
		margin:0;
		padding:0;
		list-style:none;
		margin-left: 30px;
		}

	#navigation ul li {
		margin:0;
		padding:1px;
		width: 100%;
		}

	#navigation ul li a {
		font-family: Georgia;
		background: #fff;
		margin: 0 0 0 0;
		color: #CD507f;
		text-decoration: none;
		display: block;
		font-weight: normal;
		font-size: 12px;
		padding-top: 2px;
		}

	#navigation ul li a:hover {
		text-decoration: underline;
	}

/* wrapper for content */

#contentwrapper {
	padding-top: 70px;
	margin-top: 0;
	margin-left: 171px;
 	margin-bottom: 30px;



}

	#contentwrapper h1{
		text-align: right;
		font-family: book antiqua, georgia;
		font-size: 13pt;
		margin-top: 0;
		margin-bottom: 2px;
		text-transform: uppercase;
	}


	#content {
		margin: 0;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		padding: 10px;
		background-image: url("/images/aahswatermark.gif");
  		background-repeat:no-repeat;

	}

	#content h2 {
		color: #CD507F;
		border-bottom: 1px solid #CCC;
		font-family: verdana;
		font-size: 10pt;
	}

	#content h3 {
		font-family: verdana;
		font-size: 10pt;
		margin-bottom: 0;
	}

	#content p {
  		/* float: left; */
		margin-top: 1px;
	}


/* footer */
#footer {
	text-align: center;
	margin-top: 5px;
	font-family: georgia;
	font-size: 9pt;
	color: #666666;
}


/* class for colorrow */

div.colorbar {
	clear: both;
	background: #CD507F;
	width: 100%;
	height: 15px;
	margin: 0;

}

/* link styles */

a {
		font-family: Georgia;
		margin: 0 0 0 0;
		color: #CD507f;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		padding-top: 2px;
}

a:hover {
	text-decoration: underline;
}

/* pager styles */
div.pagernav {
	font-family: Georgia;
	text-align: right;
	width: 100%;
}

/* new box */

#newsbox{

	border: 1px solid #CCC;
	float: right;
	padding: 5px;
	width: 130px;
	margin-right: 0px;
	margin-left: 10px;

}

#newsbox h3 {
	margin: 0;
	padding: 3px;
}

 table.list {
	border-collapse: collapse;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:None;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width:450px;
}

table.list th {
	background: yellow;
	color: #000;
}



