body {
margin-top : 20px;
margin-left : 0;
margin-right : 0;
margin-bottom : 20px;
background-color : #fff;
background-image : url(images/back.jpg);
background-repeat : no-repeat;
background-position : 0%0%;
font-stretch: normal;
font-size-adjust: none;
line-height: normal;
font-weight: normal;
font-style: normal;
font-size: 76%;
font-variant: normal;
color: #303030;
font-family : verdana, "trebuchet ms", arial, helvetica, georgia, "times new roman", sans-serif;
}
a {
  text-decoration: none;
  color: #ffffff;  font-weight: bold; font-size: 15px;
}
a:hover {
  text-decoration: underline;
}
#toptabs {
  margin: 10px auto -13px;
  font-size: 0.8em;
  width: 760px;
}
#toptabs p {
  text-align: right;
  color: #808080;
}
.toptab {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 0 4px;
  padding: 3px 5px;
  background: #f0f0f0 url(images/corner2.gif) no-repeat scroll right top;
  text-decoration: none;
  color: #808080;
}
.toptab:hover {
  border-bottom: 1px solid #eaeaea;
  background: #fafafa url(images/corner2.gif) no-repeat scroll right top;
  color: #505050;
  text-decoration: none;
}
.activetoptab {
  border-bottom: 1px solid #ffffff;
  margin: 0 0 0 4px;
  padding: 3px 5px;
  background: #ffffff url(images/corner2.gif) no-repeat scroll right top;
  color: #505050;
  text-decoration: none;
}
.activetoptab:hover {
  text-decoration: none;
}
#container {
  margin: 0 auto 15px;
  padding: 5px 20px 20px;
  border-radius:30px 30px 30px 30px;
 /* background-color: #c5d7e3;
  background-repeat: repeat; */
  background: linear-gradient( 270deg, white 0%, #305e78 100%); 
 
 /* background-attachment: scroll; */
  background-position: 0% 50%;
  width: 730px;
  
  box-shadow: 0px 0px 10px grey;
}
#logo {
  margin: 15px 0 0;
  }
#logo h1 a {
  color: #9797fe;
}
#logo h1 a:hover {
  text-decoration: none;
}
#navitabs {
  clear: both;
}
.navitab {
  border-left: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  margin: 0 0 4px;
  padding: 4px 8px;
  background: linear-gradient( 0deg, white 0%, #989898 100%);
/*  background: #3152f8; */
  border-radius:8px 8px 8px 8px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #3152f8
}
.navitab:hover {
  background: #3152f8;
  text-decoration: none;
  border-radius:8px 8px 8px 8px;
  color: #ffffff
}
.activenavitab {
  margin: 0 0 5px;
  padding: 4px 8px 5px;
  background: #505050;
  border-radius:8px 8px 8px 8px;
  color: #ffffff;
  text-decoration: none;
}
.activenavitab:hover {
  text-decoration: none;
}
#desc {
  margin: 5px 0 0;
  padding: 0;
  background: #505050 url(images/front.jpg) no-repeat scroll left top;
  height: 200px;
  color: #ffffff;
  clear: both;
}
#desc p {
  padding: 0 0 0 15px;
  width: 290px;
  font-size: 1em;
  line-height: 1.3em;
}
#desc h2 {
  padding: 15px 15px 0;
  color: #ffffff;
}
#desc a {
  color: #ffffff;
  text-decoration: underline;
}
#main {
  padding: 0 15px 15px 15px;
  
  width: 700px;
  float: left;
  border-radius:30px 30px 30px 30px;
 /* background-color: #c5d7e3; */
  background: linear-gradient( 90deg, white 0%, #305e78 100%);
  
}
.block {
  padding: 15px;
  background: #f0f0f0 none repeat scroll 0% 50%;
  border-radius:10px 15px 10px 30px;
}
#sidebar {
  width: 140px;
  float: right;
}
#sidebar p {
  margin: 0 0 12px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.sidelink {
  margin: 5px 10px 5px 0;
  padding: 3px 4px 3px 8px;
  background: linear-gradient( 0deg, white 0%, #989898 100%);
 /* background: #3152f8;  */
  border-radius:8px 8px 8px 8px;
  text-align: left;
  display: block;
  width: 130px;
   color: #000099
}
.sidelink:hover {
 background: #3152f8;
  text-decoration: none;
  border-radius:8px 8px 8px 8px;
  color: #ffffff
}
#footer {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px 0;
  background: #3152f8 none repeat scroll 0% 50%;
  clear: both;
  color: #000099;
  font-size: 0.9em;
  text-align: center;
  border-radius:8px 8px 8px 8px;
}
#footer a {
  color: #808080;
}
h1 {
  margin: 0 0 20px;
  font-size: 2.1em;
  font-weight: normal;
}
h2 {
  margin: 0 0 20px;
  font-size: 1.6em;
  font-weight: normal;
}
h3 {
  margin: 20px 0 10px;
  font-size: 1.4em;
  font-weight: normal;
}
p {
  margin: 0 0 15px;
  line-height: 1.5em;
  text-align: left;
}
.right {
  text-align: right;
}
a img {
  border:  none;
}
.photo {
  margin: 0 auto 15px;
  padding: 5px;
  display: block;
  background-color: #f0f0f0;
}
.hide {
  display: none;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 15%;
	background: #fff; 
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Infobox-Styling */
#infobox {
	  border-top: 1px solid #d0d0d0;
	  border-bottom: 1px solid #d0d0d0;
	  padding: 8px 0;
	  background: #3152f8 none repeat scroll 0% 50%;
	  clear: both;
	  color: #cffaf8;
	  font-size: 20px;
	  text-align: center;
	  border-radius:8px 8px 8px 8px;
	  margin: auto
	 
}
  
#text{
  position: absolute;
  top: 10%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
} 
		 
		 
  #table
  table.separate {  padding: 20px; border-radius: 10px; margin: 10px; border-spacing: 0; border-collapse: separate; }

table.separate td, table.separate th {  padding: 5px 12px; border-bottom: 1px solid green; border-right: 1px solid blue; }
table.separate th { background: blue; color: white; }

table.separate tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}

table.separate tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}

table.separate tr th:first-child,
table.separate tr td:first-child {
   border-left: 1px solid blue;
}

table.separate tr:first-child th,
table.separate tr:first-child td {
   border-top: 1px solid blue;
}

table.separate tr:first-child th:first-child,
table.separate tr:first-child td:first-child {
    border-top-left-radius:10px
}

table.separate tr:first-child th:last-child,
table.separate tr:first-child td:last-child {
    border-top-right-radius:10px
}
  
