

html {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
	background: #404A71;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

TABLE.posTable {
	height: 100%;
	width: 100%;
	table-layout:fixed;
	
}

TABLE.posTable td {
	vertical-align: center;
}

div.level0 {
	margin:auto;
	width: 780px;
	height: 450px;
}

div.design-left {
	width: 235px;
	height: 450px;
}

div.design-right {
	width: 545px;
	height: 450px;
	float: right;
}

div.design-right div.first-menu {
	background-color: #ffffff;
	width: 545px;
	height: 30px;
	margin: 0px;
 	padding: 0px;
	float: left;
}

div.design-right div.first-menu div.top-right-spacer {
	float: left; 
	margin: 0px;
	padding: 0px;
	background-color: white; 
	border: 0px solid white; 
	border-bottom-width: 1px; 
	width:142px;
}

div.design-right div.first-menu img.top-left-spacer {
	float: left;  
	border: 0px solid #404A71; 
	border-bottom-width: 1px;
	margin-left: 0px;
	background-color:#404a71;
}


/* T O P  F I R S T  M E N U */
div.design-right div.first-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #e3e4ea;
}

div.design-right div.first-menu ul li {
	height: 29px;
	line-height: 29px;
	float: left; 
	padding-right: 19px;
	background-color: #E3E4EA;
	border: 0px solid #404A71;
	border-bottom-width: 1px;
}

div.design-right div.first-menu ul li img {
	margin: 0px;
	padding: 0px;
}

/* T O P  S E C O N D  M E N U */
div.design-right div.content ul.second-menu {
	list-style: none;
	margin:0px;
	padding:0px;
	margin-left:14px;
	margin-top:10px;
}

div.design-right div.content ul.second-menu li {
	float: left;
	margin:0px;
	padding: 0px;
	padding-right: 20px;
	font-size: 8pt;
}



/* B O T T O M  M E N U */
div.design-right div.bottom-menu {
	float:left;
	width: 545px;
}

div.design-right div.bottom-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px solid #404A71;
	border-top-width: 1px;
}

div.design-right div.bottom-menu ul li {
	float: left;
	width: 65px;
	height: 16px;
	text-align: center;
	background-color: #E3E4EA;
}

/* C O N T E N T  F I E L D */
div.design-right div.content {
	height: 400px;
	clear: both;
	background-color: #FFFFFF;
	overflow: auto;
}

ul.plain {
	list-style-type: none;
}
