/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

	body {
		/*text-align: center;*/
		background-color: #CCCCCC;
		font-family: Times New Roman, sans serif;
		font-size: 12pt;
		margin: 0;
		/*border: 1px solid red;*/
        width: 100%;
        float: none;
		}
		
		a {
		border: none;
		}
		
.searchbox {
	display:none;
	
}

.imgSpace {
	margin-bottom: 5px;
}
	
	#frame {
		width:700px;
		margin-right:auto;
		margin-left:0;
		padding:0px;
		text-align:left;
		background-color: #FFFFFF;
		/*border: 1px solid green;*/
		}
		
	#contentleft {
		display:none;
		width: 0;
				}
		
		#menucell 
		{
		    display:none;
		}
	
	#contentcenter {
		width:700px;
		margin-top: 10px;
		padding:0px 10px 0px 10px;
		float:left;
		
		}
	
	#contentright {
		display:none;
		}
	
	#contentheader {
display:none;
		}
		
		#contentheader2 
		{
		    /*display:inherit;*/
		    margin:0;
		    /*background-color: #FFFFFF;
	color: inherit;*/
		}
		#logininfo
		{
		    display:none;
		}
		
	p,pre {
		margin:0px 10px 10px 10px;
		line-height: 25px;
		}
		
	h1 {
		font-size:14px;
		}
		
	#contentheader h1 {
		font-size:14px;
		margin:0px;
		/*border: 1px solid orange;*/
		}
	
	#contentright p { font-size:12pt}

	#footer {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		/*border: 1px solid purple;*/
	}
	
	.interior 
	{
		display:none;
	}
	
	#nav{
	display:none;
}


#subnav{
	display:none;
}



	#bottomnav{
	display:none;
}

a { text-decoration : underline; color : #0000ff; }