body, html {
	padding:0;
	margin:0;
	background-color:fff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 1em 20px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
	margin: 1em 20px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	margin: 1em 20px;
}
.title { font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; color:#0707BB; }
.title2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; }
.descriptions {
	font-size:11px;
}
.borders {border:1; border-color:000000; padding:3px; }
.table-pad {padding: 5px; background-color: #CCCCCC; }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.imgborder  {border-color:ff0000; border-width:2; }


a:link, a:active, a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover  {
	color:#FF0000;
	text-decoration:underline;
}



/* drop down menu code */

#dropmenudiv{ 

color:#fff;
position:absolute;
margin-left: 0px;
margin-top: 2px;
font-weight: bold;
border:1px;
border-color:#fff;
border-bottom-width: 0;
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
line-height:22px;
z-index:2;
}



#dropmenudiv a{

color:#fff;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:0707bb;
}



#dropmenudiv a:hover{ /*hover background color*/

color:#fff;
background-color:e0021b;


}

#Layer1 {

	position:absolute;

	width:242px;

	height:105px;

/*	z-index:2;
*/
	left: 155px;

	top: 197px;

}

#Layer2 {

	position:absolute;

	width:716px;

	height:182px;

/*    z-index:2;
*/
	left: 256px;

	top: 118px;

}

#Layer3{z-index:0;}
