@charset "utf-8";
/* CSS Document */

#headerright {
/*	height:100%;*/
	width:20px;
	float:left;
	padding:0;
}
#headermain {
	/*height:100%;*/
	width:780px;
	float:left;
	padding:0;
}
#headerspaceline {
	height:10px;
	width:800px;
	clear:both;
}
#leftmarginpanel {
	float: left;
	height: 100%;
	width:20px;
}
#menupanel {
	float: left;
	height: 100%;
	width:150px;
	margin-right:26px;
}
#mainpanel {
	float: left;
/*	height: 100%;*/
	width:604px;
}
#rightmarginpanel {
	float: left;
/*	height: 100%;*/
	width:150px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.leftpane {
	float: left;
/*	height: 100%;*/
	width:200px;/*background-color:#CCCCCC;*/
}
.midpane {
	float: left;
	/*height: 100%;*/
	width:23px;
}
.rightpane {
	float: left;
	/*height: 100%;*/
	width:380px;/*	background-color:#CCCCCC;*/
}
.otoportlinkboxspace {
	float: left;
/*	height: 100%;*/
	width:3px;
}
.otoportlinkbox {
	float: left;
	/*height: 100%;*/
	width:199px;
	/*	background-color:#CCCCCC; */
	text-align:center;
}
#MainContent {
	width:100%;
/*	height: 100%;*/
	margin-bottom:20px;
}
#LinksContent {
	width:100%;
	/*height: 100%;*/
	margin-bottom:20px;
}
.Otopoints {
	list-style:square;
}
