<style>
body
 {
	 font-family:tahoma,Arial;	 
 }
#logo 
{
    position: absolute;
    left: 80px;
    top: 1px;
    z-index: -1;
	width:110px;
	height:90px;
}
 #header1.header
 {
		position: absolute;
		left: 182px;
		top: 1px;
		z-index: -1;
		width:1100px;
		height:90px;
		background-color:#ffff99;
	
		
		font-family:bookman old style;
		color:#fffff;
		text-align:center;
		padding:2px;
		float:justify;	
		margin:0 auto;
		padding:0px;
		display: flex;
		
		text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
 }
 ul
{
	margin:0px;	
	padding:0px;
}
ul li
{
	background-color:#000000;
	width:107.3px;
	height:30px;
	line-height:30px;
	float:left;
	border:1px solid white;
	text-align:center;
}
ul li a
{
	color:white;
	text-decoration:none;
	display:block;
}
ul li a:hover
{
	background-color:green;
}
ul li ul li
{
	display:none;
}
ul li:hover ul li
{
	display:block;
}
#ul1.mynavul
{
		position: absolute;
		left: 80px;
		top: 90px;
		font-family:bookman old style;
		width:1203px;
		height:30px;
		background:#000000;
	}
	

#leftmenus
{
	position: absolute;
	left: 80px;
	top: 150px;
	width:216px;
	height:2650%;
	background-color:#ffff99;
	padding:0px;
    float:left;

	z-index: -1;

	text-align:left;
	padding:2px;
	float:justify;	
	margin:0 auto;
	padding:0px;
}

#section 
{
	position: absolute;
	left: 299px;
	top: 150px;
	width:983px;
	height:2650%;
	background-color:#ffff99;
	padding:0px;
    float:left;

	z-index: -1;

	text-align:left;
	padding:2px;
	float:justify;	
	margin:0 auto;
	padding:0px;
	font-family:tahoma,Arial;
}

.que
{
	color:red;
	font-size: 18px;
	text-decoration: underline;
}
p
{
	line-height: 25px;
}


	ol.r {list-style-type: none;}



.fa {
  padding: 2px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  height:1px;
  color:gray;
  background-color:black
}  

#rcorners {
  border-radius: 10px;
  border: 2px solid #e68a00;
  padding: 20px; 
  width: 260px;
  height: 50px;  
}

#rcorners2 {
  border-radius: 10px;
  border: 2px solid #e68a00;
  padding: 1px; 
  width: 300px;
  height: 25px;  
}


	</style>