body 
{ 
  font-family: Calibri, "Gill Sans", "Myriad Pro", Geneva, Helvetica, Arial, sans-serif; 
  background: #fff url("../images/page-bg.png") repeat;  
  color : #303030;
  font-size: small;
}

a { background-repeat: no-repeat; }
a:link, a:visited { text-decoration: none; color: #303030; }
a:hover, a:active { text-decoration: none; color: #aa0000; }
div.clear { clear: both; }
span.pipe { color: #a00; }
img.label { height: 16px; }

div#page { background-color: #f8f8f8; border: 1px solid #999; width: 960px; margin: 20px auto; }
div#header 
{
  background: url('../images/header-bg.jpg') center center no-repeat;
  float: left; 
  padding: 20px; 
  color: #fff;
  border-bottom: 1px solid #999; 
  width: 920px; 
}
div#header img.logo { border: 3px solid #fff; width: 276px; height: 55px; float: left; }
div#header img.page-label { float: right; margin: -45px 0 -30px 0; }
div#content { clear: both; }
div#content .slideshow img { width: 100%; }

div#footer { clear: both; background: url('../images/footer-bg.jpg') top center no-repeat; padding: 20px; color: #303030; border-top: 1px solid #999; font-size: 90%; }
div#footer p { text-align: center; }
div#footer span.pipe { color: #aa0000; }

/*
  Information for split pages with lists...
*/
div#leftContent  { float: left; width: 336px; overflow: hidden; }
div#leftContent img { display: block; }
div#rightContent { float: right; width: 584px; padding: 20px; }
div#rightContent p { margin: 20px; line-height: 1.2em; }
div#rightContent h1 { margin-bottom: 20px; }

div.listPageItem { clear: both; border-bottom: 1px solid #999; min-height: 8em; height: auto !important; height: 8em; text-transform: none;}
div.listPageItem h2 { font-size: 150%; color: #a00; font-style: italic; margin: .2em 0;}
div.listPageItem h2 a { color: #a00; }
div.listPageItem h2 a:hover, div.listPageItem h2 a:active { color: #303030; }
div.listPageItem p { margin-bottom: 1em; line-height: 1.1em; }
div.listPageItem img { float: left; margin-right:10px; margin-bottom: 10px; }


/*
  Information for information pages :)
*/
div.info { margin-bottom: 2em; }
div.info h2 { font-size: 150%; font-weight: bold; color: #a00; margin-top: 10px; }
div.info h2.first { margin-top: 0; }
div.info h3 { font-size: 110%; color: #999; margin-top: 10px;}
div.info ul { list-style-type: disc; }
div.info ul li { margin-left: 3em; line-height: 110%; text-transform: none; }
div.info p { line-height: 110%; text-align: justify; text-transform: none; margin-bottom: 1em; }
div.info em { font-weight: bold; font-style: italic; font-size: 105%; }
div.info p a { text-decoration: underline; }

/*
  Error page specifics
*/
body.error div#content { padding: 30px; font-size: 110%; }

