/* --- Dec Smith Website Design - Css & Javascript Menu Coding ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* TEXT decoration in menu box before mouseover */
.m0l0iout {
	text-align: left;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font weight: 400; color: #FFFFFF;
	font-size: 17px;
	text-decoration: none;
	text-shadow: #000000 -2px 2px 4px;
	padding: 5px;
	margin: 3px 0 0 3px;

	
	
	
/* TEXT decoration in menu box during mouseover */
}
.m0l0iover {
	text-align: left;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 17px;
	text-decoration: none;
	text-shadow: #000000 -1px 1px 2px;
	padding:5px;
	margin: 3px 0 0 3px;

	
}

/* menu box decoration  before mouseover*/
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	background-color:#000000;
	border: 1px solid #000000;
	
/* menu box decoration during mouseover*/
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color:#000000;
	border: 1px solid #000000;
}

/* text decoration in drop down before, then after mouseover*/
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	cursor: pointer;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 15px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
	cursor: pointer;
}

/* drop down box decoration*/
.m0l1oout {
	text-decoration : none;
	background-color: #6D7B8D;
	border: 1px solid #000000;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #666362;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 0;
}

A:link { text-decoration: none; color: #FFFF00; font-style: normal}
A:visited {
	text-decoration: none;
	color: #FFFF00;
	font-style: normal;
	cursor: auto;
	font-size: 16px;
}
0
#Layer3 table tr .style1 {
	font-size: 18px;
}
#Layer3 table tr td {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
}
.headingbig {
	color: #FF0;
}

