/* CSS Document */
body {
	
}
form {
	font-size:1em;
}
h1 {
	font-size:1.5em;
	line-height:1.6em;
	color:#656565;
	font-weight:bold;
}
h2 {
	font-size:1.1em;
	line-height:1.2em;
	color:#656565;
	font-weight:bold;
}
h3 {
	font-size:1.0em;
	line-height:1.1em;
	color:#656565;
	font-weight:bold;
}	
p, ul, blockquote, td {
	font-size:1.0em;
	line-height:1.1em;
	color:#656565;
}
.contact_form table {
	margin:10px 20px;
	width:90%;
}
.contact_form table tr td {
	vertical-align:top;
	line-height:1.2em;
}
.contact_form p{
	margin:10px 20px;
}
.contact_form input.textField {
	border-bottom: 1px solid #656565;
	border-top:none;
	border-left:none;
	border-right:none;
	width:100%;
}
a:link, a:visited, a:active {
	color:#78AA3B;
	text-decoration:none;
}
a:hover {
	color:#9FE14E;
	text-decoration:underline;
}
#container {
	width:990px;
}
#title-nav img, #title-nav table  {
	float:left;
	/*display:inline;*/
}
#title-nav table td {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#title-nav table td a:link, #title-nav table td a:visited, #title-nav table td a:active {
	color:#2a2a2a;
	text-decoration:none;
}
#title-nav table td a:hover {
	color:#8DA276;
	text-decoration:none;
}
#content {
	position:relative;
	float:left;
	width:990px;
	/*background:#ffffff url(../../images/left_side_red.jpg) top left repeat-y;*/
	background:#ffffff url(../../images/bg_content.jpg) top left repeat-y;
}
#left {
	float:left;
	width:161px;
	margin-left:14px;
	/*background-color:#FFFFFF;*/
}
#left #subnav {
	font-size:1.0em;
	line-height:1.1em;
	padding:0px 0 0 30px;
	min-height:200px;
}
#left #subnav a:link, #left #subnav a:visited, #left #subnav a:active {
	color:#656565;
	text-decoration:none;
}
#left #subnav a:hover {
	color:#2a2a2a;
	text-decoration:none;
}
#center {
	/*position:relative;*/
	width:800px;
	float:right;
}
#center-left {
	/*position:relative;*/
	float:left;
	width:398px;
	background-color:#FFFFFF;
}
#center-left p {
	margin:10px;
}
#center-right {
	/*position:relative;*/
	float:right;
	width:398px;
	background-color:#FFFFFF;
	border-left: 1px dotted #8c8f8c;
}
#center-right p {
	padding: 0 30px;
	color:#131313;
	font-size:.9em;
}
#center #padded {
	margin:15px 0 15px 10px;
}
#donate-join a {
	width:160px;
	height:127px;
	display:block;
}
#donate-join a#donate-button:link, #donate-join a#donate-button:visited, #donate-join a#donate-button:active {
	background:#ffffff url(../../images/btn_donate.jpg) top left no-repeat;
}		
#donate-join a#donate-button:hover {
	background:#ffffff url(../../images/btn_donate.jpg) top right no-repeat;
}		
#donate-join a#join-button:link, #donate-join a#join-button:visited, #donate-join a#join-button:active {
	background:#ffffff url(../../images/btn_join.jpg) top left no-repeat;
}		
#donate-join a#join-button:hover {
	background:#ffffff url(../../images/btn_join.jpg) top right no-repeat;
}		

.credits {
	font-size: 9px;
	line-height:11px;
	/* color: #AAAAAA; */
	color: #999999; 
	text-decoration: none;
}





