/* Standard style sheet for BertLowry.com pages */

/* HEADER PANEL STYLES */
div.header{
	background-image:	url("images/background/bg_banner.jpg");
	width:				100%;
	}

h1.header{
	text-align:			center;
	font-family:		Times New Roman;
	}

p.header{
	text-align:			right;
	margin-right:		20px;
	}

/* NAVIGATION PANEL STYLES */
td.navigate{
	background-image:	url("images/background/bg_navigate.jpg");
/*	border-style:		groove; */
	width:				156px}

/* FOOTER PANEL STYLES */
div.footer{
	text-align:			center;
	font-size:			85%;
	margin-top:			20px;
	margin-bottom:		20px;
	}
	
/* MAIN AREA STYLES */
td.main{
/*	border-style:		groove; */
	}

div.main{
	margin-top:			20px;
	margin-left:		40px;
	margin-right:		40px;
	margin-bottom:		20px
	}

div.center{
	margin-top:			40px;
	font-family:		Arial;
	text-align:			center;
}

/* STANDARD CONTENT STYLES */	
body{
	background-color:	#BBEEFF; 
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		10px;
	font-family:		Arial;
	}

code{
	font-family:		LFCalc;
}
a:link{
	color: 				#0808FF;
	}     
a:visited{
	color: 				#5050BB;
	}
a:hover{
	color:				#800000;
}
a:active{
	color: 				#8888FF;
	}  

h1{
	text-align:			center;
	}

h2.center{
	text-align:			center;
	}

/* USED TO COLOR SECTIONS */ 
.white{
	background-color:	#FFFFFF;
}
.beige{
	background-color:	#FFEEDD;
}

/* USED FOR RESUMES, LETTERS OF REFERENCE, ETC. */
.letter{
	background-image:	url("images/background/bg_resume.gif");
	font-family:		Times New Roman;
	}

/* USED FOR INDENTED PASSAGES */
.indent{
	margin-left:		20px;
	margin-right:		20px;
	}

.tutorial{
	margin-left:		40px;
	margin-right:		40px;
	text-align: 		justify;
	line-height:		18pt;
}
.code{
	background-color:	#EEEEEE; 
	font-family:		LFCalc;
	margin-left:		20px;
	margin-right:		20px;
	text-align:			left;
	line-height:		12pt;
}

.caption{
	margin-left:		40px;
	margin-right:		40px;
	text-align: 		justify;
}

.left-indent{
	margin-left:		20px;
	}
.doubleindent{
	margin-left:		40px;
	margin-right:		40px;
	}

.storyindent{
	margin-left:		80px;
	margin-right:		80px;
	}

.half-indent{
	margin-left:		10px;
	margin-right:		10px;
	}
