* {
	margin:0px;
}	
#sitecontainer{
	border: 0px solid blue;
	margin-right:20px;
	background: white; 
	width:100%;
	max-height: 100%;
	overflow: hidden;
}
body{
	font-family: Arial;
	font-size:18px;
    display: block;
	margin: auto;
	background-color: white;
}
#logo{
	display: block;
	border: 0px solid blue;
	background: none; 
	position: relative;
	text-align: center;
	padding: 0px;
	margin: auto; 
	width: 800px;
	max-width: 100%;
}
.ie7 .topmenubar  ul li, .ie6 .topmenubar ul li{*display: inline;}

.topmenubar ul {
	float: center;
	text-align: center;
    list-style-type: none;
    padding: 0px 0px 5px 0px;
    overflow: hidden;
    background-color: white;
}


@media only screen and (max-width: 500px) {.topmenubar li a, .dropbtn {
	font: bold 12px/12px Arial;
	}}

.topmenubar li {
	/* button position styles */
	display: inline-block;
	/* text styles */
	font: bold 16px/16px Arial;
	color: black;
	text-align: center;
}
.topmenubar li .active{
	background: #00cc58;
	background-image: linear-gradient(#009942,lightgrey);
	border: 1px solid darkgrey;
	border-radius: 5px;
}
.ie7 .topmenubar li a, .dropbtn{
	*display: inline;
}
.topmenubar li a, .dropbtn {
    display: inline-block;
	background: #ffec80; /*for compatibility with older browsers*/
	background-image: linear-gradient(#ffec80,lightgrey);
	border-radius: 5px;
	border: 1px solid darkgrey;
    color: black;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
	z-index:9999
}

.topmenubar li a:hover, .dropdown:hover .dropbtn {
	background: #80dfff; /*for compatibility with older browsers*/
	background-image: linear-gradient(#80dfff,lightgrey);
	border-radius: 5px;
}

.topmenubar li.dropdown {
    display: inline-block;
	z-index:9999
}

.topmenubar .dropdown-content {
    display: none;
    position: absolute;
	background: none;
    min-width: 160px;
	z-index:9999
}
.ie7 .topmenubar .dropdown-content a{
    display: block;
    margin-left:-280px;
	position: relative;
}
.topmenubar .dropdown-content a {
    color: black;
    padding: 2px 10px;
	font: normal 16px/20px Arial;
	text-decoration: none;
    display: block;
    text-align: left;
	z-index:9999
}

.topmenubar .dropdown-content a:hover {
	background-color: #80dfff; /*for compatibility with older browsers*/
	z-index:9999}

.topmenubar .dropdown:hover .dropdown-content {
    display: block;
	z-index:9999
}
#mainbody{
	position: relative;
	max-width: 100%;
	overflow: visible;
	text-align: center;
	margin: auto;
	float: center;
	border: 0px solid green;
	background: none;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: 0px;
	position: fixed;
    text-align: center;
	right: 20px;
	bottom: 20px;
	background: #ffec80;
	background-image: linear-gradient(#ffec80,lightgrey);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	z-index: 99;
}
a.back-to-top:hover{
	background: #80dfff; /*for compatibility with older browsers*/
	background-image: linear-gradient(#80dfff,lightgrey);
}
.back-to-top i {
    color: black;
	font-size: 60px;	
	z-index:999;
}
.ie8 #leftborder, .ie8 #rightborder{display:none;}
.ie7 #leftborder, .ie7 #rightborder{display:none;}
.ie6 #leftborder, .ie6 #rightborder{display:none;}
@media only screen and (max-width: 1080px) {#leftborder, #rightborder{display:none;}}
#leftborder{
	position: fixed;
    background-image: url("../images/background/leftborderbottom.jpg");
    background-repeat: repeat-y;
	float: left;
	width: 130px;
	height: 100vh;
	overflow: visible;
	margin-top: -150px;
}

#rightborder{
	position: fixed;
	right: 0px;
    background-image: url("../images/background/rightborderbottom.jpg");
    background-repeat: repeat-y;
	float: right;
	width: 130px;	
	height: 100vh;
	overflow: visible;
	margin-top: -150px;
}

h1{
	border:0px solid blue; 
	color: black;
	font-size:100%;
	text-align:center;
	font-weight: bold; 
	position: relative; 
	margin: auto; 
	padding: 4px;
}
p{
	border:0px solid black; 
	color: black;
	font-size:90%;
	font-weight: normal; 
	text-align: justify;
	position: relative; 
	margin: auto; 
	padding: 4px;
}

.ie7 #copyright, .ie6 #copyright {
	margin-top: 10px;
}

#copyright{	
	border-bottom: 0px solid black; 
	background: none;
	font-size:10px;
	font-weight: normal; 
	text-align: center;
	position: relative; 
	margin: auto; 
	padding-top: 0px; 
	padding-bottom: 4px; 
	right: 0px; 
	max-width: 100%; 
}

.ie7 #Social{ 
    display: none;
	height: 10px;
}
.ie6 #Social{ 
    display: none;
	height: 10px;
}
#Social {
    display: block;
	float: center;
	max-width: 100%;
	height: auto;
	border-top: 0px solid black;
	background: none; 
	position:relative;
	padding: 0px;
	}	

#Social ul{
    list-style-type: none;
	height: auto;
	float: center; 
	text-align:center;
	border: 0px solid yellow;
	padding: 0px;
	margin: 0px;
    overflow: visible;
}	
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome, if Chrome rule needed */
    #Social ul li .fb-like{
	position: relative; 
	top: -4px; 
    }}
@-moz-document url-prefix() { 
    #Social ul li .fb-like{
	position: relative; 
	top: -4px; 
    }
}	
#Social ul li .fb-like{
	margin-left: -1px;
	}	
	
	@-moz-document url-prefix() { 
  .selector {
     color:lime;
  }
}
	
	
#Social ul li{
	float: center;
	text-align: center;
	font-size: 16px;
	display: inline;	
	padding: 0px;
	height: 20px;
	border: 0px solid yellow;
	}
#Social img{
	border: none;
	padding: 0px;
	}