/***
 *file:		base_new_styles.css
 *date:		April 13, 2010
 *author:	Evelyn Heck
 ***/

/* CSS Document */

div.base {
 background-color:#efefef;
 width:760px;
 top:5px;
 left:10px;
 }
 
  td.story {
  font-family:arial,sans-serif;
  font-size:12px;
  } 
  
  span.italics {font-style:italic;
 	} 

.title {
  font-family:arial,verdana,sans-serif;
  font-size: 12pt;
  font-weight:500;
}

span.title_lg_nm_purple {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:14pt;
 font-weight:500;
 color:#29176b}

a {font-family:arial,verdana,sans-serif;
	font-size:12px;
	text-decoration:none;}

a.left_menu {
   background-color:#9a9760;
   color:#ffffff;
   font-weight:500;
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bolder;
   margin-left:2px;
   height:30px;
   width:115px;
}   
 a.left_menu_over {
   background-color:#9a9760;
   color:#ebad14;
   text-decoration:underline;
   font-weight:500;
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bolder;
   margin-right:2px;
   height:30px;
   width:120px;
}   

table.content {
   border-left-width: thin;
   border-right-width: thin;
   border-bottom-width: thin;
   border-top-width: thin;
   border-style: solid;
   border-color: #dedede;
   }
   
  table.content_side{
  border-style:none;
  }
  
 style1{
 	color:#F00;
	}
	
style3{font-size:3px;
	}
	
 td.base {
 		font-family:Arial, Helvetica, sans-serif; 
		color:black; 
		font-size: 10pt
		}
 td.form {
   font-family:arial,sans-serif;
   font-size:8pt;
   font-weight:500;
   }
   
 tr.lt_gold{background-color:#f1ecd7}	
 
 span.BoldRed {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FF0000;
 font-weight:bold;
 	}
	
 span.fctitle {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:13pt;
 font-weight:900;
 color:#29176b} 


/* added for content */

	td.story h1
	{
		font-size:		24px;
	}
	
	td.story img.picture_frame
	{
		max-width:		200px;
		padding:		4px;
		margin:			4px;
		background:		#F1ECD7;
	}
	
	td.story img.picture_frame.right
	{
		float:			right;
	}
	
	td.story img.picture_frame.left
	{
		float:			left;
	}

	td.story .section-navigation
	{
		display:		inline;
		margin:			0 0 10px 0;
		padding:		0;
		
	}
	
	td.story .section-navigation li
	{
		display:		inline;
		padding-right:		7px;
		margin-right:		5px;
		border-right:		1px solid #cccccc;
	}
	
	td.story dl 
	{
		margin-bottom:		30px;
		
	}
	
	td.story dl dt
	{
		font-size:		16px;
		margin-top:		25px;
		margin-left:	25px;
		margin-right:	25px;
		font-weight:	bold;
		
	}
	
	
	/* FOR PUBLICATION PAGES */
	#section-header { 
		background: #006A9C url();
		padding: 5px;
	}
	
	#section-description {
		background:	#005B87 url();
		padding: 10px;
		font-size:	14px;
		color:		white;	
	}
	
	img.current_issue_cover {
		float:		left;
		margin:		0px 15px 10px 0;
		border:		1px solid #cccccc;
	}
	
	#section-navigation
	{
		background:	black;
		padding:	8px;
	}
	
	#section-navigation .actions a {
		color:		#ffffcc; 		
		padding:	5px;
	}
	
	
	
	#issues img.cover {
		width:		50px;
		border:		0;
	}
	
	#issues img.year {
		margin-left:	10px;
		border:		0;
	}
	
	#issues {
		width:		565px;
		height:		80px;
		margin-top:	10px;
		overflow:	hidden;
		
	}
	
	#issues-list {
		width:		10000px;
	}
	
	#issue
	{
		padding:	10px;
	}
	
	#issue .date
	{
		font-size:	12px;
		padding:	2px 10px;
		background:	#000000;
		color:		#ffffff;
	}
	
	#issue .download
	{
		font-size:	12px;
		padding:	2px 10px;
		background:	#ccc;
		color:		#000;
	}
	
	#issue .download a
	{
		font-size:	12px;
		color:		#000;
	}
	
	#issue h1
	{
		font-size:	32px;
		padding:	15px 0 0 0;
		margin:		0;
	}
	
	#issue h2
	{
		font-size:	16px;
		padding:	0 0 10px 0;
		margin:		0;
		color:		#999;
	}
	
	#issue h3
	{
		font-size:	14px;
		padding:	25px 0 0 0;
		margin:		0;
		color:		000;
	}
	
	#issue p
	{
		line-height:	1.5em;
	}
	
	 
	
	
	


 
