body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #993300;}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #993300; padding-left: 5px;}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: black;}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #48B6FF;}
p 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-left: 10px; padding-right: 10px;}
ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
ol { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.txt_m { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300;}
.txt_m_bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300; font-weight: bold;}
.quotes { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: Blue; font-style: italic; padding-left: 10px;}
.hand {	font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic; font-weight: bold; padding-left: 10px;}
.warning_txt {font-size: 10px; color: red;}
a.mlink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300;}
a.mlink:hover { color: #48B6FF;}
a.mblink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #993300; font-weight: bold;}
a.mblink:hover { color: #48B6FF;}
a.comp { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white; font-weight: bold;}
a.comp:hover { color: #FAFAD2;}
table.sheet {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: White;
}
table.sheet2 {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.highlight {
	background: #F0D6C3;
	font-weight: bold;
}
			/* NAVIGATION BUTTONS */
			.menu {
						height: 28px;
						width: 800px;
			}
		
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/overbtn.jpg) no-repeat;
						width: 100px;
						height: 28px;
	               overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 100px;
						height: 28px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}

			.cssnav img {width: 100px; height: 28px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 5px;
					    text-align: center;
					    width: 100px;
					    cursor: pointer;   
					     
			}

/*			
			body#home a#homenav,
			body#services a#servicesnav,
			body#training a#trainingnav,
			body#edu a#edunav, 
			body#about a#aboutnav, 
			body#test a#testnav, 
			body#contact a#contactnav, 
			body#links a#linksnav, 
			{
			color: #ffffff;
			background: url(images/overbtn.jpg) no-repeat;
			}*/
			/* END OF NAVIGATION */
/*drop-down*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
line-height:18px;
font-size: 12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #000000;
font-size: 12px;
background-color: #D3D3D3;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #993300;
color: #ffffff;
font-size: 12px;
}
/* end of drop-down */

