/* CSS Framework by Erlang, 2009 */
/* General Cleaning */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	}
html, body {
	height:100%;
	}
input {
	padding:2px 4px;
	}
body, p, div, table, td, th, input, option, select, button, li, a {
	font-size:9pt;
	}
body {
	background-color:#fff;
	}
table, img {
	border:0;
	}
table {
	border-collapse:collapse;
	}
table td {
	padding:0px;
	vertical-align:top;
	}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
a, a:link, a:visited, a:active {
	color:#00f;
	}
a:hover {
	color:#f00;
	}
:focus {
	outline:none;
	}
label {
	cursor:pointer;
	}
ul, ol {
	padding:2px 0;
	}
li{
	line-height:1.5;
	margin-left:17px;
}
/* Special Elements */
body{
	background-color: #FFF791;
	font-size:24pt;
	font-weight: bold;
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	color: #201B45;
}
/* Lines */
#top{
	position:absolute;
	top:0px;
	left:-1px;
	height:90px;
	width:100%;
	padding:0;
	margin:0;
	z-index:1;
}
#middle{
	position:absolute;
	top:91px;
	left:0px;
	height:700px;
	width:100%;
	padding:0;
	margin:0;
	z-index: 1;
}
#bottom{
	position:absolute;
	top:792px;
	left:-1px;
	height:20px;
	width:100%;
	padding:0;
	margin:0;
	z-index: 1;
	font:12pt;
}	
/* Visual */
#leftcontent{
	position:absolute;
	top:100px;
	left:0px;
	padding:5px;
	margin:0;
	width:340px;
	height:300px;
	float: left;
	z-index: 2;
	/*border:white solid thin;*/
}
#rightcontent{
	position:absolute;
	top:0px;
	left:1137px;
	padding:0;
	margin:0;
	width:26px;
	height:100%;
	float: left;
	z-index: 2;
	/*border:white solid thin;*/
}
#centercontent{
	position:absolute;
	top:0px;
	left:355px;
	padding:0;
	margin:0;
	width:900px;
	height:100%;
	float: left;
	z-index: 3;
	/*border:white solid thin;*/
}
#logo{
	text-align:center;
	z-index:3;
	/*width:778px;*/
	/*height:90px;*/
	position:absolute;
	top:5px;
	left:250px;
}
.viz{
	text-align:center;
	z-index:3;
	/*width:778px;*/
	/*height:90px;*/
	position:absolute;
	top:50px;
	left:50px;
}
.table1{
	width: 100%;
	height: 100%;
}
.menu{
	color: #537277;
	font: bold 13pt Verdana Geneva Arial Helvetica sans-serif;
}
.sss{
	background-color: #FFCC66;
	width: 120px;
	height: 40px;
}
#but2{
	position: relative;
	top:10px;
	left:300px;
	background-color: #D3C943;
	color:black;
	text-align:center;
	border:1px solid black;
	width:100px;
	height:20px;
	margin:5px;
	cursor:pointer;
}
.button{
	background-image: url(button11.gif);
	height: 100px;
	width: 300px;
	background-repeat: no-repeat;
	color: #B06A00;
	vertical-align: 20%;
	font: bold 14pt Verdana Geneva Arial Helvetica sans-serif;
	cursor: pointer;
}
.textbut{
	position: relative;
	top: 20px;
	left: 25px;
	font: small-caps bold 30pt Verdana Geneva Arial Helvetica sans-serif;
	color: #EF7816;
}
.side{
	background-color: #EEE8A1;
	border: 0px;
	border-right-color: #DEDAB2;
	border-right-style: solid;
	border-right-width: thin;
	border-spacing: 2px;
	border-bottom-color: #DEDAB2;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.centera{
	background-color: #fff791;
	border: 3px solid #EEE8A1;
	border-top-color: #FFFEF7;
	border-top-style: solid;
	border-top-width: thin;
	border-left-color: #FFFEF7;
	border-left-style: solid;
	border-left-width: thin;
	font-size:24pt;
	font-weight: bold;
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	color: #201B45;
}