

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
position: absolute;
  width: 90%;
  border: 0px  ;
  padding: 0px;
    margin-left: 5%;
  margin-right: 5%;
  

  
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text3 {
font-size: 40px; 
}

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

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

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: grey;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;

  padding: 0px 0px;
  color: white;
}

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

/* Six columns side by side */
.column {
  float: left;
  width: 5%;
}

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

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


body

{
	background-color:#ffffff;
	font-size:10px;
	font-family:Verdana;
	color:#000000;




}


a


{	
	color:#888888;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana;
	border:0px;


}

a:hover 

{
	text-decoration: none;
	color: #0099cc;
}


.lhs_nav

{
top:0px;
position:absolute;
padding-left: 25px;

}

.lhs

{

padding-left: 50px;
padding-top: 80px;
padding-bottom: 0px;
padding-right: 0px;

}


.contain

{
	
width: 985px;



}

.rhs

{
float:right;
margin-top: 10px;
width: 770px;

}

.textcontain {
margin: auto;
  width: 60%;
  text-align:center;
  padding: 10px;
   
}

#text2
{
	color:#000000;
	font-size:10px;
	font-family:Verdana;
	z-index:1;
    text-align: center;
}

#text14
{
	color:#000000;
	font-size:24px;
	font-family:Verdana;
	
    text-align: center;
}


#text4
{
	color:#0099cc;
	font-size:12px;
	font-family:Verdana;
	z-index:1;
}


#textcv
{
	color:#4c4c4c;
	font-size:10px;
	font-family:Verdana, Arial;
	z-index:1;
	line-height:200%;
}


#textcv2
{
	color:#0f0f0f;
	font-size:10px;
	font-family:Verdana, Arial;
	z-index:1;
	line-height:200%;
}


#linklist a

{
	font-size:24px;

}
