body {
  font-size:12px; font-family:arial,verdana,helvetica,sans-serif; color:#000000;
  background-color:#ffffff; margin:0px; padding:0px; margin-top:4px;
}

.normaltext {
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#000000;
}

/* default link styling :: start */
a:link, a:visited {
  font-size:12px; color:#000080; text-decoration:none;
}
a:hover {
  font-size:12px; color:#800000; text-decoration:underline;
}
a.underlined:link, a.underlined:visited {
  font-size:12px; color:#000080; text-decoration:underline;
}
a.underlined:hover {
  font-size:12px; color:#800000; text-decoration:underline;
}
/* defaul link styling :: end */

/* containers :: start */
.pagecontainer {
  clear:both; width:800px; margin:0px;
}

.headercontainer {
  clear:both; width:650px; height:90px;
}
/* containers :; end */

/* footer :: start */
.footercontainer {
  clear:both; /* float:left; */ width:800px;
  font-family:arial,verdana,helvetica,sans-serif; font-size:16px; color:#000000; text-align:center;
}

.footertext {
  font-family:arial,verdana,helvetica,sans-serif; font-size:13px; color:#000000; text-align:center;
}

a.footer:link, a.footer:visited {
  color:#000000; font-family:arial,verdana,helvetica,sans-serif; font-size:12px; text-decoration:none;
}

a.footer:hover {
  color:#800000; font-family:arial,verdana,helvetica,sans-serif; font-size:12px; text-decoration:underline;
}
/* footer :: end */

.clearit { clear:both; }

/* navigation containers and styling :: start */
.navigationcontainer {
  clear:both; width:770px; height:27px; position:relative;
  font-family:arial,verdana,helvetica,sans-serif; font-size:13px; color:#800000;
  text-align:left; background-color:#800000;
}

.nojavascript {
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#ffffff;
  text-align:center; padding-top:3px; padding-bottom:2px;
}

/* navigation links used when JavaScript disabled in browser */
a.navigation:link, a.navigation:visited {
  font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none;
}
a.navigation:hover {
  font-size:12px; font-weight:bold; color:#ffffff; /* text-decoration:underline; */
  background-color: #000000;
}
/* navigation containers and styling :: end */
