/***********************/
/*    Content Panel    */
/***********************/
* html #content {
	margin-right: -20px;
}
#content h1 {
	clear: both;
	margin: 0 0 10px 40px;
	padding-top: 20px;
	color: #133d8d;
	font-size: 18px;
	text-transform: uppercase;
}

#content h2 {
	margin: 10px 0 5px 40px;
	color: #133d8d;
	font-size: 14px;
}

#content p {
	margin: 0 0 15px 40px;
}

#content ul, #content ol {
	margin: 0 0 15px 55px;
}

#content table {
	margin: 0 0 15px 40px;
	/*border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;*/
}
	#content table th {
		text-align: left;
	}

#content .noBorder {
	margin: 0;
	border: none;
	width: 400px;
}
	#content .noBorder input, #content .noBorder td {
		margin: 0;
		padding: 0;
	}

#content .newsitem {
	clear: left;
	margin: 10px 0 20px 40px;
}
	#content .newsitem img {
		float: left;
		margin-right: 10px;
	}
	#content .newsitem h2 {
		margin-bottom: 5px;
		font-size: 13px;
	}
		#content .newsitem h2 span {
			float: right;
			width: 80px;
			text-align: right;
			color: #bf2b26;
		}
	#content .newsitem p {
		margin-bottom: 10px;
	}
	#content .newsitem .readmore a {
		display: block;
		margin-left: 60px;
		padding-left: 25px;
		background: url(../images/ANG-arrow-red.gif) center left no-repeat;
		font-size: 11px;
		line-height: 17px;
		color: #333333;
		text-transform: uppercase;
	}
	#content .newsitem .readmore a:hover {
		background-image: url(../images/ANG-arrow-grey.gif);
	}
	
#content #pager {
	margin: 0 0 20px 180px;
	padding-top: 20px;
}
	#content #pager img {
		float: left;
	}
	#content #pager ul {
		float: left;
		margin: 0 15px;
		border-left: 1px #666666 solid;
		list-style: none;
	}
		#content #pager ul li {
			float: left;
			padding: 0 5px;
			border-right: 1px #666666 solid;
			color: #133d8d;
			font-weight: bold;
		}
			#content #pager ul li a {
				color: #666666;
				font-weight: normal;
			}
			#content #pager ul li a:hover {
				color: #bf2b26;
			}

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar #subnav {
	position: relative;
	margin-right: 25px;
	margin-left: -40px;
}

#sidebar #donatenow {
	margin-top: -60px;
}
