body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #6E6E6E;
}
a img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	font-size: 12px;
}
em {
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0 0 10px 0;
}
h2 {
	color: #fff;
	float: left;
	padding: 10px 0 0 10px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 12px;
}
table {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
}
th {
	padding: 5px;
	background-color:#09F;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #666;
}
td {
	padding: 5px;
	font-size: 12px;
	border: 1px solid #666;
}
.float_left {
	float: left;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.float_right {
	float: right;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
}
blockquote {
	background-color: #CCCCCC;
	padding: 10px;
	border-left-width: 5px solid #999;
	font-size: 12px;
}
label {
	font-size: 12px;
	color: #333;
	padding-right: 5px;
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
input {
	font-size: 12px;
	margin-left: 10px;
}
input .btn {
	height: 12px;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#navbar {
	width: 750px;
	background-attachment: scroll;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	float: right;
	margin-top: 22px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	padding: 4px 0 4px 0;
	text-align: center;
}
#nav li	{
	color: #FFF;
	display: inline;
	margin: 0px;
	padding: 0px 15px;
	font-size: 12px;
}
.nav_border {
	border-right: 2px groove #666;
}
#page_title {
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#header {
	background-color: #333;
	width: 940px;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 0 10px 10px;
}
.date {
	font-size: 12px;
	margin-top: 10px;
}
.ad_head {
	text-align: center;
	font-size: 9px;
	padding-bottom: 5px;
}
#header li {
	font-size: 9px;
	list-style-position: inside;
	list-style-type: square;
}
#outer_wrap {
	height: 1%;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	-o-box-shadow: 0px 0px 10px #333;
	-icab-box-shadow: 0px 0px 10px #333;
	-khtml-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}
.clear {
	clear: both;
}
#left_column {
	background-color: #fff;
	width: 196px;
	float: left;
	padding-bottom: 50px;
}
#menu_header {
	background-position: left center;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	background-attachment: scroll;
	background-repeat: repeat;
	font-size: 12px;
	font-weight: bold;
}
.menu li {
	background-color: #CCC;
	margin-top: 2px;
	list-style-position: inside;
	list-style-type: square;
	color: #4B4B4B;
	padding-left: 5px;
	font-size: 12px;
}
.menu a:link {
	color: #333;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #333;
}
.menu a:hover {
	color: #F00;
}
.menu a:active {
	text-decoration: none;
	color: #F00;
}
#right_column {
	background-color: #fff;
	width: 749px;
	float: left;
	padding-left: 3px;
	padding-bottom: 50px;
}
#right_column a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#right_column a:visited {
	text-decoration: none;
	color: #333;
}
#right_column a:hover {
	color: #F00;
	text-decoration: underline;
}
#right_column a:active {
	text-decoration: underline;
	color: #F00;
}
#search_bar {
	background-color: #333;
	text-align: right;
	padding: 1px 10px 0 6px;
	height: 24px;
}
#inner_left {
	float: left;
	width: 540px;
	padding: 10px 4px 0 5px;
}
#inner_left a:link {
	color: #333;
	text-decoration: none;
}
#inner_left a:visited {
	text-decoration: none;
	color: #333;
}
#inner_left a:hover {
	text-decoration: none;
	color: #F00;
}
#inner_left a:active {
	text-decoration: none;
	color: #F00;
}
#inner_right {
	float: right;
	width: 190px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	width: 600px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	clear: both;
	padding: 10px 175px 10px 175px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.sm_blue_grad {
	background-image: url(../images/sm_blue_bg.jpg);
}
.sm_red_grad {
	background-image: url(../images/sm_red_bg.jpg);
}
.sm_green_grad {
	background-image: url(../images/sm_green_grad.jpg);
}
.sm_yellow_grad {
	background-image: url(../images/sm_yellow_grad.jpg);
}
.sm_purple_grad {
	background-image: url(../images/sm_purple_grad.jpg);
}
.sm_turq_grad {
	background-image: url(../images/sm_turq_grad.jpg);
}
.st_blue_grad {
	background-color: #19315D;
}
.st_red_grad {
	background-color: #940E0F;
}
.st_green_grad {
	background-color: #109812;
}
.st_yellow_grad {
	background-color: #C7A619;
}
.st_purple_grad {
	background-color: #7513A8;
}
.st_turq_grad {
	background-color: #148DAA;
}
.sponsor {
	padding-top: 10px;
	padding-bottom: 10px;
}
.message {
	font-size: 14px;
	color: #F00;
	margin-top: 30px;
	font-weight: bold;
}
.tweet {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
.tweet a:link {
	color: #1EC6F5;
	text-decoration: none;
}
.tweet a:visited {
	text-decoration: none;
	color: #1EC6F5;
}
.tweet a:hover {
	text-decoration: none;
	color: #F00;
}
.tweet a:active {
	text-decoration: none;
	color: #F00;
}
.lightbox li {
	font-size: 10px;
	list-style-type: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #333;
}
#twitter_update_list li {
	list-style-type: none;
	font-size: 12px;
	padding-top: 10px;
	font-style: italic;
	font-weight: bold;
	color: #42B8F8;
}
#twitter_div {
	padding: 10px 0;
	word-wrap: break-word;
	border-bottom: 5px solid #ccc;
	margin-bottom: 10px;
}
#googleads {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 18px;
	border-bottom: 5px solid #ccc;
	border-top: 5px solid #ccc;
}
#donation {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 5px solid #ccc;
}

.adspacer {
	height: 15px;
}
.answer {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.question {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #00F;
	margin-bottom: 15px;
	margin-top: 10px;
}
.addthis_button {
	float: left;
	padding-top: 4px;
}
#store {
	border-bottom: 5px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0 10px 5px;
}
.logo {margin: 15px 0}
#captcha_holder {
	margin-top: 15px;
	width: 400px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#fff !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #fff !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #999 !important; //Text input field border color
   background-color:#fff !important; //Text input field background color
 }
#mailing-list {
	margin: 10px 0;
	border-bottom: 5px solid #ccc;
	border-top: 5px solid #ccc;
	padding: 10px 0;
	background-attachment: scroll;
	background-image: url(../images/mailing-list-form-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
