* {
	font-family: sans-serif;
}

#header {
	margin-left: 10px;
	margin-right: 10px;
}

#logo-gch {
	/*
	position: absolute;
	top: 50px;
	padding-left: 18px;
	*/
	position: absolute;
	top: 50px;
	left: 18px;
	width: 19%;
	text-align: center;
}

#scrollbar {
	margin-top: 20px;
	margin-left: 23%;
	width: 54%;
	overflow: hidden;
	font-weight: bold;
}

#title-link {
	/*position:relative;
	top:0px;*/
	text-align:center;
	font-size: x-small;
}

#title-link a {
	padding-left: 5px;
	padding-right: 5px;
}

#title-link a:hover {
	text-decoration: none;
	background-color: #f70;
	color: #F0E68C
}

#left-sidebar {
	position: relative;
  float: left;
  width: 19%;
	left: 10px;
	top: 30px;
}

#left-sidebar ul {
	margin-right: 4%;
  margin-left: 4%;
  padding:0px;
}

#left-sidebar li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

#right-sidebar {
	position: relative;
	float: right;
	width: 19%;
	right:10px;
	top: 30px;  
}

#right-sidebar ul {
	margin-right: 4%;
  margin-left: 4%;
  padding:0px;
}

#right-sidebar li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

#content {
	border:1px dashed #000000;
	font-size: small;
	background-color: white;
	padding: 10px;
	margin-right: 23%;
	margin-left: 23%;
	position: relative;
	top: 30px;
	background-color: white;
	text-align: justify;
	min-height: 400px;
}

#footer {
	text-align: right;
	font-size: x-small;
  line-height: 15px;
  text-align: right;
  padding: 20px;
  margin-bottom: 5px;
	margin-top: 50px;
  border-top: 2px dashed #000000;
}

body {
	background-color: #F0E68C;
}

h1 {
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
	letter-spacing: 5px;
}

a {
	color: #0033FF; /*#f70;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color : #DD6900;
}

img:hover {
	text-decoration: none;
}

table {
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

input,select,textarea {
	width: 90%;
	border-width:1px;
	border-color: black;
	background-color: #FFFFCC;
}

th,td {
	vertical-align: top;
}

div.box {
	border: 1px dashed #000000;
	background-color: white;
	padding: 5px;
	font-size: small;
	margin-bottom: 30px;
}

div.news {
	margin-right: 4%;
  margin-left: 4%;
  padding:0px;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.sectionTitle {
	font-weight: bold;
	width: inherit;
	width: auto;
}

div.sectionContent {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  /*padding-left: 5px;*/
  text-align: justify;
  width: auto;
}

div.h3 {
	font-family: 'Trebuchet MS';
	padding: 0px;
	margin:0px;
	border-bottom: 1px solid gray;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: larger;
}

div.overflow {
	width: 93%;
	height: 200px;
	overflow: auto;
	border: 1px dashed #000000;
	background-color: #FFFFCC;
	padding:10px;
}

div.code {
	font-family: monospace;
	margin: 10px;
	padding: 5px;
	background-color: silver;
	border-color: gray;
	border-width: 1px;
	border-style: dashed;
	text-align: left;
}

img.logo {
	height: 40px;
	width:40px;
	vertical-align: middle;
}

img.icon {
	vertical-align: middle;
}

img.center {
	text-align: center;
	/*clear: both;*/
	border: 0px;
	display: block;
	margin: 0px auto;
}

hr.hide {
	visibility: hidden;
	clear: both;
}

.error {
	color: red;
}