html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	xxxfont-weight: inherit;
	xxxfont-style: inherit;
	font-size: 100%;
	xxxfont-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
p {
    margin: 1.5em 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#countbox_container {
	position: absolute;
	padding-left: 100px;
	line-height: 1.3;
	top: 300px;
	color: white;
	font-size: 70%;
	font-family: verdana;
}
#countbox_container #title {
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-size: 120%;
    color: white;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.Clear {
	clear: both;
}
a {
	color: #be3319;
}
a:hover {
	color: white;
}
body {
	font-family: verdana;
	line-height: 1.7;
	background: #281504 url(../images/background.jpg) top center no-repeat;
}
.MainContainer {
	width: 960px;
	margin: 0 auto;
	background: url(../images/maincontainer_repeat.gif) repeat-y;
}
.MainContainer .Inner {
	padding-bottom: 30px;
	background: url(../images/maincontainer_bg.jpg) top no-repeat;
}
.Header {
	height: 350px;
}
.Header a.Logo {
	display: block;
	width: 180px;
	height: 45px;
	position: absolute;
	top: 100px;
}
.Header .Tools {
	width: 64px;
	height: 30px;
	float: right;
	padding-left: 16px;
	background: url(../images/tools-bg.png) no-repeat;
}
.Header .Tool-Lock,
.Header .Tool-RSS {
	float: left;
	height: 30px;
	width: 31px;
}
.Header .Tool-Lock:hover,
.Header .Tool-RSS:hover {
	border-top: 3px solid #bd2103;
}
.Menu ul {
	display: Inline;
	height: 50px;
}
.Menu li {
	display: inline;
}
.Menu {
	margin-top: 20px;
	height: 50px;
}
.Menu a {
	float: left;
    font-family: arial, verdana, sans-serif;
	font-size: 85% !Important;
	height: 50px;
	display: block;
	color: #0e3963;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	padding-left: 14px;
}
.Menu a:hover {
	color: black;
}
.Menu .DonateBtn {
	color: white;
	padding-left: 8px;
	margin: 9px 20px 0 8px;
	height: 31px;
	float: right;
	line-height: 31px;
	background: url(../images/donate_left.gif) left top no-repeat;
}
.Menu .DonateBtn:hover {
	color: white;
	background: url(../images/donate_left.gif) left top no-repeat;
	background-position: 0 -31px;
}
.Menu .DonateBtn span {
	display: block;
	height: 31px;
	padding-right: 8px;
	background: url(../images/donate_right.gif) right top no-repeat;	
}
.Menu .DonateBtn:hover span {
	background-position: right -31px;
}
.Menu .HomeButton {
	margin: 0 0 0 20px;
	padding: 0;
	width: 34px;
	background: url(../images/home_button.gif) no-repeat;
}
.Menu .HomeButton:hover {
	margin: 0 0 0 20px;
	padding: 0;
	background: url(../images/home_button.gif) no-repeat;
	background-position: 0 -50px;
}
.Menu .active .HomeButton {
	margin: 0 0 0 20px;
	padding: 0;
	background: url(../images/home_button.gif) no-repeat;
	background-position: 0 -100px;
}


.MainContent {
	width: 540px;
	padding: 20px 0 0 25px;
	float: left;
}
.RightSidebar {
	width: 340px;
	padding: 20px 0 0 0;
	float: left;	
}
.ContentArea {
	font-size: 12px;
	color: white;
}


.Footer {
	color: white;
	width: 950px;
	margin: 0 auto;
	font-size: 10px;
	background: url(../images/footer.gif) no-repeat;
	height: 59px;
	padding: 5px 0 0 10px;
}



/* Change Content */
.back_link a:after {	
	width: 200px;
	border: 1px solid #342A21;
	background: #382F2A;
	content: "View All News";
	padding: 5px 12px;
	margin-left: -90px;
}


/* Fixes */
.ClearBoth {
	clear: both;
}
	/* Goullitine http://www.positioniseverything.net/easyclearing.html */
	.Inner:after,
	.widget_news_story:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.Inner,
	.widget_news_story {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	.Inner,
	.widget_news_story {
		height: 1%;
		display: block;
	}
	
.content-news-widget .widget_news_story {
    margin: 10px 0;
}
.content-news-widget .widget_news_story p {
	margin: 0;
}
.content-news-widget .widget_news_story img {
	border: 2px solid #E3DBD9;
}