﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background: #f5f6f8;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

body {
    color: #292929;
    font-size: 11px;
    line-height: 13px;
}

p{
    font-size: 11px;
    line-height: 13px;
}

h1{
    font-size: 13px;
}

h2{
    font-size: 12px;
}

h3{
    font-size: 11px;
}

h4{
    font-size: 10px;
}

a{
    color: #00539b;
    text-decoration: none;
}

dl, dt, dd, table,tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}

td{
    padding-right: 20px;
}


