body
{

	min-width: 577px;	/* 2x LC width + RC width */
	background-color: #3c4049;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #092339;
}

a
{
	color: #1C62A4;
}

a:hover {
	color: #9faf60;
}


.changeable_text_small{
  font-size: 12px;
}
.changeable_text_big{
  font-size: 18px;
}

h1{
	font-family: "arial narrow";
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	margin-top:6px;
	margin-bottom:8px;
}

h2{
	width:505px;
	font-family:"arial narrow";
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:-5px;
	margin-bottom:2px;
	border-bottom:1px solid #092339;
}

h3{
	width:240px;
	font-family:"arial narrow";
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:1px;
	margin-bottom:2px;
	border-bottom:1px solid #092339;
	
}

h4{
	width:200px;
	font-family:"arial narrow";
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:1px;
	margin-bottom:2px;
	border-bottom:1px solid #092339;
	
}

h5{
	width:193px;
	font-family:"arial narrow";
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-top:1px;
	margin-bottom:2px;
	border-bottom:1px solid #092339;
	
}

/* Framework styles */

	#framework_header
	{
		width: 750px;
		padding: 0px;
		margin: 15px 15px 0px 15px;
	}
	
	#framework_container
	{
		margin: 0px 15px 0px 15px;
		width: 750px;
		height: 100%;
		background-color: white;
	}
	
	#framework_container_place_holder
	{
		clear: both;
		height: 1px;
	}
	#framework_center_column
	{
		padding: 10px 0px 0px 0px;
		background-color: white;
		text-align: center;
	}

	#framework_left_column
	{
		width: 180px;	/* LC width */
		float: left;		
	}
	#framework_right_column
	{
		width: 225px;	/* RC width */
		float: right;
		background-color: #D5DFE5;
	}	
	#framework_right_column_home
	{
		width: 191px;	/* RC width */
		float: right;
	}	
	#framework_footer
	{
		position: relative;
		clear: both;
		width: 750px;
	    margin: 0px auto 15px auto; 
		padding: 0px;
		background-color: white;
	}
	#framework_sub_footer
	{
		clear: both;
		width: 750px;
		margin: 8px 15px 8px 15px;
		text-align: center;
		color: #C1C1C1;
	}


/* Header Images */
	#framework_header div.header_images
	{
		background-color: white;
		background-image: url('/imgs/top.gif');
		background-repeat: no-repeat;
		background-position: 0px -1px;
	}

/* Header Contact / Donate */
	#framework_header div.contact_donate_container
	{
		position: absolute;
		top: 40px;
		left: 615px;
	}

/* Header Changeable text */
#framework_header div#changeable_text_selector
	{
		display: none;
		margin-top:-2px;
		float:right;
		margin-right:20px;
		color: #C1C1C1;
	}
#framework_header div#changeable_text_selector a
	{
		color: #C1C1C1;
	}

/* Header menu */
	#framework_header div.menu_container
	{
		height:15px;
		position: relative;
		margin: 0px;
		padding: 2px 0px 2px 0px;
		background-color: #c4d386;
		vertical-align: middle;
		text-align: center;
	}
	#framework_header div.menu_container a
	{
		color: #092339;
		font-weight: bold;
		padding: 3px;
		margin: 0px;
		text-decoration: none;
	}
	#framework_header div.menu_container a:hover
	{
		color: #dbe6b0;
		text-decoration: underline;
	}
	#top_menu_container
	{	
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	#top_menu_container li
	{
		float: left;
		position: relative;
		width: 8em;
		border-left: 1px solid #092339;
		padding: 0px;
	}
html>body #top_menu_container li
	{
	position:relative;
	}
	
	#top_menu_container li.first_item
	{
		border-left: 0px solid #092339;
	}
	#top_menu_container li:hover,
	#top_menu_container li.over
	{
		background-color: #9FAF60;
	}
	#top_menu_container li ul
	{
		display: none;
		position: absolute; 
		top: 1.2em;
		left: 0px;
		list-style: none;
		padding: 0px;
		margin: 0px;
		background-color: #C4D386;
		z-index: 35;
	}
html>body #top_menu_container li ul
	{ top:1.3em; left:-.2em;}
	
	#top_menu_container li > ul
	{
		top: auto;
		left: auto;
	}
	#top_menu_container li ul li
	{
		width: 8em;
		background-color: #C4D386;
		padding: 0px;
		border: 0px solid #393838;
		margin: 3px 0px;
	}
	#top_menu_container li:hover ul,
	#top_menu_container li.over ul
	{
		display: block;
	}
	#top_menu_container li ul li:hover,
	#top_menu_container li ul li.over
	{
		background-color: #9FAF60;
	}
	/* Menu item size exceptions */
		#top_menu_container li.longer_item
		{
			width: 12em;
		}
		#top_menu_container li.longer_item ul li
		{
			width: 12em;
		}
		

/* Left column Items*/
	#framework_left_column div.column_item
	{
		margin: 10px 0px ;
		/*padding:4px;*/
		padding:auto;
		background-color: #D9E2E9;
		border:1px solid #c4d386;
	}
	
html>body #framework_left_column div.column_item
	{
	margin: 10px 0px ;
	/*padding: 4px auto 4px auto;*/
	}

	#framework_left_column hr
	{
	color: #333943;
	background-color: #333943;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
	#framework_left_column div.column_item div.contents
	{
		padding: 0px 8px 8px 8px;
	}

/* Right column items*/
	#framework_right_column div.column_item
	{
		margin: 10px 10px 0px 5px;
		padding: 5px;
		background-color: #E6EDF2;
		border:1px solid #E6EDF2;
	}
	
#framework_right_column div.column_item_2
	{
		margin: 10px 10px 0px 5px;
		padding: 0px;
		background-color: #E6EDF2;
	}

#framework_right_column div.column_item_3
	{
	margin: 0px 10px 0px 5px;
	padding: 10px 0px 0px 0px;
}	

#framework_right_column div.column_item_2 a
	{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
	color:#1962a0;
	}
		
	
	#framework_right_column div.column_item a
	{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:10px;
	color:#b73416;
	}
	
		
	#framework_right_column hr
	{
		color: #333943;
		background-color: #333943;
		height: 1px;
		margin: 0px;
		padding: 0px;
	}
	#framework_right_column div.column_item div.contents
	{
		padding: 8px;
	}
	
	#framework_right_column div.column_item_2 div.contents
	{
		padding: 8px;
	}

/* Homepage right column items*/
	#framework_right_column_home div.column_item
	{
		margin: 10px 0px 0px 0px;
		padding:8px 38px 8px 8px;
		border:1px solid #c4d386;
		background: #D9E2E9 url("imgs/calendar_back.gif") bottom right no-repeat;
	}
	#framework_right_column_home .daf_special 
	{
	 margin-top:-15px;
	}
	#framework_right_column_home .daf_2008
	{
	font-size:14px; font-weight:900;
	}
	
#framework_right_column_home div.column_item_3
	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
	
#framework_right_column_home div.column_light
	{
		margin: 10px 0px 0px 0px;
		padding: 0px;
		background-color: #e6edf2;
	}
#framework_right_column_home div.column_light div.contents
	{
		padding: 10px 10px 10px 10px;
	}
	

		
	#framework_right_column_home hr
	{
		color: #333943;
		background-color: #333943;
		height: 1px;
		margin: 0px;
		padding: 0px;
	}
	#framework_right_column_home div.column_item div.contents
	{
	padding: 10px 2px 2px 2px;
}

/* Center column Items*/
	#framework_center_column div.column_item
	{
		margin: 0px 0px 20px 0px;
		text-align: left;
		padding: 0px 10px;
	}
	#framework_center_column div.column_item div.contents
	{
		margin: 8px;
	}
	#framework_center_column div.colunm_items
	{
		padding: 0px 10px 0px 10px;
	}
	.donate_center
	{
	margin:10px;
	padding:10px;
	}
	

/* Home center column flat screen */
	#framework_center_column div.home_flat_screen
	{
		margin: 0px auto 20px auto;
		text-align: left;
		width: 308px; /* Actual width - horiz padding */
		overflow: hidden;
		background-image: url('/imgs/flat-screen-bg.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 0px 16px 15px 16px;
	}

	#framework_center_column div.home_flat_screen h1{
	font-family: "arial narrow";
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	margin-top:6px;
	margin-bottom:8px;
			}
		
	#framework_center_column div.home_flat_screen a {
	color: #ac370b;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 10px;
	text-decoration: none;
}

	
	#framework_center_column div.home_flat_screen img.header
	{
	  margin: 0px 0px 0px -16px; /* To push it right the same as left padding */
	}

/* Home page items (below flat screen) */
	#framework_center_column div.home_items
	{
		margin: 0px auto 20px auto;
		text-align: left;
		width: 340px; /* Actual width - horiz padding */
	}

/* Footer styles */
	#framework_footer div.divider_bar
	{
	height: 5px;
	width: 748px;
	margin: 0px 1px 0px 1px;
	background-color: #D4DFA8;
}
	#framework_footer div.corner_left
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 15px;
		height: 14px;
		background-image: url('/imgs/bottom-menu-corner-left.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	#framework_footer div.corner_right
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 15px;
		height: 14px;
		background-image: url('/imgs/bottom-menu-corner-right.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
	}
	#framework_footer div.menu_items
	{
		text-align: center;
		padding: 3px 0px 3px 0px;
	}
	
	#framework_footer div.menu_items a
	{
	color:#3c4049;
	text-decoration:none;
	}

/* Sub footer styles */
	#framework_sub_footer a
	{
		color: #C1C1C1;
	}

/*I've added these*/	

.plea{
	font-weight:bold;
	font-size:14px;
	
}
.img_float_left{
	float: left;
 	margin: 5px 5px 5px 0px;
}

.img_float_right{
	float:right;
	margin:5px 5px 5px 5px;
}

.float_right{
	float:right;
}

.sign_up{
	padding: 10px 0px 0px 5px;
}

.content_left{
	padding: 5px 5px 5px 10px;
}

.mission{
	background-color: #d5dfae;
	border: 1px solid #c4d386;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	width: 460px;
	margin: 10px 10px 10px;
}

.strong_no_under a{
	font-weight:bold;
	text-decoration:none;
}

.strong_no_under_margin a{
	font-weight:bold;
	text-decoration:none;
	margin-left:30px;
}

.strong_no_under_blue a{
	font-weight:bold;
	text-decoration:none;
	color:#1962A0;
}


.col_pad{
	padding: 10px 10px 10px 10px;
}

.strong_no_under_red a{
	font-weight:bold;
	text-decoration:none;
	color:#b73416;
}

.ways_box{
	border-style:solid;
	width:195px;
	border-width: 1px 1px 1px 1px;
	border-color: #3c4049;
	padding: 10px 5px 5px 10px;
	background-color: #e2e8eb;
	background-image: url(imgs/leaf_back.jpg);
	background-repeat: no-repeat;


}

.title_text{
	font-weight:bold;
	font-size:14px;
}

.above_right{

	width:225px;
	text-align:right;
	background-color:#ffffff;
	height:10px;
}

.main_content
	{
	width:510px;
	padding: 10px 0px 10px 10px;
	background-color: #ffffff;
}
		
.report_card{
	margin-top:10px;
	margin-left:5px;
	width:190px;
	border-width: 1px;
	border-color: #c4d386;
	background-color:#e9eff3;
	background-image: url(imgs/report_card_back.gif);
	background-repeat: no-repeat;
	border-style: solid;
	padding:10px 10px 10px 10px;
}	

.report_card_home{
	margin-top: 10px;
	width:178px;
	border-width: 1px;
	border-color: #c4d386;
	border-style: solid;
	background-color:#d9e2e9;
	background-image: url(imgs/report_card_back_home.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
}

.light_stroked{
	background-color: #e9eff3;
	border: 1px solid #3c4049;
	margin-top: -4px;
	width:200px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 5px 10px;
}	

.back_to_top{
	font-size:14px;
	font-family:arial narrow;
	padding:10px 0px 15px 0px;
}

.back_to_top a{
	font-family:arial narrow;
	padding:10px 0px 15px 0px;
	text-decoration:none;
}

.back_to_top a:hover{
	font-size: 14px;
	color: #b73416;
	font-family: arial narrow;
	padding: 10px 0px 15px 0px;
	text-decoration: none;
}

.link_right{
	margin-left:100px;
}

#whole{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.press_release_date{
float:right;
margin-top:-10px;	
margin-bottom:-10px;
}

.main_content_convio
	{
	width:730px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

/*CONVIO STYLES*/

/*This is a general page title. It is also used
wherever multiple pages edit the same object. Mind you, that doesn't happen a lot on the user side.*/
.ObjTitle {
	font-family: "Arial Narrow";
	font-size: 16pt;
	color:#092339;
	font-variant:small-caps;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

.Headline {
	font-family: "Arial Narrow";
	font-size: 16pt;
	color:#092339;
	font-variant:small-caps;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

.contents{
		padding: 2px 2px 2px 2px;
}
