body {
	background-color: #646464; /*#dfe5e9;*/
margin:1px;
}

/*
article {
font-family: 'Questrial', sans-serif; 
}
*/
article {
font-family: Garamon;
font-size: 12px;
}
i {
	font-size: 12px;
}

section {
	padding-top: 2px;
}

section#bubble1 {
	background-color: #3787a2;
	border: 1px solid black;
	border-radius: 20px;
	cursor: grab;
	opacity: 0.7;
	padding: 5px 15px;
	position: absolute;
}
section#bubble1 h3 {
	background-color: #ced8f6;
	border: 1px solid black;
	border-radius: 15px;
	font-size:18px;
	margin-top:-20px;
	padding: 3px 10px;
/*	width: auto;*/
}

section#bubble {
	background-color: #3787b7;
	border: 1px solid black;
	border-radius: 20px;
	opacity: 0.7;
	padding: 5px 15px;
	position: absolute;
}
section#bubble h3 {
	background-color: #ced8f6;
	border: 1px solid black;
	border-radius: 15px;
	font-size:18px;
	margin-top:-20px;
	padding: 3px 10px;
/*	width: auto;*/
}

section#submenuRight {
	background-color: #cacaFa;
	border: 1px solid #212155;
	border-radius: 6px;
	float: right;
	font-size: 13px;
	height: 250px;
	margin-left: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 4px;
	width: 190px;
}
section#submenuRight h4 {
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 0px;
}
section#submenuRight ul {
	list-style-type: none;
	margin: 0;
	padding-left: 6px;
	padding-top : 0px;
}
section#submenuRight a {
	color: #434398;
	text-decoration: none;
}
section#submenuRight a:hover {
	color: #7373ca;
}

table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #221122;
}

footer {
	background-color: #ced8f6;
	font-size:10px;
	margin-top: 10px;
	padding: 10px 15px;
	text-align: center;
	width: auto;
}
header {
	background-color: #6e89ae;
	text-align: center;
	width: auto;
}
header #title {
	background-color: #7dbce2;
	color:#09334b;
	font-size: 16px;
	padding-bottom: 8px;
	padding-top: 14px;
}
header #title a {
	background-color: #ced8f6;
	border: 1px solid #07244c;
	border-radius: 5px;
	padding: 5px;
	float: right;
	text-decoration: none;
	width: 150px;
}
header #title a:hover {
	background-color: #7dbce2;
	color: #d9effc;
}

#code {
	background-color : #a2a1a8;
	border-left: 2px solid #494949;
	border-radius: 2px;
	font-family: Console, sans-serif; /*Symbol, monospace; /*sans-serif;*/
	font-size: 12px;
	padding : 5px;
}
#headerSubmenu {
	background-color: #7598bd;
	border-radius:5px;
	padding: 0px;
	text-align:center;
	width:400px;
}
h1 {
	border-bottom: 3px solid #a9bcf5;
	color: #0e3d7f;
	text-align: left;
}

h2 {
	color: #54629f;
	font-size:24px;
}
h3 {
	border-bottom: 1px solid #112211;
	font-size:18px;
}
h4 {
	font-size:16px;
	padding-left: 8px;
}

#delirium {
	color: #992124;
	font-size: 16px;
	font-weight: bold;
	margin-top: -60px;
	margin-left: 180px;
}

#title {
	color: #a9bcf5;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}
ul#menu {
	border-bottom: 2px solid #1e89c8;
	border-top: 1px solid #1e89c8;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: -28px;
	margin-top: 0;
	padding-top: 0px;
	text-align: center;
	width: auto;
}
ul#menu li {
	border-right: 1px dotted #e5e9f8;
	display: inline;
/*	padding: 10px 0px; 
	padding-top: 10px;
	padding-bottom: 15px; */
	}
ul#menu a {
	color: #e9f3d0;
	display: inline-block;
/*	padding: 10px 10px; */
	padding-bottom: 14px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 11px;
	text-decoration: none;
}
ul#menu a:hover {
	background-color: #7dbce2;
	color: #d9effc;
}
#select {
	background-color: #b9d7ea; /*#abcdee;*/
	border-radius: 5px 5px 4px 4px;
	padding-bottom: 27px;
	padding-top: 8px;
}
ul#menu li#select a {
	color: black;
}
ul#menu li#select a:hover {
	background-color: transparent;
}

ul#submenu {
	list-style-type: none;
	margin:0;
	padding-top:0;
	text-align: center;
	width:auto;
}
ul#submenu li{
	border-right: 1px dotted #e5e9f8;
	display: inline;
}
ul#submenu a{
	color: #e9f3d0;
	display: inline-block;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	text-decoration:none;
}
ul#submenu a:hover {
	background-color: #7dbce2;
	color: #d9effc;
}


#contact {
	background-color: #b9d7ea;
	border: 1px solid #112211;
	border-radius: 5px 5px 0 0;
	font-size: 12px;
	float: right;
	margin-right: 10px;
	margin-top: -40px;
	padding: 4px;
}
#contact a {
	text-decoration:none;
}
#contact a:hover {
	color: #bbAAbb;
}
#content {
	background-color: #b9d7ea;
	border-radius: 10px;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	padding: 10px 20px;
	width: 900px;
}
#content li {
	padding: 5px 0px;
}
