/* --- 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, p, li {
	font-family: "Comic Sans MS";
	font-size: 15px;
	text-align: justify;
}
		
	hr { border-width: medium; 
		border-left-color: #1c93ba; 
		border-top-color: #1c93ba; 
		border-bottom-color: #0000FF; 
		border-right-color: #0000ff; 
		border-style: solid;
		height: 5px;
 }
		
	h2 { 
		margin-bottom: 5px; 
		margin-top: 5px; 
		font-size: 18px; 
		color: #DBEAF5;  }
		
	em { color: red; font-style: normal;  }
	
	.center	{ text-align: center;	}
		
	.darkline { 
		background: #4682B4; }
		
	.cright { 
		font-family: Tahoma, Verdana, sans-serif; 
		font-size: 12px; 
		color: #FFFFFF; 
		background: #4682B4; 
		text-align: right; }
		
	.SubTitle { 
		font-family: Arial, Tahoma, Verdana, sans-serif; 
		font-size: 15px;  
		font-style: italic; 
		font-weight: bold; 
		background: #8fc5d6; 
		padding: 1px; }
		
	.Title { 
		font-family: "Comic Sans MS";
		font-size: 20px; 
		font-style: italic; 
		font-weight: bold; 
		background: #ffffff; 
		padding: 1px; 
		text-align: center; 
		color: navy; }
		
	.banner { 
		font-style: italic; 
		background: #8fc5d6; 
		padding: 4px; }
		
	.banner-2	{ 
		background-image:url(images/banner_06.gif); 
		background-repeat: no-repeat; 
		text-align: center; }
		
	.f10 { font-size: 10px; }
	
	.f13 { font-size: 13px; }
	
	.f15 { font-size: 15px; }
	
	.f18 { font-size: 18px; }
	
	.f20 { font-size: 20px; }
	
	.gray	{ color: #999999;	}
	
	.brown { 
		font-size: 18px; 
		color: #5b0000; 
		text-align: center; }
		
	.brownj { 
		font-size: 16px; 
		color: #5b0000; 
		text-align: justify; }
		
	.navy	{ color: navy; }
					
	.red { color: red; }
	
	.height35	{ line-height: 35px;	}
	
	A:hover	{ color : #FF0000; }

	.verdana20  { font-size: 20px; font-family: Verdana, Arial; font-weight: normal; text-align: center;  }
	
	.verdana { font-family: Verdana, Arial; }
	
	.float_r	{ float: right; margin-left: 15px; }
	
	.float_l	{ float: left; margin-right: 15px; }
	
	.rmargin_10	{ margin-right: 10px;	}
	
	.topmargin_25	{ margin-top: 25px;	}
	
	.margin_50	{ margin-left: 50px; margin-right: 50px;	}
	
	.plane	{ float: right; margin-right: 10px; margin-top: 3px;	}
	
	.menu {
		font-size: 12px;
		font-family: Verdana, Tahoma, Arial;
		color: #ffffff;
		padding: 4px;
		text-align: center;
		background-color : #20a5c1;
		text-decoration: none;
		font-weight : bold;
	}
		
	.menu2 {
		font-size: 12px;
		font-family: Verdana, Tahoma, Arial;
		color: #ffffff;
		padding: 4px;
		text-align: center;
		background-color : #167524;
		text-decoration: none;
		font-weight : bold;
	}
		
	.menu3  { 
		font-family: Verdana, Arial; 
		font-size: 11px; 
		text-align: center; 
		text-decoration : none; 
		margin-left : 10px;
		line-height : 20px;
		}

	.navbar { 
		font-size: 12px; 
		font-family: Tahoma, Verdana, Arial; 
		font-weight: bold;  }
		
	.bold17 { font-size: 17px; font-family: Arial; font-weight: bold; }
	.norm13  { font-size: 13px; font-family: Arial; font-weight: normal;  }
	.right  { text-align: right;  }
	.justify	{ text-align: justify;	}
	.lge  { color:#20a5c1; font-size: 48px;  font-style: italic; }
	.lge2  { color:#ffffff; font-size: 48px;  font-style: italic; }
	.logo { color:#20a5c1; font-size: 36px; font-style: italic; text-align: center; }
	.logo2 { color: 000000; font-size: 24px; text-align: center; }
	
	.logo3 {
	color: White;
	font-size: 24px;
	text-align: center;
	font-style: italic;
}
	
#bottom_lblack { background-image:url(images/bot_left.gif); height: 20px; }

#bottom_rblack { background-image:url(images/bot_right.gif); height: 20px; }

#bottom_lblue { background-image:url(images/bot_left_blue.jpg); height: 20px; }

#bottom_rblue { background-image:url(images/bot_right_blue.jpg); height: 20px; }

#white	{background-color: white;	}

#menu_color2	{ background-color: #167524; }

#greenli { list-style-image: url(images/ba025f.gif); margin-top: 10px; }
	
	@media print {
		body{ background-color:#FFFFFF; background-image:none; color:#000000 }
		#ad { display:none; }
		#leftbar{ display:none; }
		#contentarea{ width:100%; }
	}

