/* --- 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: "book Antiqua";
	font-size: 18px;
	color: #666666;
	line-height: 125%;
}

.margin0 { 	margin-left: 0px; }

.top  { margin-top: 20px; }

.title {
	font-family: Papyrus;
	font-size: 46px;
	line-height: normal;
	font-weight: bold;
	color: #808000;
}

.margin10	{ margin-left: 10px; margin-right: 10px;	}

.margin20 { margin-left: 20px; 	margin-right: 20px; }

.margin25 { margin-left: 25px; 	margin-right: 25px; }

.margin70	{ margin-left: 70px;  margin-right: 70px; }

.center { text-align: center; }

.left	{ text-align: left;	}

.justify { text-align: justify; }

.ctr9  { text-align: center; font-size: 9px; }

.float-r	{ float: right; margin-left: 10px;	}

.float-l	{ float: left; margin-right: 10px;	}

.MarginLeft	{ margin-left: 10px;	}

A:hover	{ color : Red; }

hr { width : 700px;  }

h1 { font-family : "book Antiqua"; font-size: 31px; text-align: center;}

h2 { font-family: 'Times New Roman', Times, serif; color: #dc143c; text-align: center;  }

h3 { font-size: 16px; font-family: Verdana, geneva, Arial; color: #1d4d81; text-align: center; }

.h3link {
	font-size: 16px;
	font-family: Verdana, geneva, Arial;
	color: #1d4d81;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

h4 { font-family: cursive; text-align: center; font-size: 15px; color: #006633; }

h5 { font-size: 15px; color: #804000; }

.f11	{ font-size: 11px; }

.f13	{ font-size: 13px; }

.f15	{ font-size: 15px; }

.f17	{ font-size: 17px;	}

.f20	{ font-size: 20px;	}

.f24	{ font-size: 24px;	}

.bookA  { font-family: "book Antiqua", Papyrus; }

.papyrus  { font-family: Papyrus; font-size: 18pt; line-height: 40px; }

.black15 { font-size: 15px; text-align: center;  }

.gold	{ color: #996600; }

.gray	{ color: #333333; }

.brown { color: #804000; }

.navy  { color: navy;  }

.red  { color: red; }

.red15 { color: #dc143c; font-size: 15px; }

.bgcolor { background-color: #EDE793; }

.copyright { color: #804000; font-size: 9px; text-align: center;  }

.menu  { 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #ffffff;
	padding: 2px; 
	background-color: #999933; 
	text-align: center; 
	text-decoration : none; 
	margin-left : 0px;
	margin-top : 0px;
	}

.menu2  { 
	font-family: 'Papyrus';
	font-size: 17px; 
	color: #333333;
	padding: 2px; 
	background-color: #808000; 
	text-align: center; 
	text-decoration : none; 
	margin-left : 0px;
	margin-top : 0px;
	}

.menu2 a:hover {
	color: #FFFFFF;
	}

.shadow {
	-moz-box-shadow: 13px 13px 14px #B1B1B1;
	-webkit-box-shadow: 13px 13px 14px #B1B1B1;
	box-shadow: 13px 13px 14px #B1B1B1;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#B1B1B1')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#B1B1B1');
} 

