		/* CSS Document */
body {
	margin-left: auto;
	margin-top: auto;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #C3C9D0; 
	scrollbar-highlight-color: #e8e8e8; 
	scrollbar-3dlight-color: #e8e8e8; 
	scrollbar-darkshadow-color: #C3C9D0; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #be972b;
}
#MainFrame {
    position:absolute;
	left: 180px;
    top: 110px;
    width: 630px;
    height: 500px;
    overflow: auto;
    z-index: 1;	
}
#InnerMainFrame {
	position:absolute; 
	left: 0px; 
	top: 20px; 
	width: 600px; 
	height: 380px;
}
#RightFrame {
    position:absolute;
	left: 850px;
    top: 110px;
    width: 300px;
    height: 600px;
    overflow: auto;
    z-index: 1;
}
#LeftMenu {
    position:absolute;
	text-align:right;
	left: 30px;
    top: 120px;
    width: 115px;
    height: 320px;
    overflow: auto;
    z-index: 15;
}
a {
	color: #000000;
	text-decoration:none;
} 
a:hover {
	color: #F00000;
	text-decoration:none;
}
a.main {color: #F00000;text-decoration: none;}
a.leftMenuLink {color:#FFFF00; text-decoration:none;}
a.textLink {color: #000000; text-decoration:underline}
.mainMenu {
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.textEmg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	font-variant: normal;
	letter-spacing: 0.09em;
}
.texttitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	color: #FF0000;
	font-variant: normal;

}
#MenuImage {
    position:absolute;
	left: 25px;
	top: 80px;
	z-index: 10;
}
#MenuImageRight {
    position:absolute;
	left: 480px;
	top: 80px;
	z-index: 9;
}
#LogoImage {
    position:absolute;
	left: 125px;
	top: 0px;
	z-index: 1;
}
#InveximImage {
    position:absolute;
	left: 605px;
	top: 1px;
	z-index: 1;
}
#LeftImage {
    position:absolute;
	left: 0px;
	top: 87px;
	z-index: 11;
}
#BottomLeftImage {
    position:absolute;
	left: 25px;
	top: 440px;
	z-index: 9;
}
#BottomRightImage {
    position:absolute;
	left: 480px;
	top: 440px;
	z-index: 1;
}
#MenuText {
	position:absolute;
	top:67px;
	z-index:11;
	height: 20px;
}
#EmgText {
    position:absolute;
	left: 435px;
	top: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 63px;
	font-style:normal; 
	font-weight:bold;
	color: #808080;
	z-index: 10;
}
#ContactText {
    position:absolute;
	left: 100px;
	top: 765px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FEE069;
	font-variant: normal;
	letter-spacing: 0.08em;
}
#BottomText {
    position:absolute;
	left: 182px;
	top: 444px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	letter-spacing: 0.08em;
	z-index: 15;
}
/* Drop down menu */
#dropmenudiv{
	position:absolute;
	width:400px;
	border:1px;
	border-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	font-size:10px;
	display: block;
	text-indent: 10px;
}
#dropmenudiv a:hover{ 
	background-color: #FEE069;
	font-size:10px;
}
