body {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #D0E0FF;
	color: black;
}


.imageleft {
   margin-top: 5px;
   margin-bottom: 5px;
	 margin-left: 20px;
	 margin-right: 20px;
	 float: left;
}

.imageright {
   margin-top: 5px;
   margin-bottom: 5px;
	 margin-left: 20px;
	 margin-right: 20px;
	 float: right;
}

p {
  margin: 20px;
//	color: black;
}

a {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:onhover {
	text-decoration: none;
	color: blue;
}


#navbar {
	position: relative;
//	top: 20px;
//	left: 2em;
	z-index: 9;
}

#navbar, #navbar ul {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar a:link {
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	color: black;
}

#navbar a {
	display: block;
	width: 11em;
	color: black;
}

#navbar a:hover {
	text-decoration: underline
	color: blue;
}

#navbar, #navbar ul {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar li {
	float: left;
	width: 11em;
	text-align: left;
}

#navbar li:hover {
	text-decoration: underline
	color: blue;
}

#navbar li ul {
	display: none
}
#navbar li:hover ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	background: #8080A0;
	color: white;
	width: 11em;
	text-decoration: underline
	color: blue;

}
#navbar li ul li {
	float: none;
	width: auto;
	position: relative;
	padding-top: 3px;
	font-size: 85%;
}

#navbar li:hover ul li {
	border: none;
//	padding: 2px;
//	background: #808080;
}


table {
  margin : auto;
  margin-top: 10px;
  margin-bottom: 10px;
	color: #412700;
}

.thumb {
  height : 200px;
}  
  
.fullsize {
  width:100%;
}  
  
td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.trtitle {
  background:#FfBfff;
  }

.trcurr {
  background:#FFBFBF;
  }  

.trhead {
  background:#7FFFFF;
  }  
  
.trodd {
  background:#DFFFFF;
  }  

.treven {
  background:#BFffff;
  }  

div {
	top: 20px;
	left: 5em;
}

#wrap {
	width: 100%;
}


#logo a {
  float: right;
}


a {text-decoration: none;
   font-weight: bold;
   color: 0x202020;}

@media screen and (max-width: 600px) {

.smallscr {
  display : initial;
}

.bigscr {
  display : none;
}


#sidebar {
  display : none;
}

}

@media screen and (min-width: 600px) {

#afterbar {
  display : none;
}

.smallscr {
  display : none;
}

.bigscr {
  display : initial;
}

#sidebar {
  display : initial;
  float: left;
	width: 24%;
}

.indent {
  margin-left: 1em;
}

#sidebar p {
  margin: 5px;
  font-size: 70%;
	color: #000000;
}


#bullets {
  display: initial;
}


#intro {
  border-left-style:solid;
  border-width: 3px;
  border-color:#E0C0C0;
  margin-left: 25%; 
  width: 75%; 
  }

  
#footer {
 clear: both;
 }  

#footer td {
width:10em; 
font-size: 80%;
color: 0x8080F0;

} 
  
#bullets {
  margin: 3px;
  } 
   
h1 {
  margin: 0 px;
  font-size: 140%;
}
h2 {
  font-size: 120%;
}

hr {
	size: 0.3em;
	color: #744a00;
}


#shortcut p {
  margin: 5px;
  font-size: 70%;
	color: #000000;
}

#bullets ul {
  margin-top: 5px;
  font-weight: bold;
	color: #FF0000;
}


icon {
  background: #3bc740;
  background-image: -webkit-linear-gradient(top, #3bc740, #118f11);
  background-image: -moz-linear-gradient(top, #3bc740, #118f11);
  background-image: -ms-linear-gradient(top, #3bc740, #118f11);
  background-image: -o-linear-gradient(top, #3bc740, #118f11);
  background-image: linear-gradient(to bottom, #3bc740, #118f11);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 3px #666666;
  -moz-box-shadow: 1px 2px 3px #666666;
  box-shadow: 1px 2px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

icon:hover {
  background: #1ef52c;
  background-image: -webkit-linear-gradient(top, #1ef52c, #3cd934);
  background-image: -moz-linear-gradient(top, #1ef52c, #3cd934);
  background-image: -ms-linear-gradient(top, #1ef52c, #3cd934);
  background-image: -o-linear-gradient(top, #1ef52c, #3cd934);
  background-image: linear-gradient(to bottom, #1ef52c, #3cd934);
  text-decoration: none;
}


}
/* CSS Document */