#sideright 
{
    /*
    This should be width: 256px, but banners have 15px margin-right
    So we add another 15px, and remove it from the padding on content
    */
	 width: 271px;
	 padding-left: 0;
	 padding-right: 0;
	 background: none;
	 float: right;
}

#content 
{
    /* See the note in #sideright as to why this is being reset. WHAM! */
    padding-right: 5px;
}

#main {
	width: 624px;
	margin: 0;
}

.banner {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.subhome-header {
	background: url(../images/cms/subhome1.gif) no-repeat 0 0;
	width: auto;
	height: 126px;
	padding: 20px 320px 20px 20px;
	margin-bottom: 20px;
}

.subhome-header h1 {
	color:#EC2030;
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:1.3em;
}

.hsmallmarg .module h2 {
	margin-bottom: 1px;
}

.nobg {
	background: none;
}

.subleads .left {
	float: left;
	width: 302px;
}

.subleads .right {
	float: right;
	width: 302px;
}

.subleads .sublead {
	margin-bottom: 15px;
}

.subleads .sublead img {
	float: left;
}

.subleads .sublead .content {
	margin-left: 90px;
}

.subleads .sublead h3 {
	color: #EC2030;
	margin: 0;
}

.subleads .sublead p {
	margin: 0;
}

#sideright .quicklinks_new {
	width: 250px;
	height: 224px;
	background: url(../images/quicklinks_new_bg.png) no-repeat top left;
	padding: 50px 0 0 25px;
	margin: 0;
}

#sideright .quicklinks_new h3 {
	color: #EC2030;
	font-size: 24px;
	margin: 0 0 10px 0;
}

#sideright .quicklinks_new li {
	background:transparent url(../images/bullet.gif) no-repeat scroll 2px 5px;
	margin: 0 0 5px 0;
}

#sideright .quicklinks_new li a {
	background:transparent none repeat scroll 0 0;
	display:block;
	margin:0;
	padding:0 0 0 18px;
}

.donate-box {
	margin-top: 12px;
	width: 237px;
	background: url(../images/donate_box.gif) no-repeat 0 0;
}

.donate-box .wrapper {
	padding: 15px 15px 90px 15px;
	background: url(../images/donate_box.gif) no-repeat -237px 100%;
}

.donate-box ul {
	margin-left: 1em;
	padding: 0;
}

.donate-box ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;	
}

.donate-box h3 {
	background: url(../images/donate_head.gif) no-repeat;
	padding-left: 10px;
}

.donate-box .buttons input 
{
    display: block;
    margin: 0 0 10px 0;
}