body
{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
}

.maincontainer {
	width: 850px;
}


.style_content {
	width: 100px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

/* Header Layout */

a, a:link {
	color: #bb6f02;
	text-decoration: none;
}

a:hover, a:active {
	color: #e58802;
	text-decoration: none;
}

#header {
	margin: 0px;
	padding: 0px;
}

#header .style_content {
	width: 860px;
	height: 145px;
	position: relative;
	display: block;
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
}

#header a, #header a:link {
	color: #ffffff;
}

#header a:hover, #header a:active {
	color: #dddddd;
}

#title {
	margin: 0px 40px 0px 0px;
	height: 94px;
}

#menu {
	display: block;
	margin: 0px 0px 6px auto;
	~margin: 0px 0px -15px auto;
	padding: 0px;
	height: 45px;
	position: absolute;
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 25px;
	~padding: 0px 22px;
	height: 45px;
	line-height: 30px;
}

.clear {
clear: both;
}

/* Typography ------------------------------------------------------ */

ul {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

/* Content -------------------------------------------------------- */

.leftColumn {
	width: 586px;
	float: left;
}

.featuredArticles {
	width: 485px;
	height: auto;
	margin: 0 10px 30px 0;
	padding: 45px 135px 17px 17px;
	background-image: url("/images/featured-articles-bkg.jpg");
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
}

.featuredArticles h1 {
	display: none;
}

.featuredArticles a {
	color: #2c416c;
}

.featuredArticles a:hover {
	color: #df122a;
}

.welcome {
	width: 576px;
	padding-top: 30px;
	text-align: left;
	background-image: url("/images/welcome.png");
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 19px;
}

.welcome h1 {
	display: none;
}
	

.rightColumn {
	margin-right: -15px;
	width: 272px;
	float: left;
}

.makeDonation {
	float: right;
	width: 262px;
	margin: 0;
	background-image: url("/images/make-a-donation-bkg.jpg");
	background-repeat: no-repeat;
	text-align: left;
}

.donation {
	margin: 38px 0 8px 30px;
}

.donation input {
	width: 110px;
}

.donation .img {
	margin-top: -7px;
}

.signUp {
	float: right;
	width: 262px;
	margin: 0;
	background-image: url("/images/sign-up-bkg.jpg");
	background-repeat: no-repeat;
	text-align: left;
}

.fields {
	margin: 38px 0 8px 15px;
	color: #ffffff;
}

.fields input {
	width: 125px;
	color: #000000;
}

.fields .img {
	margin-right: -4px;
	margin-top: 2px;
	width: 109px;
}

.otherNews {
	float: right;
	width: 262px;
	margin: 17px 0 0 0;
	padding: 20px 0 0 0;
	background-image: url("/images/other-news.png");
	background-repeat: no-repeat;
	text-align: left;
	font-size: 11px;
}

.otherNews a {
	color: #2c416c;
}

.otherNews a:hover {
	color: #df122a;
}

.otherNews a.headline {
	text-transform: uppercase;
	font-size: 12px;
	color: #2c416c;
	font-weight: bold;
}

.otherNews a.headline:hover {
	color: #df122a;
}

.welcome a.headline {
	text-transform: uppercase;
	font-size: 12px;
	color: #2c416c;
	font-weight: bold;
}

.welcome a.headline:hover {
	color: #df122a;
}

.footer {
	width: 850px;
	background-image: url("/images/black.gif");
	background-repeat: repeat-x;
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 10px 0;
}

