body
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px 0px 0px;
	background-color: #ffffff;
	text-align: left;
	line-height: 17px;
}

/* ======== ELEMENTS */
a {
	color: #C57B1D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #93D053;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #54362F;
	font-weight: bold;
}

h3.gift {
	background: transparent url('images/gift.gif') no-repeat left;
	text-indent: 25px;
}

h3.gift a, h3.gift a:link, h3.gift a:visited, h3.gift a:active {color: #54362F; text-decoration: underline;font-weight: normal;}
h3.gift a:hover {color: #93D053; }


p.pointer {
	background-image: url('images/pointer.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 8px 0 8px 0;
	padding: 0;
	color: #94D153;
}

h1.brown {color: #54362F;}

.green { color: #94D153!important; }

fieldset {
	border: 1px solid #f0f0f0;
	margin: 0 0 10px 0;
}

legend {
	border: 1px solid #f0f0f0;
	font-weight: bolder;
}

/* ========= STRUCTURE */
#wholetable {
	width: 960px;
	margin: 10px auto 10px auto;
	text-align: left;
}

#logo {
	width: 960px;
	height: 139px;
	text-align: center;
	vertical-align: middle;
}


#leftcolumn {
	width: 280px;
	float: left;
	margin: 20px 0 0 0;
}

#maincolumn {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	width: 480px;
	float: left;
	text-align: left;	
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}


#mainleftright-wrap {
	margin: 20px 0 0 0;
}

#mainleft {
	float: left;
	width: 230px;
}


#mainright {
	float: right;
	width: 230px;
}


#rightcolumn {
	width: 180px;
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
}

#thisissue {
	text-align: center; 
	margin: 0 auto 20px auto;
	width: 220px;
}

div.thisissue-cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #54362F;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 140px;
}

div.thisissue-cap span
{
	font-size: 15px;
}

* html div.thisissue-cap {width: 130px;}

div.thisissue-cap a
{
	font-size: 10px;
	line-height: 22px;
}

img.thisissue-thumb {
	width: 85px;
	float: left;
	margin: 0 0 10px 19px;
	clear: both;
}

img#thisissue-img {
	width: 220px;
	display: block;
	border: 0;
	margin: 5px auto 5px auto;
}

h1.thisissue-title {
	text-align: left;
	margin: 15px 0 0 18px;
}

p.thisissue-p {
	text-align: left;
	padding: 0!important;
	margin: 0 0 15px 19px;
}

#rightcolumn img#facebook {
	margin: 0 1px 0 0;
}

#rightcolumn img#findlocs {
	border: 1px solid #ccc;
	margin: 10px 1px 0 0;
}

#rightcolumn #first-issue-free
{
	border: none;
	display: block;
	margin: 10px 0 10px 19px;
	border: 3px solid #cecec6;
}

.cocwrapper
{
	margin: 10px 0 0 0;
	text-align: center;	
}

.cocwrapper img
{
	display: block;
	margin: 0 auto;
}
/* ========== NAVIGATION*/
div#nav-wrap {
	width: 960px;
	height: 30px;
	background: #543530;
}

ul#navbar {
	float: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navbar li {
	padding: 0;
	margin: 0;
	background: #543530;	
	width: 156px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	cursor: finger;
	cursor: pointer;
	border-left: 1px solid #6d4e48;
}
ul#navbar li.first { border: none; }

ul#navbar li.li-subscribe {
	background: #f5a63f;	
}

ul#navbar li a {
	width: 160px;
	height: 30px;
	display: block;
	border: 0;
	text-decoration: none;
	color: #fff;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;	
}

* html ul#navbar li a { width: 159px; }

ul#navbar li.li-subscribe a {color: #543530;}
ul#navbar li a:hover {background-color: #C57B1D; color: #fff;}

/* CHALLENGE PAGE */

#errbox { color: red; font-weight: bold; text-align: left;}

#maincontent #challenge_wrap {
	text-align: center;
}

#maincontent #challenge_wrap #challenge_table {
	width: 400px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#challenge_table td {
	padding: 5px 0px 5px 0px;
}
#challenge_table td.cell1 {
	width: 200px;
	text-align: left;
	font-weight: bold;
}

#challenge_table td.cell2 {
	width: 200px;
	text-align: left;
}

#challenge_table td.cell2 input {
	width: 100%;
}

#challenge_table td.cell2 textarea {
	width: 100%;
}

#tboxspan { font-weight: normal; }

.headerimage {
	margin-top: -9px;
	position: relative;
	z-index: 1;
}

.formleft {
	width: 150px;
	text-align: left;
}

.formright {
	width: 250px;
	text-align: left;
}

.style1 {
	font-size: 24px;
	color: #94D153;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.padding {
	padding-top: 10px;
}

.kansascity {
	font-size: 22px;
	font-weight: bold;
	text-indent: 10px;
	color: #54362F;
}
#footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 960px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
}

.style3 {
	color: #54362f;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

.style8 {font-size: 22px}
.style9 {
	color: #54362f;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.cleardiv {clear: both;}
.bld {font-weight: bold;}
.nomargin {margin: 0;}
/* links page stuff */

#links {
	text-align: left;
}

#links div.linkcat {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #94D153;
	height: 20px;
	line-height: 20px;
	text-indent: 3px;
	text-align: left;
}

#links ul {text-align: left; }

#links li a:link {text-decoration: none; color: #000000;}
#links li a:visited {text-decoration: none; color: #000000;}
#links li a:active {text-decoration: none; color: #000000;}
#links li a:hover {text-decoration: underline; color: #000000;}

/* printer friendly page */

#printpage {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: left;
	border: 0px;
	color: #000000;
	font-weight: normal;
}

#printheader {
	float: left;
	width: 312px;
	height: 100px;
	margin-bottom: 40px;
}

#mailto {
	float: right;
	border: 1px solid #000000;
	padding: 11px;
	text-align: left;
	line-height: 0.5cm;
	font-size: 10px;
	margin-top: 20px;
}

#printmain {
	text-align: left;
	margin-top: 40px;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 10px;
}

#subscriptioninfo {
	margin-top: 26px;
	margin-bottom: 26px;
	line-height: 0.4cm;	
	font-size: 11px;
}

#printfooter {
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: right;
	font-size: 11px;
}

/* events page */

table.calendar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
}

.calendar caption {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.calendar caption.calendar-month a {
	color: #c57b1d;
	text-decoration: none;
}

.calendar caption.calendar-month span.calendar-next a {
	color: #f5a63f;
	text-decoration: none;
}

.calendar caption.calendar-month span.calendar-prev a {
	color: #f5a63f;
	text-decoration: none;
}
#events {
	text-align: left;
}

#events div.eventtitle {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #94D153;
	height: 20px;
	line-height: 20px;
	text-indent: 0px;
	text-align: left;
}

#events div.eventitem {
	line-height: 20px;
	font-size: 11px;
}

#events span.itemtitle {font-weight: bold;}

/*paypal*/
input#paypalbutton {
	background: transparent url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif') no-repeat left;
	width: 145px;
	height: 42px;
	border: 0;
	outline: none;
	cursor: finger;
	cursor: pointer;
}