/* This is the main body print stylesheet configuration for all the pages except the e tool */



body, #content, #header,  #container 	{
										width: 100%;
										margin: 0;
										padding:0px;
										float: none;
										}
				

body	{
		font: 12pt,  Georgia, "Times New Roman", Times, serif;
		color: #000;
		background:#fff;
		}

#centeredmenu, #footer	{
   						display:none;
  				 		}





#header img	{
	display: block;
    margin-left: auto;
    margin-right: auto
			}
	
	
			

#content 			{
					padding: 0em;
					border-style:none;
					}





#content h1 	{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18pt;
				color:#000;
				text-align: center;
				}


				
#content h2		{
				font-size: 14pt%;
				color:#000;
				text-align:center;
				}
			
		
			
			
	
#content h3		{
				font-size:14pt;
				color:#000;
				font-weight:bolder;
				text-align:left;
				}	


	
		 
#content h4 	{
				text-align: center;
				color:#000;
				}	


	 
		 
		 
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }





a.top:link, a.top:visited, p.navigation	
											{
											display:none
											}



a:link, a:visited	
					{
					text-decoration:none;
					}
				



p.padding {
			padding:25px 25px;
			border-style:solid;
			border-width:5px;
			}

p.red		{
			color:#ff0000;
			text-align:center;
			}



p.centered		{
				text-align:center;
				font-size:100%;
				font-family:Arial, Helvetica, sans-serif;
				color:#0000CC
				}
	
p.link	{margin-left:10em}




ul.padding	{
			padding:25px 25px;
			border-style:solid;
			border-width:5px;
			}



p.indent	{margin-left:50px}	


	/*these two ids are for the pages where there are two columns in the content div*/		
			
#column_left
	{
	float: left;
	width: 40%;
	margin: 0;
	padding: 1em;

	}
			
#column_right
	{
	margin-left: 60%;
	
	padding:1em;
	max-width: 36em;

	}		
			
			
#column_left  ul { list-style-type: none; }
#column_right ul {list-style-type: none;}		
			

	
	
	
	


.imgcenter	{
			display:block;
			margin:0 auto;
			text-align:center;
			}

img.imageleft	{
				float:left;
				margin:15px;
				}
				
img.imageright	{
				float:right;
				margin:15px;
				}

img.imagethumb	{
				margin:25px;
							}
		
			
 


.advert		{
		font-size: 150%;
		font-family:Arial, Helvetica, sans-serif;
		color:#0000CC;
		text-align:center;
		padding:10px;
		margin-left:20%;
		margin-right:20%;
		border-style:double;
		border-color:#ff0000;
		border-width:2px;
	
		}
		

.contact	{
		font-size:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#0000CC
		}
	
/* This is to emphasis the first line only of a paragraph, put a line break after the emphasesed text*/

	
.first line emphasis	{
		font-size:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#0000CC
		}
		
		

	
		
ol li 		{line-height: 1.5em;
		}
		
		
		
ul.nobullets { 
			list-style-type: none;
			 }
			 
			 	 






/* The box table class lets us better present tabular data ~ this is the printed version*/



.box-table			{
					margin: 5%;
					width: 90%;
					text-align: left;
					border-collapse: collapse;
					}


.box-table caption  {
					color:#000;
					font-weight:bold;
  					text-align: left;
  					padding: 8px 0;
					}

.box-table th		{
					color:#000;
					font-weight:bold;
					padding: 8px;
					border-top: 2px solid #000;
					border-bottom: 1px solid #000;
					}
				
				
				
.box-table td		{
					padding:8px;
					color:#000;
					vertical-align: top;
					text-align: left
					}