*
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica;
}
html, body
{
  text-align: center;
}
body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
  background-color: #454646;
	padding-top: 40px;
	padding-bottom: 20px;
}

ul
{
  list-style:none;
  font-size: 10pt;
}

#menu li, #topmenu li
{
  display: inline;
  background-image: none;
}

a
{
  color: #000000;
  font-size: 10pt;
}

a:hover
{
  color: #666666;
}

#menu a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 3px 0px 7px;
  border-left: solid #000000 1px;
}

#topmenu a
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 7px 0px 12px;
  border-left: solid #ffffff 1px;
}

#menu a.first
{
  border-left: none;
  padding: 0 3px 0 6px;
}

#topmenu a.first
{
  border-left: none;
  padding: 0 6px 0 5px;
}

#topmenu a:hover
{
  color: #cccccc;
}

#body
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #fff;
  width: 822px;
  padding: 35px 0 0 38px;
}

h1
{
  height: 30px;
  font-size: 16pt;
  line-height: 2em;
  display: inline;
  background-image: url(../images/h1.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  padding: 0 70px 0 2px;
}

h2
{
  font-size: 13pt;
  padding: 15px 0 0 0;
}

p, p strong, p i, label
{
  font-size: 10pt;
  font-family: Arial, Helvetica;
  line-height: 1.5em;
}

p
{
  padding: 15px 50px 0 12px;
}

#footer
{
  width: 810px;
  height: 40px;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  float: left;
  padding: 50px 0 10px 50px;
  text-align: left;
  color: #9e9c9c;
  font-family: Arial, Helvetica;
  font-size: 8pt;
}
.required
{
  color: #aa1f1f;
}
ol.formlist {  
  padding: 15px 50px 0 30px;
  list-style: none;
}
ol.formlist li {  
padding-bottom: .7em;
font-size: 10pt;
}
.formlist label {  
float: left;
clear: both;
width: 11em;
}
.formlist li input.text, textarea
{
  width: 20em;
  font-size: 10pt;
  border: solid #999 1px;
}

div.client
{
  padding: 15px 0px 0px 0;
  vertical-align: bottom;
}

div.client div.journals
{
  padding: 5px 0 15px 15px;
}

div.client div.journals div.journal
{
  font-size: 10pt;
  padding-left: 15px;
  font-style: italic;
  font-family: Arial, Helvetica;
}

hr
{
  height: 1px;
  margin-right: 25px;
}
div.plain
{
  font-style: normal;
  font-size: 10pt;
  padding-left: 15px;
  font-family: Arial, Helvetica;
}