body {
	background-color: #D1CBCD;
	
	/* disable cleartype */
	filter:alpha(opacity=100);
	opacity:1.0;
	
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	
	margin-top: 40px;
}


iframe {
	border-width: 0px;
	padding: 0px;
}

div#banner_top {
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	height: 20px;
	width: 100%;
	
	background-color: #08114A;
}


div#banner_bottom1 {
	position: absolute;
	
	left: 0px;
	bottom: 20px;
	
	height: 10px;
	width: 100%;
	
	background-color: #5279A9;
}


div#banner_bottom2 {
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	
	height: 20px;
	width: 100%;
	
	background-color: #08114A;
}

div#body {
	width: 904px;
	padding: 0px;
	padding-left: 15px;
	
	background-color: #D1CBCD;
}

div#controlpane {
	float: left;
	border-style: solid;
	border-color: #5279A9;
	border-width: 1px;
	
	display: block;

	width: 640px;
	height: 480px;
}


div#logo {
	position: absolute;
		
	left: 680px;
	top: 450px;
		
	height: 100px;
	width: 220px;
	
}

div#controllayer {
	width: 64px;
	height: 480px;
}

div#appinfo {
	font-size: 11px;
	float: left;
	width: 220px;
	
	padding-left: 20px;
}

div#appinfo p, div#appinfo li {
	margin-bottom: 8px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 18px;
	
	margin-top: 2px;
	margin-bottom: 20px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 15px;
	
	margin-top: 15px;
	margin-bottom: 15px;
}

li {
	list-style-type: decimal;
	margin-left: 23px;
}

a:link, a:visited, a:active, a:hover { 
	color: #6ea4d3;
	font-weight: bold;
}

p#notcompatible {
	font-size: 10px;
	/*margin-top: 125px;*/
}

img#border_bottom {
	 margin-right: -18px;
}
