html,
body
{
	background-color: #9fa199;
   color: #fff;
   margin: 0px;
   padding: 0px;
}
li 
{
margin-left: 25px;
}
ul li 
{
margin-left: 0px;
}
img
{
	border: 0px;
}
td
{
	/*text-align: left;*/
	/*vertical-align: top;*/
	padding: 0px;
}
.hrDiv
{
	border-bottom: 1px #ccc solid;
	margin: 10px 0px 15px 0px;
}
#mainTable
{
	color: #666;
	width: 920px;
	margin: 15px auto;
	padding: 0px;
	font: 85%/1.5em Arial, Helvetica, sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
}
#mainTable a:link,
#mainTable a:visited,
#mainTable a:active
{
	color: #6f9334;
	text-decoration: none;
}
#mainTable a:hover
{
	color: #c00;
	text-decoration: none;
}
#header
{
	position: relative;
	background: url(/_images/back_header.gif) no-repeat;
	width: 920px;
	height: 169px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 21px;
}
#globalNav
{
	position: absolute;
	background: url(/_images/back_global.gif) no-repeat;
	width: 556px;
	height: 66px;
	top: 0px;
	right: 22px;
	padding: 22px 0px 10px 0px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
#globalNav a:link,
#globalNav a:visited,
#globalNav a:active
{
	color: #666;
	text-decoration: none;
}
#globalNav a:hover
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 dashed;
}
#globalNav a
{
	margin: 0px 8px;
}
#globalNav input
{
	vertical-align: middle;
}
#navigation
{
	position: absolute;
	bottom: 0px;
	right: 22px;
}
#greenBar
{
	background-color: #e9ece2;
	margin: 0px;
	padding: 0px;
	padding-left: 21px;
	vertical-align: top;
}

/* leftColumn layout items */
#leftColumn,
#leftColumnFront
{
   vertical-align: top;
	background-color: #e9ece2;
	color: #666;
	width: 256px;
	font-size: 12px;
	line-height: 1.25em;
	text-align: center;
}
#leftColumnFront
{
	width: 342px;
}
#leftColumn a:link,
#leftColumn a:visited,
#leftColumn a:active,
#leftColumnFront a:link,
#leftColumnFront a:visited,
#leftColumnFront a:active
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#leftColumn a:hover,
#leftColumnFront a:hover
{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

/* leftColumn navMenu items */
#leftColumn #navMenuWrapper
{
	margin-left: 21px;
}
.navMenu
{
	float: left;
	width: 235px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
#leftColumn ul.navMenu
{
	padding: 15px 0px;
}
.navMenu li, .navMenuActive
{
	float: left;
	display: block;
	background: none;
	width: 100% !important;
	height: 20px !important;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #333;
	line-height: 16px;
}
.navMenu li a, .navMenuActive a
{
	float: left;
	display: block;
	text-decoration: none;
	width: 100% !important;
	height: 20px !important;
	padding: 2px 0px 0px 22px;
	/* IE6 hack to fix double-padding bug */
	_height: 90%;
	_width: 92%;
}
.navMenu li.active,
.navMenu li a:hover,
.navMenuActive a
{
	float: left;
	background: url(/_images/back_leftNav.gif) no-repeat;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}
#leftColumn .navMenu a:link,
#leftColumn .navMenu a:active,
#leftColumn .navMenu a:visited
{
	color: #666;
	font-weight: normal;
}
#leftColumn .navMenu a:hover
{
	color: #c00;
	font-weight: normal;
}
#leftColumn .navMenuActive a:visited,
#leftColumn .navMenuActive a:active,
#leftColumn .navMenuActive a:link
{
   color: #c00;
}
#leftColumn .navMenuActive a:hover
{
   color: #c00;
}

/* leftColumn Addt'l items */
#leftColumn #wrapper,
#leftColumnFront #wrapper
{
	margin: 0px 20px 20px 21px;
}
#leftColumn #subscriptions,
#leftColumnFront #subscriptions
{
	background-color: #dde0d5;
	width: 215px;
	padding: 25px 0px;
	margin-bottom: 25px;
	text-align: left;
}
#leftColumn #subscriptions a,
#leftColumnFront #subscriptions a
{
	text-transform: uppercase;
}
#leftColumnFront #subscriptions
{
	width: 300px;
}
#leftColumn #freeIssue,
#leftColumnFront #freeIssue
{
	margin-bottom: 25px;
}
#leftColumn #subscriptions .subscribeIcon,
#leftColumnFront #subscriptions .subscribeIcon
{
	float: left;
	width: 40px;
	min-height: 75px;
	_height: 75px;
	text-align: right;
}
#leftColumn #subscriptions .subscribeCopy,
#leftColumnFront #subscriptions .subscribeCopy
{
	float: left;
	width: 130px;
	margin-left: 15px;
	margin-right: 15px;
}
#leftColumnFront #subscriptions .subscribeCopy
{
	width: 215px;
}

/* Addt'l page layout items */
#mainColumn,
#mainColumnFront
{
   vertical-align: top;
   font-size: 12px;
	background: url(/_images/back_pageTop.gif) top left no-repeat;
	background-color: #fff;
	color: #666;
	width: 592px;
	padding: 15px 25px;
	margin: 0px;
}
#mainColumnFront
{
	background: url(/_images/back_pageTop_front.gif) top left no-repeat;
	background-color: #fff;
	width: 506px;
}
#rightSpace
{
	background-color: #e9ece2;
	width: 22px;
}
#pageBottom
{
	background-color: #e9ece2;
	height: 20px;
	_height: 20px;
}
#footer
{
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1.25em;
	padding-top: 10px;
	height: 50px;
}
#footer a:link,
#footer a:visited,
#footer a:active
{
	color: #666;
	text-decoration: none;
}
#footer a:hover
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 dashed;
}
