/******************************************************************************
 *
 * Base styles
 *
 *****************************************************************************/

.show-hand {
	cursor = 'hand';
}

a,
a:link,
a:visited,
a:active
{
  background-color: transparent;
  color: #224466;
  font-family: courier new, monospace;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #224466;
  font-family: Courier New, monospace;
  font-weight: bold;
  text-decoration: underline;
}

caption
{
  text-align: left;
  margin-left: 5%;
}

body
{
  background: #446688;
  font-family: tahoma, sans-serif;
  margin: 5px 5px 0 5px;
  padding: 0;
}

h1
{
  color: #224466;
  text-align: center;
}

h2
{
  color: #446688;
  clear: both;
  margin-left: 5%;
}

h3
{
  color: #6688aa;
  margin-left: 10%;
}

img
{
  /*background-color: #ffffff;*/
  border: none;
}

p
{
  margin-left: 10%;
  text-align: justify;
}

ul
{
  list-style-image: url("../images/list-item.png");
  margin-left: 13%;
}

/******************************************************************************
 *
 * Header styles
 *
 *****************************************************************************/

#header td.center
{
  width: 80%;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#header div
{
  color: #001133;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  margin: 10px 10px 15px 10px;
  white-space: nowrap;
}

table#main
{
  border: 0 solid #ffffff;
  width: 100%;
}

td#main-left
{
  background: #7799bb;
  border: 0px dashed #557799;
  border-right-width: 1px;
  padding-right: 5px;
  text-align: center;
}

td#main-right {
  background: #ffffff;
  padding: 5px 5px 5px 5px;
  width: 99%;
  height: 100%;
}

#printable
{
  background-color: #ffffff;
  border: 0 solid #ffffff;
  width: 100%;
  padding: 3px 3px 3px 3px;
}

.left-image {
  border: 1px dashed #aabbcc;
  float: left;
  margin: 5px 5px 5px 10%;
  padding: 5px 5px 1px 5px;
 /* position: relative;*/
}

.right-image {
  border: 1px dashed #aabbcc;
  float: right;
  margin: 5px 0px 5px 5px;
  padding: 5px 5px 1px 5px;
}

table {
  background: #ffffff;
  width: 100%
}

table tr td {
  vertical-align: top;
}

table.main {
  background: transparent;
  border: none;
  width: 100%
}

div#main {
  text-align: justify;
  background: #eeeeee;
  border: 1px solid #111111;
  width: 49%;
}

img.left
{
  display: block;
  float: left;
  margin-left: 2em;
  margin-right: 5px;
}

img.right
{
  display: block;
  float: right;
}

.nowrap {
  white-space: nowrap;
}

#copyright {
  color: #333333;
  font-size: 80%;
}

a.printable,
a.printable:link,
a.printable:visited,
a.printable:active
{
  color: #eeeeee;
  font-family: tahoma, sans-serif;
  font-size: 70%;
  text-decoration: none;
}

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

/******************************************************************************
 *
 * Table list styles
 *
 *****************************************************************************/

table.list {
  background: #ffffff;
  border: 1px dotted #446688;
  font-size: 80%;
  margin-left: 10%;
  width: 90%;
}

table.list td.phonenumber
{
  white-space: nowrap;
}

table.list tr th {
  background: #6688aa;
  color: #ffffff;
}

table.list tr.even {
  background: #ffffff;
}

table.list tr.odd {
  background: #aabbcc;
}

/******************************************************************************
 *
 * News styles
 *
 *****************************************************************************/

div.news-item
{
  border: 1px dashed #224466;
  margin-left: 10%;
  margin-top: 10px;
}

div.news-item ul
{
  list-style-image: url("../images/list-item.png");
  margin-left: 1em;
}

div.news-item div.title
{
  color: #ffffff;
  background-color: #7799bb;
  padding: 3px 3px 3px 3px;
}

div.news-item div.body
{
  color: #224466;
  border: 0px dashed #224466;
  border-bottom-width: 1px;
  border-top-width: 1px;
  padding: 3px 3px 3px 3px;
}

div.news-item div.body p
{
  margin: 3px 3px 15px 3px;
}

div.news-item div.footer
{
  color: #222222;
  background-color: #eeeeee;
  font-size: 60%;
  padding: 3px 3px 3px 3px;
  text-align: right;
}

/******************************************************************************
 *
 * Footer styles
 *
 *****************************************************************************/

#footer {
  background-color: #ffffff;
  border: 0px solid #446688;
  border-top-width: 1px;
  width: 100%;
}

#footer tr td a
{
  background-color: transparent;
  text-decoration: none;
}

#footer tr td img {
  background-color: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 3px 3px 0 0;
}

#footer tr td.left {
  vertical-align: middle;
}

#footer tr td.right {
  text-align: right;
}


/******************************************************************************
 *
 * Main menu styles
 *
 *****************************************************************************/

table#menu {
  margin: 5px 5px 5px 5px;
  width: 10%;
}

#menu tr td {
  border: 0px dashed #224466;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

#menu tr td.header {
  border: 0px dashed #224466;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
}

#menu tr td table tr td {
  border: 0px dotted #224466;
  border-top-width: 1px;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active
{
  background-image: url("../images/unselected.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
}

#menu a:hover,
#menu a.selected,
#menu a.selected:link,
#menu a.selected:visited,
#menu a.selected:active
{
  background-color: #bbccdd;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  font-weight: normal;  
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

#menu a.selected,
#menu a.selected:link,
#menu a.selected:visited,
#menu a.selected:active
{
  background-image: url("../images/selected.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  font-weight: normal;    
  padding-left: 16px;
  padding-right: 16px;
}

#menu a.selected-2,
#menu a.selected-2:link,
#menu a.selected-2:visited,
#menu a.selected-2:active
{
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  font-weight: normal;    
  padding-left: 16px;
  padding-right: 16px;
}

#menu table tr td a,
#menu table tr td a:link,
#menu table tr td a:visited,
#menu table tr td a:active
{
  background-image: url("../images/sub-unselected.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  font-weight: normal;    
  padding-left: 16px;
  padding-right: 16px;
}

#menu .sub-menu
{
  font-size: 90%;
  padding-left: 8px;
  white-space: nowrap;
}

/******************************************************************************
 *
 * Info table styles
 *
 *****************************************************************************/

table.info {
  border: 0px dotted #224466;
  border-left-width: 1px;
  border-right-width: 1px;
  font-size: 60%;
  margin: 15px 5px 5px 5px;
  width: 95%;
}

.info tr th {
  border: 0px dotted #224466;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.info tr td {
  border: 0px dotted #224466;
  border-bottom-width: 1px;
}

/******************************************************************************
 *
 * Catch table styles
 *
 *****************************************************************************/

table.catches {
  margin-left: 10%;
  margin-right: 5px;
  width: 90%;
}

table.catch {
  border: 1px dotted #224466;
  margin: 5px 5px 5px 5px;
  vertical-align: top;
  width: 95%;
}

table.catch img {
  padding: 5px 5px 5px 5px;
}

table.catch tr td {
  padding: 3px 3px 3px 3px;
}