/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
	body, tr, td, li { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: justify;
		font-size: 13px;  
		}
		
	p  { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;  
		}
	
		
	hr { 
		height: 5px; 
		text-align: center;
		width: 400px;  
		}
		
	A:hover	{	
		color : Red; 
		}
		
	em { color : Red; font-style : normal; }
	
	.arial { font-family: Arial; }
	
	.indent100 { text-indent: 100px; }
	
	.indent50 { text-indent: 50px; }
	
	.indent25 { text-indent: 25px; }
	
	.indent10 { text-indent: 10px; }
	
	
	.menu {
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial;
		color: #ffffff;
		padding: 4px;
		text-align: center;
		text-decoration: none;
		font-weight : normal;
		margin-left : 5px;
		background-color: #0099cc;
		}
		
	.menu2 {
		font-size: 11px;
		font-family: Verdana, Tahoma, Arial;
		color: #00CCCC;
		padding: 4px;
		text-align: center;
		text-decoration: none;
		font-weight : normal;
		background-color: #ffffff;
		}
		
	.menu3 {
		font-size: 11px;
		font-family: Arial, Verdana, Tahoma;
		color: navy;
		padding: 4px;
		text-align: left;
		text-decoration: none;
		font-weight : normal;
		line-height: 16px;
		}
		
	.menu3 a:hover	{ color: #FF0000	}

	.title {
		font-size: 16px;
		color: white;
		padding: 4px;
		text-align: center;
		background-color: #0099cc;
		font-weight: bold;
		margin-left: 5px;
		width: 425px;
		}	
			
	.justify { text-align: justify; }
		
	.ctr {  text-align: center;  }
	
	.center { text-align: center;  }
	
	.left { text-align: left;  }
	
	.text-l { text-align: left; }
	
	.right { text-align: right;  }
	
	.top  { vertical-align: top;  }
	
	.f9 { font-family: Verdana, Geneva, Arial; font-size: 9px; color: Gray; }
         
	.f10  {  font-size: 10px;  }
	
	.f11  { font-size: 11px;  }
	
	.f13  { font-size: 13px;  }
	
	.f15 {  font-size: 15px;  }
	
	.f17 { font-size: 17px;  }
	
	.f18 {  font-size: 18px;  }
	
	.f22 { font-size: 22px; }
	
	.lh30 { line-height: 30px; }
	
	.lh20 { line-height: 20px; }
	
	.lh10 { line-height: 10px; }
	
	.lineHeight_140 { line-height: 140%; }
	
	.nextpg {  font-size: 15px;  }
	
	.brown15 {  color: #660000; font-size: 15px;  }
	
	.brown {  color: #660000;  }
	
	.gray { color: #2f4f4f }
	
	.lt-blue	{ color: #0099FF }
	
	.navy { color: navy; }
	
	.navy17 { color: #191970; font-size: 17px;  }
	
	.red   { color: red;  }
	
	.bold16 { font-size: 16px; font-weight: bold;  }
	
	.bold18 {  font-size: 18px; font-weight: bold;  }
	
	.italic { font-style: italic; }
	
	.borders  {
	border-bottom-color: Teal;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-top-color: Aqua;
	border-top-style: double;
	border-top-width: thick;
	border-right-color: Teal;
	border-right-style: double;
	border-right-width: thick;
	border-left-color: Aqua;
	border-left-style: double;
	border-left-width: thick;
}
	
	.dw24 {  font-family: "Brush Script MT", "BrushScript BT"; font-size : 30px;  }

	.pagebreak { page-break-before : always;  }
	 
	.padding10  { padding: 10px 10px 10px 10px; } 
	
	.margin20 { margin-left: 20px; margin-right: 20px; text-align: justify; }
	
	.margin50 { margin-left: 45px; margin-right: 45px; text-align: justify; }
	
	.margin_r	{ margin-right: 40px; }
	
	.floatleft { float: left; margin-right: 10px; }
	
	.floatright { float: right; margin-left: 10px; }
	
#lcolumn { 
	CLEAR: inherit; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	FLOAT: left; 
	MARGIN: 0px; 
	WIDTH: 424px; 
}

#sec_header {
	CLEAR: inherit; 
	PADDING-TOP: 8px; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	PADDING-BOTTOM: 8px; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-ALIGN: center
}

#rcolumn {
	CLEAR: inherit; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	FLOAT: right; 
	MARGIN: 0px; 
	WIDTH: 424px; 
}

	