* {
  margin: 0;
  padding: 0;
}

body {
  color: white;
  font: 16px/1.2 veranda, arial, helvetica, clean, sans-serif;  /*  Base font size */
  background-color: blue;
}

/**************************************
**  CONTENT
**************************************/

div#sideimg {
  float: right;
  margin: 0 10px;
  padding: 10px;
}

div#sidebar {
  float: right;
  width: 220px;
  margin: 0 10px;
  padding: 10px;
  test-align: center;
  text-align: center;
  border: 2px solid navy;
}

div#sidebar img {
  display: block;
  margin: 0 auto;
  border: 0;
}

table.twocolumns {
  width: 100%;
}

table.twocolumns td {
  width: 50%;
  vertical-align: top;
}

h1 {
  margin: 10px 0;
  color: white;
  font-size: 18pt;
  font-weight: normal;
  text-decoration: none;
}

h2 {
  margin: 10px 0;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  margin: 10px 0;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: underline;
}

#topic {
  font-weight: bold;
}

#topic img {
  padding: 10px;
}

#content {
  margin: 0px 10px 10px 160px;
  line-height: 1.6em;
  text-align: left;
}

#content p {
  padding: 10px 0;
}

#content ul {
  list-style-position: outside;
  margin: 24px;
}

#content li {
  list-style: url('images/bullet.png');
}

a {
  color: yellow;
  text-decoration: none;
}

a:hover {
  color: yellow;
  text-decoration: underline;
}

div.pix
{
  text-align: center;
}

div.pix img
{
  padding-bottom: 20px;
}

/**************************************
**  NEWS
**************************************/

div.article
{
}

div.inset
{
  display: block;
  float: right;
  width: 300px;
  margin: 10px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: black;
  background-color: #eef;
}

/**************************************
**  SUPPORT PAGE
**************************************/

#hugatree img {
  padding-left: 50px;
}

#paypal-button {
  float: left;
  padding-right: 100px;
}

#paypal-seal a
{
  font-size: 80%;
  text-decoration: none;
}

#paypal-seal img
{
  width: 50px;
  vertical-align: middle;
}

.clear { clear: both; }

/**************************************
**  HEADER
**************************************/

#header {
  height: 180px;
  padding: 10px;
  font: 16px/1.2 arial, helvetica, clean, sans-serif;  /*  Base font size */
  background-color: navy;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
}

#logo {
  float: left;
  padding: 12px 0 0 0;
}

#title {
  float: left;
  padding: 0 0 0 10px;
  font-family: arial;
  color: yellow;
  font-size: 26pt;
  font-weight: bold;
}

#subtitle {
  font-size: 18pt;
}

#menu ul {
  float: left;
  list-style: none;
  width: 150px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#menu li {
  margin-bottom: 2px;
}

#menu li a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: yellow;
  display: block;
  padding: 6px 0px 0px 10px;
  background: navy;
}

#menu li a:hover {
  background-color: yellow;
  color: navy;
  clear:both
}

#menu li a#login {
  font-size: 90%;
  font-weight: normal;
}

/**************************************
**  FOOTER
**************************************/

#footer {
  clear: both;
  margin: 10px;
  padding: 0px;
  color: gray;
  text-align: center;
}

#footer hr {
  width: 100%;
  height: 1px;
  margin: 10px auto;
  border: 1px solid navy;
}

#textmenu ul {
  padding: 10px 0;
  list-style-type: none;
  text-align: center;
  color: yellow;
}

#textmenu li.menuitem1 {
  display: inline;
  border: 0;
}

#textmenu li {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid yellow;
}

#textmenu li a {
  color: yellow;
}