/* Overall page style */

body, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background-color: #fff;
}

/* Home page logo */

DIV.logo {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #bdf;
  border-bottom: 1px solid #bdf;
}

/* Links */

a:link, a:visited, a:active {
  color: #369;
}

.content a:hover, .menu a:hover {
  color: #036;
  background-color: #bdf;
}

.menu a, .banner a {
  text-decoration: none;
}

/* Horizontal rules */

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #bdf;
  border: 0;
  border-top: 1px solid #036;
  height: 1px;
}

/* Heading styles */

h1 {
  margin: 0;
  padding-bottom: 10px;
  color: #369;
  border-bottom: 1px solid #bdf;
  font-size: 180%;
}

h2 {
  color: #036;
  font-size: 140%;
}

h3 {
  color: #036;
  font-size: 125%;
}

/* Forms */

form {
  margin: 0;
}

/* Header (banner) region */

.banner {
  background-image: url(header_l.png);
  background-repeat: repeat-x;
  padding: 2px 0 20px 20px;
}

.subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

/* Hide search boxes and navigation items */

.search_box        { display: none; }
.menu              { display: none; }
.menu ul, .menu li { display: none; }
.backlink          { display: none; }
.login_table       { display: none; }

/* Main page content */

.content {
  margin: 0;
  padding: 4px 0 14px 0px;
  clear: right;
}

.content ul ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Page footer */

.footer {
  clear: both;
  padding: 10px 5% 11px 5%;
  background-color: #fff;
  border-top: 1px dotted #ccc;
  font-size: 9px;
  color: #888;
  text-align: center;
}

.powered_by {
	display: none;
}

