/**************************************/
/* WHOLE DOCUMENT HTML ELEMENT STYLES */
/**************************************/
#page_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


body, ul, li, a, p, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, helvetica;
}

blockquote {
	font-style: italic;
	font-family: garamond, times;
}

body {
	/*******
	 *
	 * height: XXXpx; 
	 *
	 * SET IN FILES:
	 *   aseb080.css, aseb100.css, & aseb120.css
	 *
	 *******/
/*	font-family: tahoma, arial, helvetica;*/
}

a {
	color: rgb(180, 79, 65);
	text-decoration: none;
}

a:hover {
	color: orange;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.fine_print {
	font-size: 0.7em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/**********************************/
/* HDR, MAIN, FOOTER BLOCK LAYOUT */
/**********************************/
#block_header {
	position: relative;
	width: 100%;
	height: 110px;
}

#block_main {
	/*******
	 *
	 * height: XXXpx; 
	 *
	 * SET IN FILES:
	 *   aseb100.css, aseb150.css, & aseb200.css
	 *
	 *******/
}

#block_footer {
	position: relative;
	height: 110px;
	width: 100%;

	color: white;
	background-color: black;
}




/************************************/
/* MAIN - LEFT & RIGHT BLOCK LAYOUT */
/************************************/

#block_lt_panel {
	width:325px;

	padding-top: 30px;
	padding-left: 75px;
}

#block_rt_panel {
	float: right;
	width: 475px;

	/*  MATCH W/padding-left IN #block_lt_panel   */
	margin-left: 75px;
}


/************************************/
/* MAIN - RIGHT BLOCK STYLES        */
/************************************/
#block_rt_panel ul {
	width: 12em;
	font-weight: bold;
	font-family: helvetica;
	list-style-type: none;
}




/************************************/
/* MAIN - LEFT BLOCK STYLES         */
/************************************/
#block_lt_panel h2 {
	color: green;
}

#block_lt_panel li {
	padding-bottom: 0.5em;
	margin-left: 1.5em;
}


#block_lt_panel p {
	padding-bottom: 1em;
}



/************************************/
/* HEADER BLOCK STYLES              */
/************************************/
#block_left_hdr {
	position: absolute;
	left: 0px;
	width: 300px;
}

#block_middle_hdr {
	/* MUST BE SAME AS
	 * block_left_ftr width
	 * ABOVE*/
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-top: 0.5em;
}

#block_right_hdr {
	position: absolute;
	top: 0px;
	right: 0px;
}


/************************************/
/* FOOTER BLOCK STYLES              */
/************************************/
#block_left_ftr {
	position: absolute;
	left: 0px;
	width: 300px;
}

#block_middle_ftr {
	/* MUST BE SAME AS
	 * block_left_ftr width
	 * ABOVE*/
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-top: 0.5em;
}


#block_right_ftr {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 2em;
}


/************************************/
/* REMOVE ELEMENTS NOT USED IN PRINT*/
/************************************/

/* PAGE NAVIGATION */
ul.level1{
	display: none;
}

/* FONT SIZES */
/* span.fine_print USED ON contact.php ONLY */
#block_right_ftr a, span.fine_print {
	display: none;
}

/* DONATE NOW */
#block_left_ftr a {
	display: none;
}