/* CSS Document */
#Layer1 {
	position:absolute;
	left:200px;
	top:0px;
	width:800px;
	height:150px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:200px;
	top:150px;
	width:802px;
	height:30px;
	z-index:2;
}
body {
	background-color: #000000;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:150px;
	width:200px;
	height:1356px;
	z-index:3;
	background-color: #021C59;
}
#Layer4 {
	position:absolute;
	left:25px;
	top:182px;
	width:150px;
	height:1144px;
	z-index:4;
	background-color: #5089FF;
}

#Layer5 {
	position:absolute;
	left:201px;
	top:181px;
	width:600px;
	height:1336px;
	z-index:5;
	background-color: #000000;
}

#Layer6 {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:150px;
	z-index:8;
}

#Layer7 {
	position:absolute;
	left:800px;
	top:183px;
	width:200px;
	height:979px;
	z-index:7;
	background-color: #021C59;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	text-decoration: underline;
	color: #990033;
}
.style4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style5 {color: #CC0000}
.style7 {color: #FFFFFF; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style8 {color: #FFFFFF}
.style10 {font-size: 16px}
.style11 {color: #FFFF00}
.style12 {color: #000000}
.style13 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.style19 {color: #CC0000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium;}
.style21 {color: #021C59}
.style22 {color: #CC0000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
.style23 {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
}
.style24 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style27 {font-size: x-small}
.style28 {font-family: Arial, Helvetica, sans-serif}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

