body
{
  font-family: arial, helvetica, lucida, sans-serif;
  max-width: 900px;
}

h1
{
  margin-top: 10px;
  margin-left: 180px;
  padding-top: 20px;
  height: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  color: #666;
}

h2
{
  font-size: 18px;
  color: #666;
}

h3
{
  color: #E21332;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 5px;
}

h4
{
    margin-bottom: 5px;
}

a
{
  color: #E21332;
  text-decoration: none;
}

a:visited
{
  color: #E21332;
}

#header 
{
  height: 134px;
  border-bottom: 1px solid #000;
}

#sitemap
{
  float: right;
  margin-right: 30px;
}

#sitemap a:link
{
  color: #555;
  text-decoration: none;
}

#trail
{
  margin-top: -10px;
  height: 21px;
  background-color: #DDD;
  font-size: 0.75em;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 7px;
}

#trail a 
{
  color: inherit;
}

#leftsidebar
{
  float: left;
  width: 140px;
  padding-left: 10px;
  padding-top: 25px;
}

ul.mainmenu 
{
  background-color: #777;
  font-size: 0.75em;
  text-decoration: none;
  font-weight: bold;
  list-style: none;
  padding-left: 0px;
}

ul.mainmenu li 
{
  padding-top: 0px;
}

ul.mainmenu a 
{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #000;
  border-right: 1px solid #555;
}

ul.mainmenu a:hover 
{
  background-color:#555;
}

ul.mainmenu a:link
{
  color: #FFF;
  text-decoration: none;
}

ul.mainmenu a:visited
{
  color: #FFF;
  text-decoration: none;
}

li.spaced
{
    margin-top: 5px;
}

li.bigspaced
{
    margin-top: 10px;
}

#maincontent 
{
  margin-left: 180px;
  margin-top: 20px;
  padding: 0px 10px 15px 10px;
  font-size: small;
  min-height: 240px;
}

#footer
{
  clear: both;
  text-align: center;
  border-top: solid 2px #DDD;
  padding-top: 8px;
}

img.logo-left 
{
  float:left;
}

img.logo-right
{
  float:right;
}

img.border
{
  padding: 5px;
  border: 1px solid #CCC;
}

.quote 
{
  font-style: italic;
  margin: 10px 20px 10px 20px;
}

.pointer
{
  float: right;
  padding-right: 10px;
}

/* Events list */
div.event-title
{
    font-weight:bold;   
}
div.event-body
{
    margin: 5px 0px 15px 20px;
}

/* Service providers page */
div.sppara
{
    padding-left: 20px; 
    padding-top: 7px;
    font-size: small;
}

a.sptitle
{
    color: #333; 
    font-weight: bold;
}

div.sptitle
{
    color: #333; 
    font-weight: bold;
}

img.splogo
{
    float: right; 
    margin-left: 8px;
}