
 
/*
 * Canvas 
 * canvas.height = welcome.height + content_center.height + flag_row.height
 * frame.width = 32 + canvas_left.width + canvas_center.width
  background: #ffffff url(images/bg/home_bg.gif) 0 0 repeat-x;
  padding: 0px 0px 0px 0px;
 */

div#canvas {
  text-align: left;
  background: #ffffff;
  height: 442px;
}
html>body div#canvas {
  height: 442px;
}

div.welcome {
  height: 157px;
}

div#welcome_img {
  padding: 0px 0px;
  margin: 0px 0px;
  width: 300px;
  float: left;
}
html>body div#welcome_img {
  width: 300px;
}

div.content_top {
  width: 588px;
  padding: 0px 24px 0px 12px;
  float: left;
}
html>body div.content_top {
  width: 552px;
}

div.content_top p.bodytext {
  font: 11px verdana;
  color: #000000;
  line-height: 12px;
  margin: 6px 0px 0px 0px;
}
html>body div.content_top p.bodytext {
  line-height: 13px;
}

div.content_top h1 {
  margin-top: 12px;
  margin-bottom: 12px;
}

div.content_top p.img_sub {
  font: bold 10px verdana;
  padding: 0px 0px;
  margin: 0px 0px;
}

/*
 * Homepage content columns (left, center, right)
 */
 
div#hp_content_outer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px solid #bebebe;
}

div#hp_content_outer h1 {
  margin-bottom: 0px;
}
  
div.content_left {
  background: url(images/calendar3.jpg) 24px 90% no-repeat;
  padding: 0px 0px 0px 24px;
  width: 288px;
  height: 240px;
  float: left;
}
html>body div.content_left {
  width: 264px;
}

div.content_center {
  padding: 0px 0px 0px 24px;
  width: 288px;
  height: 240px;
  float: left;
}
html>body div.content_center {
  width: 264px;
}

div.content_right {
  padding: 0px 24px 0px 24px;
  width: 600px;
  height: 240px;
  float: left;
}
html>body div.content_right {
  width: 552px;
}
a {
  font: bold 12px verdana;
  color: #0063dc;
  line-height: 16px;
  text-decoration: underline;
}

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

/*
 * Text
 */

p.bodytext {
  font: 11px verdana;
  color: #000000;
  line-height: 16px;
}

/*
 * Mini news 
 */
 
p.tx-mininews-pi1-fp_listrowField-datetime {
  font: 9px verdana;
  display: inline;
  color: #666666;
  line-height: 12px;
  margin: 0px 0px;
  padding: 0px 0px;
}
html>body {
  line-height: 14px;
}
 
p.tx-mininews-pi1-fp_listrowField-title {
  display: inline;
  line-height: 14px;
  margin: 0px 10px;
  padding: 0px 0px;
}
 
p.tx-mininews-pi1-fp_listrowField-title a {
  font: 12px arial;
  color: #0063dc;
  line-height: 16px;
  border-bottom: 1px solid;
  text-decoration: none;
}
 
p.tx-mininews-pi1-fp_listrowField-teaser {
  font: 11px verdana;
  color: #000000;
  line-height: 14px;
  margin: 0px 0px 6px 0px;
  padding: 0px 0px;
}

p.tx-mininews-pi1-fp_listrowField-teaser a {
  font: 11px arial;
  color: #0063dc;
  line-height: 16px;
  border-bottom: 1px solid;
  text-decoration: none;
}
 

/*
 * Calendar 
 */
 
.tx-cal-controller dt {
  font: 10px verdana;
  color: #333333;
  line-height: 16px;
}

.tx-cal-controller dd {
  margin-left: 0px;
}

/*
 * Recent content 
 */
.recentContent dd {
  font: 10px verdana;
  margin-left: 0px;
} 
.recentContent dt {
  margin-bottom: 12px;
} 
