@charset "utf-8";
body {
  font-family: Arial;
  margin: 0;
	background-color: #35434F;
/*	margin: 0;
	padding: 0;*/
	color: #FFF;
}

hr { 
	margin-top: 0px;
 	margin-bottom: 0px;
  	margin-left: auto;
  	margin-right: auto;
  	background-color:#FFB399;
	height:0.5px;
		padding: 1px ;
} 

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
/* border: 5px solid #fff
  display: block;
  margin-left: auto;
  margin-right: auto; */ 
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */ 
.column {
  float: right;
  width: 16.66%; 
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.main-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
}

.main-nav ul {
	float: left;	
}

.main-nav li a {
	display: block;
	color: #72b8ff;	
	text-align: center;
	padding: 3px 10px 1px 18px;
	text-decoration: none;
}

.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
}

.footer-nav ul {
	float: left;	
}

.footer-nav li a {
	display: block;
	color: #72b8ff;	
	text-align: center;
	padding: 2px 12px;
	text-decoration: none;
}

ul {
  list-style-type:square;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #35434F;
}
/*    88888888888888888888888 add  888888888888888888 */

.group-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #35434F;
		color: #72b8ff;

}

.group-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 900px;
  background-color: #35434F;
}

.group-nav li a {
	color: #72b8ff;	
	text-align: left; 
	padding: 2px 220px 0px 20px; 
	text-decoration: none;
	display:block;
}


/*    888888888888888888888888stop 888888888888888888 */
li {
  float: left;
}

li a {
  display: block;
  color: #72b8ff;
  text-align: center;
  font-style:italic;
/*	font-size:20px; */
	  padding: 1px 15px; 
}

li a:hover {
  	color: #FFB399;
}

.container {
	width: 900px;
	margin: auto;
	padding: 0px  0px;
 	max-width: 900;
	/* box-sizing: border-box; */
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 700px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #35434F;
	/* margin: 0   the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {
	background-color: #6F7D94;
	width: 900px;
	font-style: italic;
	font-size: 20px;
 	padding: 1px 0px;
	 
}

.navbar {
	background-color: #6F7D94;
	width: 900px;
	font-style: italic;
	font-size: 20px;
 	padding: 1px 0px;
	 
}

.content {
	float: left;
		font-size:20px;
		color: #FFF;
	width: 700px;
	background-color: #35434F;
}
.main { 
   /* display: block; */
    padding: 0px 0px;
	width: 900px;
	margin: 0px;
}

.sidebar1 {
	float: right;
		font-size:14px;
		color: #FFF;
	width: 180px;
	background-color: #35434F;
	padding-bottom: 0px;
}

.sidebar1 img {
	width:78px;
	height: 78px;
}

.preview {
	margin: 0px;
	max-width: 690px;
}

.footer {
	background-color: #35434F;
	 position: fixed;
   left: 0;
   bottom: 0;
	margin-top:780px  
	max-width: 900px;
	font-style: inherit;
	font-size: 14px;
		  padding: 1px 0px;
}
</style>
/* CSS Document */

