
body {
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1.1;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #C5D068;
  text-align: center;
}

#innerwrap {
  width: 760px;
  padding: 1px;
  border: solid 1px #000;
  margin: 0 auto;
  text-align: left;
  background-color: #FFF;
}
#wrap {
  width: 764px;
  padding: 2px;
  margin: 0 auto;
  background-color: #FFF;
}

div.logobar {
  width: 760px;
  margin: 0;
  padding: 0;
  border-bottom: solid 8px #fff;
}
div.logobar img {
  border-width: 0;
  margin: 0;
  padding: 0;
  float: left;
}

#headercontainer {
  width: 574px;
  height: 43px;
  background-color: #74A1FC;
  position: relative;
  top: -8px;
  float: right;
}
.headerpane {
  float: right;
  margin-top: 0;
}
.headerimage {
  float: left;
  margin-top: 5px;
}

.leftpane {
  width: 158px;
  float: left;
  margin-top: 15px;
}
.leftpane table, .leftpane table table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.weather {
  width: 108px;
  margin-left: 5px;
}

#content {
  width: 575px;
  height: 408px;
  margin: 5px 10px 15px 0;
  border: solid 6px #F0EFAC;
  border-top: solid 10px #F0EFAC;
  float: right;  
  background-color: #FFF;
  background-image: url(Images/Iframe_Backgrd.gif);
  background-repeat: no-repeat;
  background-position: 60% 0;
}
.contentpane {
  width: 555px;
  height: 324px;
  margin: 0;
  padding: 10px;
  border: 0;
  overflow: auto;
  background-color: Transparent;
	scrollbar-face-color: #F1F0AD;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: grey;
	scrollbar-track-color: grey;
	scrollbar-darkshadow-color: grey;
	scrollbar-base-color: grey;
}
.contentpane a, .contentpane a:link, .contentpane a:visited, .contentpane a:active {
  color: #B40065;
	text-decoration: none;
}
.contentpane a:hover {
  color: #CCC;
	text-decoration: none;
}
.justify {
  text-align: justify;
}

.footer {
  width: 760px;
/*  height: 114px;*/
  background-color: #FFF;
  clear: both;
  text-align: left;
}
.footer_links {
  background-color: #F0EFAC;
  text-align: right;
  height: 24px;
}
.footer_links table {
  float: right;
}
.footer_copyright {
  background-color: #FFF;
  border-top: solid 1px #000;
  padding: 0 10px;
  height: 1.2em;
}
.footer_copyright span {
  float: left;
  margin-left: 10px;
}
.footer_copyright a {
  float: right;
  margin-right: 10px;
}
.footer div {
  margin: 0;
  padding: 0;
}
#dnn_footer_ads, div.footer_ads {
  -moz-binding: none !important;
}
#dnn_footer_copyright {
  width: 100%;
}

.linkimage_list_cell {
  margin: 0;
  padding: 0;
}

.shop img {
  float: right;
}

.bold {
  font-weight: bold;
}

.smalliconlist {
  list-style-image: url(Images/Icon_Small.gif);
  list-style-position: outside;
  list-style-type: circle;
}
.smalliconlist li {
  padding-left: 15px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
}
.style26 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #999999;
  font-weight: bold;
}
.style32 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #999999;
  font-weight: bold;
}
.style33 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #999999;
}
.style34 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
  font-weight: bold;
}

/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}





