@charset "utf-8";
img {
	behavior: url(/scripts/iepngfix.htc)
}
.print_only {
	display:inline;
}
.no_print {
	display:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#000;
	background: #000 url(/images/bg_page.jpg) repeat-x;
}

/*************************/
/* Page Structure        */
/*************************/
#wholepage {
	width: 6.5in;
	padding:0px;
	margin:0px auto;
	background-image:none;
}
#header {
	width: 671px;
	padding:0px;
	margin:0px;
}
#content {
	background:none;
	color:#000;
	width: 6.5in;
	margin:0px;
}
#home_page_layout {
	clear:both;
}
#nav_left {
	display:none;
}
#content_right {
	float:right;
	margin:0 auto;
	width:6.5in;
	text-align:left;
	line-height:1.4em;
}
#home_issue {
	background:none;
	background-image:url(/images/bg_toc_gold.png);
	background-repeat: repeat-y;
	width:210px;
	padding:4px 10px 4px 10px;
	color:#FFF;
	font-size:1.8em;
	font-weight:bold;
}
.home_article {
	background:none;
	background-image: url(/images/bg_toc_white.png);
	background-repeat: repeat-y;
	width:180px;
	margin-top:5px;
	padding:5px 10px 5px 10px;
}
.toc_article {
	background:none;
	width:100%;
	margin-top:5px;
	padding:5px 10px 5px 10px;
}
#nav_left_story {
	display:none;
}
#nav_issue {
	display:none;
}
#footer {
	clear:both;
	width: 661px;
	height:12px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
}
/*************************/
/* End Page Structure    */
/*************************/


/*************************/
/* Content Links         */
/*************************/
#content_right a:link, #content_right a:visited {
	color:#3f6b00;
	text-decoration:underline;
}
#content_right a:hover, #content_right a:active {
	background-color:#3f6b00;
	color:#FFFFFF;
	text-decoration:underline;
}
/*************************/
/* End Content Links     */
/*************************/


/*************************/
/* Header Navigation Row */
/*************************/
#nav {
	display:none;
}
/*************************/
/* End Navigation Column */
/*************************/


/*************************/
/* Article listing links */
/*************************/
.home_article a:link, .home_article a:visited {
	color:#3f6b00;
	text-decoration:none;
}
.home_article a:hover, .home_article a:active {
	color:#00CC00;
	text-decoration:none;
}
/*************************/
/* End Article Listings  */
/*************************/


/*************************/
/* Body Text Content     */
/*************************/
#text_content {
	width:420px;
	float:right;
	padding-right:134px;
}

/*************************/
/* Body Text Content     */
/*************************/


/*************************/
/* Highlight Classes     */
/*************************/
.section_head {
	font-size:1.4em;
	color:#4F442F;
	margin-top:2em;
	line-height:1.6em;
}
.tinytext {
	font-size:0.7em;
}
.gold_text {
	color:#d4c563;
}
.story_author_nav {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
.story_author {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
.story_issue {
	font-size:1.4em;
}
.story_title_nav {
	font-size:1.2em;
	font-weight:bold;
	color:#3f6b00;
	font-style:italic;
	line-height:1.4em;
}
.story_title {
	font-size:2em;
	color:#5c516a;
	text-transform:uppercase;
	line-height:1.4em;
}
.story_text p {
	text-indent:2em;
}
.story_description {
	font-size:0.9em;
	font-weight:normal;
	color:#000;
}
.secondary_header {
	color:#ffffff;
	background-color:#d4c563;
	padding:3px;
	font-weight:bold;
}

div.floated {
	width: 190px;
	float: right;
	padding-bottom:10px;
	font-size:0.8em;
	line-height:1.0em;
}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}
.letter_to_ed {
	margin:0px;
	padding:0px;
	border: 1px solid #CCCCCC;
}
.editor_response {
	margin:10px 10px 30px 10px;
	padding:0px 10px 0px 10px;
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;
}

/*************************/
/* End Highlight Classes */
/*************************/


/*************************/
/* Forms                 */
/*************************/
input, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #928660;
}
input:focus, textarea:focus, select:focus {
	background-color: #928660;
	border: 1px solid #BFCF00;
	color:#FFF;
}
input.form-submit {
	background: #BFCF00;
	background-color: #BFCF00;
	border: 2px solid #AB0;
	font-weight:bold;
	padding:2px;
}
.error_field {
	color:#C30;
}
/*************************/
/* End Forms             */
/*************************/

