#article {
  padding: 15px 65 15px 15px; 
  text-align: justify;
}

* html #article h1 {
  width: 100%;
  padding: 5px 10px 5px 10px;
  /* border-bottom: 1px solid #333; */
}

#article h1 {
  width: 97%;
  padding: 5px 10px 5px 10px;
  /* border-bottom: 1px solid #333; */
}

#logonstatus {
  width: auto;
  color: #036;
  font-size: 11px;
  padding: 10px 0 0 0;
  margin: 0 0 0 750px;
}

#logonstatus a {
  color: #333;
}

.testatina {
  width: auto;
  margin: 0;
  height: 19px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0 0 5px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  background: url(/images/header-grey.gif);
}

.testatina-blue {
  width: auto;
  margin: 0;
  height: 19px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0 0 5px;
  border-top: 1px solid #10467F;
  border-bottom: 1px solid #10467F;
  border-right: 1px solid #10467F;
  border-left: 1px solid #10467F;
  background: url(/images/header-blue.gif);
}

.boxed {
  width: auto;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 3px;
  background: url(/images/content-background.jpg) repeat-x bottom;
}

* html .withmargin {
  margin-bottom: 50px;
}

.darkgrey {
  color: #4F5052;
}

.white {
  color: #FFF;
}

#mini-contact {
  text-align: center; 
  font-size: 10px; 
  color: #333;
}

#nonFooter
{
  position: relative;
  min-height: 100%;
}

* html #nonFooter
{
  height: 100%;
}

* html #footer {
  position: relative;
  margin-top: -2.5em;
  margin-left: 24px;
  width: 960px;
  background: url(/images/small-shadow.jpg) top;
}

#footer {
  position: relative;
  margin-top: -7.5em;
  margin-left: 24px;
  width: 960px;
  height: 30px;
}

.button {
  border: 1px solid #036;
  background: url(/images/small-shadow.jpg) top;
  color: #036;
  font-size: 12px;
}

.input {
  border: 1px solid #036;
}

td.form {
  text-align: right;
}

.errormsg {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: red;
}

