body
{
  background:#fff url(/images/bg.png) repeat-x;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica;
  font-size: 62.5%;
  color: #444;
  text-align:center;
}

td
{
  font-size: 10.5pt;
}

#wrap
{
  margin:0 auto;
  text-align:left;
  width:760px;
}

#logo
{
  float: left;
}

#menu
{
  float: left;
  height: 67px;
  overflow: visible;
}

#menu table
{
  height: 67px;
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
  border-collapse: collapse;
}

#menu td
{
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

#menu a
{
  display: block;
  height: 24px;
  margin: 0px;
  margin-right: 15px;
  padding: 0px;
  font-size: 9.5pt;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica;
  letter-spacing: 0.1em;
}

#menu a.active
{
  background-image:url(/images/a_bg.png);
  background-repeat: repeat-x;
}

#menu a:hover
{
  background-image:url(/images/a_bg.png);
  background-repeat: repeat-x;
}

div.line
{
  border-top: 1px #ccc solid;
}

#spacer
{
  clear: both;
  padding-top: 50px;
}

div.content
{
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 110px;
  padding-right: 190px;
}

h1
{
  font-family: Georgia, Times New Roman;
  font-weight: normal;
  font-size: 15pt;
  letter-spacing: 0.02em;
  background-image:url(/images/h1.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: -35px;
  color: #000;
}

h1.error
{
  background-image:url(/images/h1-error.png);
}

h2
{
  font-size: 13pt;
  font-family: Georgia, Times New Roman;
  letter-spacing: 0.02em;
  font-weight: normal;
}

a
{
  text-decoration: none;
  color: #000;
}

a:hover
{
  color: #e79a15;
  text-decoration: none;
}

h1 a
{
  text-decoration: none;
  color: #000;
}

h1 a:hover
{
  text-decoration: underline;
  color: #000;
}

p.teaser
{
  color: #666;
  font-weight: normal;
  font-size: 10.5pt;
  margin-bottom: 25px;
}

p.teaser a
{
  color: #666;
  text-decoration: none;
}

p.teaser a:hover
{
  color: #e79a15;
  text-decoration: none;
}

p
{
  font-weight: normal;
  font-size: 10.5pt;
}

#footer a
{
  font-size: 8pt;
  color: #888;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  font-family: Arial, Helvetica;
  letter-spacing: 0.1em;
  padding-right: 10px;
}

#footer
{
  margin-top: 70px;
  padding-bottom: 15px;
  border-top: 1px #ccc solid;
}

img
{
  border: 0px;
}

div.ref a {
  padding-left: 25px;
  background-image:url(/images/more.png);
  background-repeat: no-repeat;
}

div.ref p
{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 15px;
  font-size: 9.5pt;
}

div.ref h3
{
  font-family: Georgia, Times New Roman;
  margin: 0px;
  margin-bottom: 8px;
  font-size: 10pt;
}

div.ref
{
  border:0px #ccc solid;
  margin-top: 30px;
}

ul
{
  padding: 0px;
  margin: 20px;
}

li
{
  font-size: 10.5pt;
  font-family: Arial, Helvetica;
  padding:0px;
  margin: 5px 0px 5px 0px;
}

ul li
{
  list-style-image: url('/images/li.png');
}

.error li
{
  list-style-image:url(/images/li-error.png);
}

input, textarea
{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  border: 1px #ccc inset;
}

input:focus, textarea:focus
{
  background-color: #eee;
}

input.submit
{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  border: 1px #ccc outset;
}

a.cms
{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  background-color: #5f5;
  padding: 2px 5px;
  border: 1px #5f5 outset;
}