ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  min-width: 600px;
}

body
{
  padding: 20px;
}

#wrapper, #wrapper2{
	width: 60%;
	margin-right: 20%;
	margin-left: auto;
	margin-top: 5%;
	text-align: center;
}
#wrapper2{
	margin-top: 10px;
	width: 100%;
}
#links{
	margin-top: 0;
	font-size: 13px;
	}
#links li
{
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#links li a {
	text-decoration: underline;
	}
input{
	margin-top: 20px;
	margin-right: 15px;
}
#footer, #copyright {
	margin-top: 20px;
	text-align: center;
} 
#footer a{
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}
#left{
	width: 60%;
	float: left;
}
#links2{
	/*margin-top: 20px;*/
	position: absolute;
	width: 9em;
	/*top: 200px;*/
	right: 0;
	top: 15px;
	text-align: left;
}
#links2 li{
	list-style: none;
}
#links2 a{
	text-decoration: underline;
}
#middle{
	width: 38em;
	margin-left: auto;
	margin-right: auto;
}
#search{
	width: 95%;
	position: relative;
	}
#form{
	width: 100%;
	text-align: center;
	min-width: 400px;
}
#img{
	width: 100%;
	text-align: center;
}
#input{
	padding-left: 9em;
	padding-right: 9em;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}
label{
	font-size: 15px;
	width:100%;
}
#label, .form-row{
	width: 100%;
	text-align: center;
}
#homeLink{
color: #0000ff;
border-left:  1px solid #0000ff;
cursor: default;
}
#homeLink hover{
cursor: pointer;
}

/**
* privacy policy
*/
#privacy{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font-size: 13px;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 15px;
}
#privacy p{
	line-height: 150%;
	margin-top: 10px;
	text-align: justify;
	}
#backLink{
	text-align: center;
	margin-top: 20px;
	}
#languages{
	position: relative;
	width: 20%;
	left: 80%;
}
#languages li {
	display: inline;
	border-right: 1px solid #0000ff;
	list-style: none;
	padding-left: 5px;
	padding-right: 7px;
}
#languages li.last{
	border-right: none;
}

.txtImg{
	position: relative;
	top: 15px;
	margin-right: 20px;
}
