html, body {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family:sans-serif;
	font-size: 14px;
}

img {
	border-style: none;
}

table {
    border-style: none;
}

A:link {text-decoration: none; border: none; color: #01919A;}
A:visited {text-decoration: none; border: none; color: #01919A;}
A:active {text-decoration: none; border: none; color: #01919A;}
A:hover {text-decoration: none; color: #000000; border: none; zoom: 1; opacity:0.6;
	filter:alpha(opacity=60);}
	
.smalltext{
font-size: 12px;
}

.largetext{
font-size: 16px;
}

#page-container{
    position: relative;
	width: 960px;
	min-height: 500px;
	margin: auto;
	background: #FFFFFF;
	color: #000000;
	border: 0px solid #000000;

}

#content{
	width: 960px;
	min-height: 500px;
	margin: auto;
	position: relative;
	color: #000000;
	border: 0px solid #000000;

}

#mainbg{
    z-index:1;
	position: relative;
	width: 960px;
	min-height: 500px;
	margin: auto;
	color: #000000;
	border: 0px solid #000000;

}

#alsglogo{
    z-index:2;
	position: absolute;
    left: 660px;
	width: 300px;
	height: 120px;
	margin: auto;
	color: #000000;
	border: 0px solid #000000;

}

#mainmenu{
	z-index:2;
	width: 125px;
	min-height: 500px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	zoom: 1;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	border-right: 1px solid #999999;

}

#bmenu{
	z-index:2;
	width: 125px;
	min-height: 500px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	zoom: 1;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	border-right: 1px solid #999999;

}