body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Tahoma,Helvetica,Arial; 
  background-color: #DDE3FF;
}

a.naked_link {
	text-decoration: none;
}

a.naked_link:hover {
	font-weight: bold;
}

a:link { 
	color: black; 

}
a:visited { 
	color: black; 
}

a:active {
	color: #ff9400; 
}
a:hover { 
	color: #ff9400; 
}


img.naked_img {
	border-style: none;
}

img {
	border-color: black; 
	border-style: solid;
}

td {
	vertical-align: top;
}

p.std	{
	font-size: 10pt;
}

input {
	margin: 2px;
}

#header {
  padding: 8px;
  width: 100%;
  height: 10%;	
  min-height: 70px;
  overflow: none;
  clear: both;
}

#search {
	padding: 8px;
  	width: 30%;
	height: 90%;
  	min-height: 500px;
  	overflow: none;
  	float: left;
}

#content {
	padding: 8px;
  	border: 2px solid #55E3FF;
  	width: 65%;
	height: 90%;  	
	min-height: 500px;
   	overflow: auto;
   	overflow-y: auto;
	float: none;
}

#footer {
	padding: 8px;
  	width: 950px;
  	height: 70px;
  	overflow: auto;
  	clear: both;
}

#login {
	position: absolute;
	top: 180px;
	left: 200px;
	width: 350px;
	height: 100px;
 	padding-left: 40px;
 	padding-top: 35px;
  	background: #DDE3FF;
}

#language {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 400px;
	height: 80px;
 	padding-left: 40px;
 	padding-top: 35px;
  	background: #DDE3FF;
}

#logo{
	position: absolute;
	top: 125px;
	left: 40px;
	width: 163px;
	height: 201px;
  	background: #DDE3FF;
}
	

.errors {
	font-style: oblique;
	font-weight: bold;
	color: red; 
}

.errorFeedback {
	color: red;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 9pt;
	text-align: left;
}

.acoladaTable td {
	
	vertical-align: middle;
}

