* {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
}

body {
  background-color: white;
  padding: 0;
  margin: 0;
  position: relative;
}

body, p, td, li {
  text-align: justify;
}

a img {
  text-decoration: none;
	border-width: 0px;
}

table {
	border: none;
}

td {
  margin: 0px;
	padding: 4px;
	vertical-align: top;
}

th {
  background-color: #ffe8bb;
  border-bottom: 1px solid #ffcc33;
  border-top: 1px solid #ffcc33;
  text-align: left;
  padding: 8px;
}

address {
  color: gray;
  border-top: 1px solid silver;
  padding-top: 3px;
  padding: 6px;
  margin-top: 12px;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  margin-top: 4px;
	text-align: left;
}

h1 {
  font-size: 20pt;
  border-bottom: 2px solid #ffcc33;
  padding-bottom: -24px;
  margin: 36px 0px 4px 0px;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 10pt;
}

#Container {
  background-color: white;
}

#Header {
  height: 60px; 
  background-image: url("../images/background.png");
  background-repeat: repeat-x;
}

#Footer {
  clear: both;
  padding: 24px;
  text-align: center;
}

#Search {
	float: right;
	margin: 12px;
}

.Navigation {
  width: 225px;
  padding: 12px;
  float: left;
  background-color: #fff8a4;
  background-image: url("../images/sidebar.png");
  background-repeat: no-repeat;
}

.Navigation,
.Navigation li,
.Navigation a {
  overflow: hidden;  
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.Navigation ul {
  padding: 4px;
  margin: 4px;
  list-style-type: none;
}

.Navigation > ul > li {
  font-weight: bold;
}

.Navigation > ul > li > ul > li {
  font-weight: normal;
}

.Navigation a {
  text-decoration: none;
  color: maroon;
}

.Navigation a:hover {
  text-decoration: underline;
}


.Navigation ul li ul {
  padding: 0 0 0 12px;
  list-style-type: square;
}

.Content {
	margin-left: 240px;
  text-align: justify;
	padding: 24px;
	position: relative;
}

#RightColumn {
  width: 228px;
  position: absolute;
  right: 12px;
}

#LeftColumn {
  left: 24px;
  right: 260px;
  position: absolute;
}

.Breadcrumb {
  padding: 6px;
}

.Breadcrumb a {
  font-weight: bold;
}

.Breadcrumb a:link {
  color: #404040;
}

.Breadcrumb a:visited {
  color: #808080;
  text-decoration: none;
}

.Breadcrumb span {
  font-weight: bold;
}

.TabBar {
  margin: 24px 0px 24px 0px; 
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 2px;
}

.TabBar a {
  padding: 6px 12px 2px 12px;
  border-width: 1px 1px 0px 1px;
  border-color: black;
  border-style: solid;
  color: black;
  
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;

  background-color: #cdcdcd;
  text-decoration: none;
}

.TabBar a.CurrentTab {
  border-bottom: 2px solid white;
  background-color: white;
  font-weight: bold;
}

.Sidebar {
  padding: 12px;
  margin: 6px;
  background-image: url("../images/sidebar.png");
  background-repeat: no-repeat;
}

.Sidebar ul {
  margin: 0;
  padding: 0;
}

.Sidebar ul li {
  margin: 2px 0px 2px 0px;
  list-style-type: none;
}

.Sidebar ul li a {
  padding: 2px 12px 2px 12px;
  text-decoration: none;
}

.Sidebar ul li a:hover {
  background-color: red;
  color: white;
}

a.ButtonLink {
  height: 20px;
  display: block;
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #fcbd36;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/button-link.png);
  background-repeat: repeat-x;
  text-shadow: 0px 1px 1px black;
}
