/* generic classes */ 

body {	
		color: #333333;	
		font-family: times, serif;	
		font-size: 13px;
		background-color: #FFFFFF;
		margin: none;
	  }	  


p 	{
		font-size: 13px;
		font-family: times, serif; 
		text-decoration:none; 
		text-indent: 10px;
		display: block;
		margin-bottom: 10px;
	}

p:first-letter { font-size: 14pt; font-weight: normal; }

li 	{
	font-family: times, serif; 
	text-decoration:none;
	list-style-type: square;
	font-size: 13px;
}

a:link 		{font-family: times, serif; color:#993300; text-decoration:none}
a:visited 	{font-family: times, serif; color:#996600; text-decoration:none}
a:hover 	{font-family: times, serif; color:#CC9900; text-decoration:none}
a:active 	{font-family: times, serif; color:#CC9966; text-decoration:none}

hr {height:1px; color:#cccccc; margin:0; padding:none;}  

img {padding:2px; margin: 8px; border: 1px solid #CCC}



/* 
super-special ids ----- 
	-- --- ----- --   - 
		----- --  
			---
			-- 
		--  
*/ 

#outerdiv {
	height: 100%;
	width: 100%;
}

#maintable {
	width: 800px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

#masthead {
	background-image: url('images/_masthead/masthead.jpg');
	width: 100%;
	height: 60px;
}

#topnav	{ 		
	height: 24px;		
	font-family: times, serif;  						
	font-size: 10px;	
	line-height: 12px;
	padding: 5px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	
} 

#topnav a:link 		{font-family: times, serif; color:#333333; font-weight: bold; text-decoration:none}
#topnav a:visited 	{font-family: times, serif; color:#333333; font-weight: bold; text-decoration:none}
#topnav a:hover 	{font-family: times, serif; color:#999999;	font-weight: bold; text-decoration:none}
#topnav a:active 	{font-family: times, serif; color:#CCCCCC; 	font-weight: bold; text-decoration:none}

.smallTopNav {
	font-size: 11px;
}

#content {
	padding: 10px;
	width: 800px;
}

#leftnav {
	width: 150px;
	font-size: 12px;	
	line-height: 12px;
	padding-right: 10px;
	border-right: 1px #999 solid;
}

#leftnav a {
	display: block;
	padding-top: 5px;
}

#maincontent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 150px;
}

#rightnav {
	width: 120px;
	font-size: 13px;	
	line-height: 13px;
	padding-left: 10px;
	border-left: 1px #999 solid;
}

#rightnav a {
	display: block;
	padding-top: 5px;
}

/* 
special classes ----- 
	-- --- ----- --   - 
		----- --  
			---
			-- 
		--  
*/ 

.text {
	font-family: times, serif;  									
	font-size:10pt;
	color: #443311;
	height: 100%;
	background-image: url("textbg.gif");
	background-repeat: no-repeat;		
	background-color: #FFFFFF;
	line-height: 12pt;
	border-top: 2px solid #631;
	border-bottom: 2px solid #631;
	border-right: 1px solid #631;
	border-left: 1px solid #631;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;	
	padding-right: 15px;
}

.titletext 	{ 	
	text-align: center;			
	font-family: times, serif;  					
	font-weight: bold; 				
	font-size:17px; 								
	padding-top: 5px; 
	padding-bottom: 7px; 
	border-bottom: 1px #CCC solid;
	width:100%;	
} 

.subtitletext 	{ 	
	text-align: center;			
	font-family: times, serif;  					
	font-weight: bold; 				
	font-size:14px; 								
	padding-top: 3px; 
	padding-bottom: 5px; 
	width:100%;	
} 	

.navtitle {
	font-family: times, serif;  					
	font-weight: bold; 				
	font-size:12pt; 								
	padding-top: 3px; 
	padding-bottom: 5px; 
	margin-bottom: 10px;
	border-bottom: 1px #CCC solid;	
	width:100%;	
}		

.centeredcontent {
	text-align: center;										
	padding-top: 5px; 
	padding-bottom: 5px; 
	width:100%;	
}

.articlelist {
	text-align: center;										
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
	border-bottom: 1px #EEE solid;
	width:100%;	
}	
.articlelist a {
	text-align: left;
	display: block;				
	font-weight: bold; 				
	font-size:16px; 								
	padding-top: 10px; 
	padding-bottom: 2px; 
	width:100%;	
	border-bottom: 1px #CCC solid;
}

.artradiolist {									
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
	border-bottom: 1px #CCC solid;
	width:100%;	
}	

.fineprint 	{ 
	font-family: times, serif;  				
	font-size:12px; 			
	line-height: 16px;
}
.indentsmall { 
	font-family: times, serif;  				
	font-size:12px; 			
	line-height: 16px;
	text-indent: 33px;
}