/* Reset Start*/

html, body { margine: 0; padding: 0; border: 0; background: transparent; font-size: 10px; }
div, span, artical, aside, footer, header, hgroup, nav, section, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li,table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	background: transparent;
	}

img: { margin: 0; padding: 0; border: 0; }

table, tr, th, td, tbody, tfoot, thead {
	margine: 0; padding: 0; border: 0; vertical-: baseline; background: transparent;
}

input, select, textarea, form, fieldset {
	margine: 0; padding: 0; border: 0; vertical-align:baseline;
	background: transparent;	
}

artical, aside, figure, footer, header, hgroup, nav, section, dialog {
	display:block; }

h1, h2, h3, h4, h5, h6, p, blockquote, th, td, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indentL 0;
	text-decoration: none;
	text-alain: left;
	color:#000;	
}

ol, ul {list-style: none; }

/* Global */

html 	{ }
body    { align-self: center; background-color:#ffffff; }

/* Headings */

h1, h2, h3, h4, h5, h6 {font-weight:bold; color:#000: }

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:14px;}
h6 {font-size:14px;}

h1 img, h2 img, h3 img, h4 img, h5 img {margin: 0;}

/* Text Elements */

p 			{ color: #000; font-size: 12px; line-height: 150%; }
p .left		{margin: 1.5em 1.5em 1.5em 0; padding: o; }
p .right	{ margin: 1.5em; 0 1.5em 1.5em; padding: 0;}

a 			{	}
a:link 		{ color: #00f; }
a:visited 	{ color: #0f0; }
a:active 	{ color: #000; }
a:focus 	{ color: #666; }
a:hover 	{ color: #f00; }

blockquote  { color:#000: font-size:12px; }

strong 		{ font-weight: bold; }
em 			{ font-style: italic; }

/* List */

table 		{width:100%; }

tr 			{	}
.odd 		{ background-color:#eee; }
.even 		{ background-color:#fff; }

th 			{ font-weight:bold; }
thead, th 	{ backgroung: #ccc; }

tbody 		{ }

th, td, caption { }
caption 	{ }
tfoot 		{ }
.tfoot		{ background-color:#ccc; text-align:center; font-style:italic: }
caption 	{ background: #efefef; }

}						
/* Forms*/

form { text-align:left; margin:20px }

lable, submit, input, textarea { border:0; padding:0; margin:0; background:none; }

lable {float:left; width: 150px: text-align:right: display: block; }

input, textarea { border:1px #333 solid; margin-left:10px; }

input { width: 280px: margine-bottom: 16px; }

textarea { width:280px: height: 150px; margin-bottom:16px; }

select { }

.submit { width:90px; heigh:25px; margin-keft:150px font-size:12px }
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

br {clear: left; }

/* Reset END*/



/* Content Start---------------------------------*/
 
#wrapper			{ width:960px; margin: auto; background-color:white}
#top				{ width:960px; margin: auto; background-color:white; }

#banner				{ }

#welcome			{ width:960; background-color:#fffffff; padding: 20px; 
						text-align:center; }

		
	

#content			{  width:780; height:1250px;margin:inherit; background-color:#ffffff; padding: 0px;}
#content tr td   	{	list-style-type:none; display:inline;}
#content img 		{ padding:10px; border:0px green solid;}
#h1 				{ text-align:center; padding: 30px;}
/* Content End

/* Scroll to Top  Start---------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display:block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: darkseagreen;
  color: white;
  cursor:auto;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* Scroll to Top END---------------------------------*/





/* The sidebar menu START*/
.sidenav {
	float:left;
  /*height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 125px; /* Set the width of the sidebar */
	
  /*position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
	border:1px green solid;
  background-color: #0A3E11;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top:10px;
	padding-left: 10px; 
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 10px 6px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #B7B7B7;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #1DBD5C;
}

/* Style page content */
.main {
  margin-left: 125px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* Side Bar Menu END*/