@charset "UTF-8";
/* CSS Document */

body {
background-color: #76808B;
margin : 0px 0px 0px 0px;
}


a:link,a:visited,a:active,a:hover, h1, h2, h3, h4, body, td, b, strong,.page {
font-family: verdana, arial, helvetica, geneva, monospace;
font-size: 11px;
line-height: 18px;
text-decoration: none;
font-weight: normal;
color: #3D4850;
}

a:active, a:link, a:visited {
color: #7D8DAA;
font-weight: bold;
}

a:hover{
color: #e73918;
font-weight: bold;
 }
 a img {
 border: none;
 display:block;
}

a:focus {
outline: none;
}


h1, h2, h3 {
font-size: 14px;
font-weight: bold
}

b, strong {font-weight: bold
}

#main {
	position: absolute;
	width: 800px;
	height: 359px;
	top: 150px;
	left: 50%;
	margin-left: -435px; /* negative margin to centre page */
	border:1px solid #000000;
	background-color: #FFFFFF;
}

#frame1,frame2,frame3,frame4,frame5,frame6 {
	position: absolute;
	width: 800px;
	height: 316px;
	top: 0px;
	left: 0px;
	border:0px;
}

#masterdiv {
	position: absolute;
	top : 334px;
	left : 0px;
	z-index: 3000;
	height: 105px;
	width: 0px;
}

.menutitle{
	cursor:pointer;
	text-decoration:none;
	border:none;
	width:179px;
}

.submenu{
	text-decoration:none;
	border:none;
	width:179px;
	position:absolute;
	top : -123px;
	left : 0;
}

#footer {
	position : absolute;
	background-image: url(i/pixelset.gif);
	top : 316px;
	left : 0px;
	width: 800px;
	height: 44px;	
}

#lye {
	position : absolute;
	top : 334px;
	left : 621px;
	width: 179px;
	height: 18px;	
	text-decoration:none;
	border: none;
}

.page {
	display: none;
	font-weight: normal;
	font-size: 11px;
	color: #3D4850;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	line-height: 18px;

}

