body, html
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: "arial", sans-serif !important;
	font-size:14px;
	text-align: center;
	background-color: #ffffff;
  color: #000000; 
}
 
.reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both; 
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.fl
{
 float:right;
}

.clr
{
  color: #0083bb;
}
 
p, img, table, tr, th, td, h1, h2, h3, h4, h5, ul, li
{
	border:  0px none;
	margin:  0px;
	padding: px;
}

h2,h3
{
    padding:30px;  
}


body
{
  padding: 0 0 10% 0;
    background-image: url(img/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

a
{
  color: blue;
  text-decoration: none;
}

a:hover
{
  color: Gray;
  text-decoration: underline;
}

#header
{
  margin: auto;
  width: 980px;
  height: 300px;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
  
}

#header1
{
  margin: auto;
  width: 980px;
  height: 300px;
  background-image: url(img/header1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
  
}



#footer
{
  margin: auto;
  width: 80px;
  height: 100px;
  background-image: url(img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  border: 1px solid #ffffff;
}

#footer p
{
  margin: 50px 0 0 0;
  line-height: 20px;
  color: #7e7e7e;
}

#footer a
{
  color: #7e7e7e;
}

#right
{
  color: #4f4f4f;
  width: 270px;
  margin: 0 0 0 10px;
  text-align: left;
  padding: 25px 0 0 0;
   
}

#right h3
{
   background-color: #0083bb;
   padding: 5px 0 5px 5px;
   font-size: 15px;
   color: #ffffff;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

#right ul
{
  margin: 10px 0 20px 0;
}

#right ul li
{
  margin: 5px 0 0 30px;
  list-style-image: url(img/arrow.gif);
    color:Black;
}

#right ul a
{

    color:Black;
}

#main
{
   margin: auto;
  width: 980px;

  
}
#content
{
  width: 680px;
  text-align: justify;
  color: #4f4f4f;
 

 
}


#content h1
{
  margin: 30px 0 10px 0;
  font-size: 25px;
  font-weight: normal;
}

#content h2
{
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}

#content p
{
   text-align: justify;
  margin: 10px 0 10px 5px;
  line-height: 20px;
  padding:5px 0 0 30px;
}

#content img.fl
{
  margin: 0 10px 5px 0;
}

#content ul
{
  margin: 0 0 10px 40px;
}

#content ul li
{
  margin: 7px;
}

#name
{
  width: 380px;
  height: 269px;
  text-align: center;
  border-top: 1px solid #ffffff;
  font-family: Times New Roman;
  
}

table, td, th
{
border:1px solid Gray;
}
th
{
background-color:Gray;
color:white;
}
td
{
padding:5px;
}

#slide
{
 margin-left: 50px;
}
#name strong 
{
  font-size: 20px;
  margin: 120px;
  display: block;
    width: 149px;
    height: 25px;
}
#logo
{
  width: 280px;
  height: 70px;
  margin-top: 100px;
  margin-left: 0px;
   
}
#menu
{
  width: 550px;
  height: 68px;
  margin-top: 270px;
   
}

#menu ul li
{
  list-style-type: none;
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;



ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
	
	blink{
		width:300px;
		height: 10px;
	    background-color: Aqua;
		padding: 30px;	
		text-align: center;
		line-height: 50px;
	}
	span{
		font-size: 12px;
		font-weight:bold;
		
		color: Maroon;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

@media only screen and (max-width:850px)
      