/*page layout*/

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
.header {
	width: 100%;
	
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Layer2 {
	position:absolute;
	width:100%;
	height:42px;
	z-index:6;
	left: 0px;
	top: 132px;
	background-color: #000000;
}
#Layer3 {
	position:absolute;
	width:103px;
	height:105px;
	z-index:3;
	left: 11px;
	top: 195px;
}
#Layer4 {
	position:absolute;
	width:142px;
	height:115px;
	z-index:4;
	left: 11px;
	top: 520px;
}
#Layer5 {
	position:absolute;
	width:152px;
	height:220px;
	z-index:1;
	left: 12px;
	top: 67px;
	overflow: auto;
}
#Layer6 {
	position:absolute;
	width:158px;
	height:197px;
	z-index:5;
	left: 12px;
	top: 63px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#Layer7 {
	position:absolute;
	height:651px;
	z-index:1;
	left: 237px;
	right:199px;
	top: 189px;
	overflow: auto;
}

#Layer8 {
	position:absolute;
	width:100%;
	height:42px;
	z-index:6;
	left: 0px;
	top: 847px;
	background-color: #000000;
}

#Layer9 {
	position:absolute;
	width:201px;
	height:26px;
	z-index:6;
	right: 10px;
	top: 0px;
}

#Layer10 {
	position:absolute;
	width:100px;
	height:21px;
	z-index:1;
	left: 26px;
	top: 233px;
}

#Layer11 {
	position:absolute;
	width:179px;
	height:115px;
	z-index:4;
	right: 10px;
	top: 195px;
}

#Layer12 {
	position:absolute;
	width:158px;
	height:197px;
	z-index:5;
	left: 12px;
	top: 63px;
}

#Layer14 {
	position:absolute;
	width:158px;
	height:197px;
	z-index:5;
	left: 12px;
	top: 63px;
}
#Layer13 {
	position:absolute;
	width:179px;
	height:115px;
	z-index:4;
	right: 10px;
	top: 520px;
}


/*content*/

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	
}
.content a:link {
	color: #000000;
	text-decoration: underline;
}

.content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #FF0000;
	text-decoration: blink;
}

.content table {
	
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;
	line-height: normal;
	text-decoration: none;
}
.headline2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
}



/*drop down menu*/

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/*width: 120px; /*Width of top level menu link items*/
padding: 0px 8px;
border: 0px;
border-left-width: 0;
text-decoration: none;
/*background: url(menubg.gif) center center repeat-x;*/
color: white;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #000000;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display:inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background:#000000;
border-width: 0 1px 1px 1px;
cursor:pointer;
}

.horizontalcssmenu ul li ul li a:hover{
background:#ff0000;
color:#ffffff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
