/* @override 
	http://nearandfar.server266.com/assets/css/styles-2col.css
	http://nearandfaraid.org/assets/css/styles-2col.css
*/

html, body {
		padding: 0;
		margin: 0;
		height: 100%;
		min-height: 100%;
}

#left_col {
	width:400px;
	float:left;
	border: 0px solid white;
}

#right_col {
	width:420px;
	float:right;
	margin-right:90px;
	border: 0px solid white;
}

#right_col_donate {
	width:524px;
	float:right;
	border: 0px solid white;
}

#regTable {
}

#regTable input {
	color:white;
	background-color:black;
	border:1px solid gray;
	padding:2px;
}

#regTable input.regButton {
	font-size:11px;
	border:1px solid gray;
	background-color:black;
	padding:3px;
	color:white;
}

#regTable textarea {
	color:white;
	background-color:black;
	border:1px solid gray;
}

#donateChart {
	width:995px;
	margin:auto;
	border:0px solid white;
	margin-top:50px;
}

#donate1 {
	padding: 25px 0;
}

#donate1 a {
	display: block;
	margin-left: 245px;
	margin-top: 10px;
	height: 54px;
	width: 147px;
	background-image: url(../images/pleasedonate.png);
}

#donate1 a:hover {
	background: url(../images/pleasedonate.png) no-repeat center bottom;
}

#content_inner p{
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;
}

#content_inner h3 img {
	margin-bottom: 20px;
}

div.imgboxes {
	text-align: left;
	margin-top: 30px;
}

div.imgboxes a {
	margin: 0 5px;
}

ol#volunlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol#volunlist li {
	margin: 10px 0;
}



/* NEWS ARCHIVE */
.newsitem {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	background-color: #1b1b1b;
	margin-bottom: 15px;
	float: left;
}

.newsitem .newsinfo {
	margin-left: 270px;
}

.newsitem img {
	float: left;
	width: 225px;
}

.newsitem h3 a {
	text-transform: uppercase;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
}

.newsitem small {
	color: white;
}

.newsitem p {
	font-size: 90%;
	line-height: 170%;
	margin-top: 20px;
}

#about #content_inner a {
	color: #3b872f;
	text-decoration: underline;
}


#left_col .leftimglink{
	display: block;
	margin-right: 25px;
	margin-left: 40px;
	padding: 25px;
}

.video_image {
	margin-bottom: 40px;
}

.image_title {
	margin-bottom: 40px;
}

#left_col ul#grantmenu {
	float: left;
	width: 230px;
}

#left_col ul#grantmenu li {
	list-style-type: none;
	margin-bottom: 15px;
}

#left_col ul#grantmenu li a {
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 90%;
}

#left_col ul#grantmenu li a:hover {
	color: gray;
}


