body
{

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

a
{
	color: #1C62A4;
}

a hover
{
	color: #9faf60;
}


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

h1{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	margin-top:6px;
	margin-bottom:8px;
}

h2{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:-5px;
	margin-bottom:2px;

}

h4{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:1 px;
	margin-bottom:2px;
	
	
}

h5{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-top:1 px;
	margin-bottom:2px;
}

/* 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_footer
	{
		position: relative;
		clear: both;
		width: 750px;
		margin: 0px 15px 15px 15px;
		padding: 0px 0px 0px 0px;
		background-color: white;
		
	}
	
	#framework_footer div.social_bar 
	{ 
		height: 16px; 
		width: 750px; 
		background-color: #D4DFA8;
	}

	#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('../images/c406_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;
	}
	#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;
	}
	#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;
		}
		

/* 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('../images/c406_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('../images/c406_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('../images/c406_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('../images/c406_imgs/report_card_back.gif');
	background-repeat: no-repeat;
	border-style: solid;
	padding:10px 10px 10px 10px;
}	

.report_card_home{
	margin-top: 10px;
	width:179px;
	border-width: 1px;
	border-color: #d9e2e9;
	border-style: solid;
	background-color:#e9eff3;
	background-image: url('../images/c406_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,
p.ObjTitle {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#092339;
	font-variant:small-caps;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

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

H2.actionFormHead {
	width: auto;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:0px;}

.actionFormHead {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:15px;
}
/* added to override convio baseline styles */

.AdvocacyNSFix,
p.AdvocacyNSFix,
span.AdvocacyNSFix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.smaller,
p.smaller,
span.smaller,
a.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/* Styles Added 10-08-09 shoffman@defenders.org for Forms in Donation 2 */
tr.FormRow td.holdsErrorMsgTable table.holdsErrorMsg {width:100px;}
* html .FormRow .holdsErrorMsgTable .holdsErrorMsg {width:100px;}
* html .holdsErrorMsgTable {width:100px;}
* html .DFEC_el_wrapper {width:730px;}
* html .main_content_convio {width:600px;}
.main_content_convio {width:600px;}

* html #dataFormContainer .Don2AppArea {width:730px;}
* html .DonationAppTable {width:730px;}
/* TABLE.overTable {	WIDTH: 730px !important}
TD.holdsErrorMsgOverTable {	WIDTH: 730px !important}*/
/*.FormRow {width:730px;}*/
h5.main_content_convio, td.FormSectionHeader h5
	{
width:700px;
border:0;
}
* html TD.FormCaption {width:730px;}
* html .main_content_convio TD.FormSectionHeader {	WIDTH: 400px;	BORDER-BOTTOM: #ccc 1px solid}
/* .main_content_convio tr.holdsErrorMsg {width:730px;}
tr.holdsErrorMsg td.FormSectionHeader {width:730px;}
* html table.holdsErrorMsg {width:730px;}  */
* html TR.FormRow TD.holdsErrorMsg { width: 100px; }
* html #framework_container .main_content_convio form {width:400px;}
* html TABLE.holdsErrorMsg TR.holdsErrorMsg {width:100px;}
* html TABLE.overTable {
	width: 730px;
}

* html TABLE.FormRow {
	padding: 0;
	white-space: normal;
	background-color: #fff;
	width: 100px;
}
* html TR.FormRow {
	padding: 0;
	white-space: normal;
	background-color: #fff;
	width: 100px;
	height: 4ex;
}
* html TD.FormSectionHeader {
	width: 100px;
	border-bottom: 1px solid #ccc;
}
* html INPUT.FormInput {
	font-size: 90%;
	width: 100px;
}
* html FIELDSET.FormInput {
	width: 100px;
	border: 0px;
	color: #000;
	font-weight: bold;
}
* html TEXTAREA.FormInput {
	font-size: 90%;
	width: 100px;
}
