body{
	padding:0px;
	margin:0px;
	font: 10pt/15pt arial;
        background: #ffffff;
}

div {
	border-style:none; 
	padding:0px;
	margin:0px;
}

.side{
	position:absolute;
	bottom:0px;
	height:100%;
	left:0px;
	width:175px;
	
	top:0px;
	background:#96cbb9;
	overflow:auto;
	padding-top:175px;
	text-align:center;
}


.top{
	position:absolute;
	top:10px;
	left:10px;
	border:solid;
	border-width:1px;
	width:824px;
	background:#000000;
	z-index:1;
}

.banner{
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	background:#ffffff;

}

.link_bar{
	position:relative;
	top:0px;
	left:0px;
	font: 10pt/10pt arial;
	background:#000000;
	color:#ffffff;
	padding:10px;
	text-align:center;
	margin-top:-3px;
}

.content{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	padding:0px;
	height:100%;
	background:#ffffff;
}

.text{
	position:relative;
	top:0px;
	left:175px;
	width:620px;
	/*width:expression(document.body.clientWidth > 825? "620px": "auto" );*/
	padding:25px;
	padding-top:175;
}

.picture{
	font: 8pt/10pt arial;
	float:left;
	text-align:center;
	background:#dddddd;
	padding:3px;
	margin:10px;
	margin-left:0px;
	
	
}


a:link { 
	color : #ffffff; 
	border:none;
}

 
a:visited { 
	color : #ffffff; 
	border:none;
} 

a:active { 
	color : #ffffff; 
	border:none;
}


.text a:link { 
	color : #444444; 
	border:none;
}

 
.text a:visited { 
	color : #888888; 
	border:none;
} 

.text a:active { 
	color : #ff2222; 
	border:none;
}


.text a:hover { 
	color : #888888; 
	border:none;
}

