html,body 
{
	height: 100%;
	background-color: #FFFFFF;
}

div.main 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	background: url(./images/bg.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;	
}


div.menu
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 175px;
	height: 400px;
	overflow: hidden;
	text-align: center;

}

div.menu a
{
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 466px;
	height: 80px;
	background: url(./images/logo.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
}

div.blue1
{
	position: absolute;
	top: 0px;
	left: 466px;
	width: 334px;
	height: 80px;
	background: url(./images/blue.jpg);
	overflow: hidden;
    filter:alpha (OPACITY=40);
    -moz-opacity: 0.4;
}

div.blue2
{
	position: absolute;
	top: 80px;
	left: 650px;
	width: 150px;
	height: 520px;
	background: url(./images/blue.jpg);
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #FFFFFF;
    filter:alpha (OPACITY=40);
    -moz-opacity: 0.4;
}

div.tray
{
	position: absolute;
	top: 580px;
	left: 0px;
	width: 725px;
	height: 20px;
	background: url(./images/blue.jpg);
	overflow: hidden;
}

div.traytext1
{
	position: absolute;
	top: 583px;
	left: 528px;
	width: 200px;
	height: 15px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

div.traytext2 a
{
	position: absolute;
	top: 583px;
	left: 3px;
	width: 140px;
	height: 15px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

div.right
{
	position: absolute;
	top: 0px;
	left: 796px;
	width: 4px;
	height: 600px;
	background: url(./images/blue.jpg);
	overflow: hidden;
}

div.text
{
	position: absolute;
	top: 125px;
	left: 175px;
	width: 575px;
	height: 410px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
    filter:alpha (OPACITY=30);
    -moz-opacity: 0.3;
}

div.text2 
{
	position: absolute;
	top: 135px;
	left: 185px;
	width: 555px;
	height: 390px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	color: #003366;	
}

div.text2 a
{
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

div.text2 a.huid
{
	font-family: Tahoma, sans-serif;
	font-size: 18pt;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

div.att 
{
	position: absolute;
	top: 90px;
	left: 648px;
	width: 150px;
	height: 100px;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;	
	text-align: center;
	font-weight: bold;
    filter:alpha (OPACITY=70);
    -moz-opacity: 0.7;
}