/* CSS Document */
body{
	background:#eeeeee;
	}

#outer{
	width:600px;
	border:10px solid #666;
	padding:20px;
	background:white;
	margin:0px auto;
	}
#top{
    height:120px;
	min-height:120px;
	width:792px;
	background-image:url(http://mtf.org/donor/images/oct11/mtf_newsletter_r1_c2-minium.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}
#top2{
    height:120px;
	min-height:120px;
	width:600px;
	background:url(donor/images/mtf_newsletter_r1_c2.jpg) no-repeat;

}
#top2-oct{
	height:124px;
	min-height:124px;
	width:600px;
	background-image: url(donor/images/oct11/mtf_newsletter_r1_c2-minium.jpg);
	background-repeat: no-repeat;
}
#top_green{
    height:120px;
	min-height:120px;
	width:792px;
	background-image:url(donor/images/txfile_banner_gray.png);
	background-repeat:no-repeat;
	background-position:top left;

}
#top_subscribe{
	height:120px;
	width:580px;
	background-image:url(donor/images/subscribe_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
.copy{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	padding:5px 25px;
	}


.caption{
	font:12px "Times New Roman", Times, serif;
	color:#0E462E;
	}
h1{
	font:14px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	
/*	margin-left:15px;
*/	}

h3{color:#0e662d;}

ul, p, table, h1 {
	margin-top:0px;
	margin-bottom:8px;
	}
#main_article{
	background:url(images/mtf_newsletter_r3_c1.jpg) bottom no-repeat ;
	padding:5px 30px;
	width:540px;
/*	border-bottom:5px solid #0f4931;
*/	font:13px "Times New Roman", Times, serif;
	margin-bottom:10px;
}
#content{
	padding:5px 30px 10px;
	margin:15px 0px;
	background-image:url(donor/images/hr.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
a:link{
	text-decoration:none;
	color:#0e662d;
	}
a:hover{
	text-decoration:none;
	color:#333333;
	}
.toggler{ 
cursor: hand;
cursor: pointer;
padding: 3px 8px;
background: #0E462E;
page-break-before: always;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #f7c147;
}

