html {
  font-size: 100%;
}

body {
  background-color: #f6f6f6;
  color: #333333;
  font-family: Verdana, Arial, Tahoma, "Trebuchet MS";
  font-size: 0.75em;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px;
	padding: 0;
}

.redtext {
  color: #cc0000;
}
.greytext {
  color: #666666;
}

ol, ul, li {
  margin-top: 2px;
  margin-bottom: 2px;
}

p {
  line-height: 150%;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: justify;
}

p.mainhdr {
  margin-top: 6px;
  margin-bottom: 6px;
}

p.bodytext {
  text-align: justify;
  margin-top: 2px;
  margin-bottom: 8px;
}
p.small {
  margin-top: 2px;
  margin-bottom: 2px;
}
p.medium {
  margin-top: 3px;
  margin-bottom: 6px;
}

table {
  font-size: 100%;
}

h1 {
/*  border-bottom: 1px solid #e0e0e0;*/
  color: #444;
  font-size: 180%;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 24px;
/*  padding-bottom: 3px;*/
}

h2 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 150%;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
h3 {
  font-size: 125%;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 8px;
}
h4.first {
  font-size: 120%;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 10px;
}
h4 {
  font-size: 120%;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
h5 {
/*  border-bottom: 1px solid #ddd;*/
  color: #333;
  font-size: 150%;
  font-weight: normal;
  margin-top: 32px;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

img.bullet {
  border: 0px;
  margin-top: 3px;
}
img.bullet2 {
  border: 0px;
  margin-bottom: -3px;
}
img.bullet3 {
  border: 0px;
  margin-bottom: -5px;
}
img.readmorebullet {
  border: none;
  margin-left: 5px;
  margin-bottom: -4px;
}
img.thumb {
  border: 2px solid #333333;
}
img.noborder {
  border: none;
}

li.medium {
  padding-bottom: 6px;
}

form.small {
  margin-top: 2px;
  margin-bottom: 2px;
}

a:link {
  text-decoration: none;
  color: #cc0000;
}
a:visited {
  text-decoration: none;
  color: #cc0000;
}
a:hover {
  text-decoration: underline;
  color: #cc0000;
}

a:link.mainmenu {
  text-decoration: none;
  font-weight: bold;
  color: #f0f0f0;
}
a:visited.mainmenu {
  text-decoration: none;
  font-weight: bold;
  color: #f0f0f0;
}
a:hover.mainmenu {
  text-decoration: underline;
  font-weight: bold;
  color: #f0f0f0;
}

a:link.topmenu {
  text-decoration: none;
  color: #444444;
  font-size: 90%;
}
a:visited.topmenu {
  text-decoration: none;
  color: #444444;
  font-size: 90%;
}
a:hover.topmenu {
  text-decoration: underline;
  color: #cc0000;
  font-size: 90%;
}

a.highlightlink, a:hover.highlightlink {
  background-color: #cc0000;
  border: 1px solid #333;
  color: #fff;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  padding: 3px 12px 3px 12px;
  text-decoration: none;
}

a.externallink {
  background-image: url(../images/linknewwindow.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 14px;
}

div.newsheadline {
  border-bottom: 1px solid #ccc;
  padding: 2px 0px 1px 0px;
}

div.newsarchiveheadline {
  border-bottom: 1px solid #ccc;
  padding: 6px 0px 1px 0px;
}

div.newsteaser {
  padding: 2px 0px 4px 0px;
}

div.newsreadmore {
  padding: 2px 0px 25px 0px;
}

div.newsdate {
  color: #999;
  font-size: 7pt;
  padding: 0px;
}

div.small {
  color: #999;
  font-size: 7pt;
}

div.captcha {
  border: 1px solid #333;
  margin: 0px;
  padding: 0px;
  width: 80px;
}

td.redleftborder {
  border-left: 1px solid #cc0000;
}

table.container {

}
table.container td.top {
  background-color: #ffffff;
  vertical-align: top;
}
table.container td.middle {
  background-color: #cc0000;
  background-image: url(../images/pagebg.png);
  vertical-align: bottom;
  height: 48px;
}
table.container td.bottom {
  background-color: #ffffff;
  vertical-align: top;
}

table.pagetop {
  width: 100%;
}
table.pagetop td {
  padding-top: 4px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
}
table.pagetop td.rightmenu {
  color: #cc0000;
  padding-right: 12px;
  text-align: right;
  vertical-align: top;
}

table.pagemiddle {
  width: 970px;
}
table.pagemiddle td {
  text-align: left;
}
table.pagemiddle td.right {
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 8px;
  color: #cccccc;
}

.bodycontainer {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 970px;
  box-shadow: 2px 2px 16px #ccc;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.bodyheader {
  padding: 0px;
  text-align: right;
}

.bodycontent {
  text-align: left;
}

.recentwinnerbox {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 15px 15px 1px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

table.headerbar td {
  margin: 0px;
  padding: 0px;
}
table.headerbar td.left {
  padding-left: 153px;
  text-align: left;
}
table.headerbar td.right {
  padding: 12px 20px;
}
table.headerbar td.menubarleft {
  background-color: #cc0000;
  background-image: url(../images/pagebg.png);
  padding-left: 12px;
  text-align: left;
}
table.headerbar td.menubarright {
  background-color: #cc0000;
  background-image: url(../images/pagebg.png);
  padding-right: 12px;
  text-align: right;
}

table.pagebody {
  text-align: left;
  width: 970px;
  background-color: #ffffff;
}
table.pagebody td {
/*  border-left: 1px solid #cccccc;*/
  border-top: 0px;
/*  border-bottom: 1px solid #cccccc;*/
  vertical-align: top;
}
table.pagebody td.pagecontainer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
}

table.pagebody td.footercontainer {
  border: 1px solid #ccc;
  margin-bottom: 18px;
  padding: 4px;
}

table.pagebody td.page {
  border-left: 0px;
  border-right: 1px solid #cccccc;
  padding-left: 12px;
}

table.pagefooter {
  text-align: center;
  width: 970px;
}
table.pagefooter td {
/*  border: 0px;*/
  font-size: 7pt;
}

table.page {
}
table.page td {
  border: 0px;
  line-height: 135%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
table.page td.right {
  text-align: right;
}
table.page td.center {
  text-align: center;
}
table.page td.padded {
  padding: 10px;
}
table.page td.header {
  border-left: 4px solid #cc0000;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
table.page td.body {
  padding-top: 8px;
}
table.page td.bodysmall {
  padding-top: 8px;
  font-size: 90%;
}
table.page td.fulldash {
  border: 1px dashed #bbbbbb;
}
table.page td.rightdash {
  border-right: 1px dashed #bbbbbb;
}
table.page td.topdash {
  border-top: 1px dashed #bbbbbb;
}
table.page td.greybox {
  border: 1px solid #bbbbbb;
  padding: 0px;
}
table.page td.redbg {
  background-color: #cc0000;
}
table.page td.nav {
/*  background-color: #f6f6f6;*/
/*  border-bottom: 1px solid #eee;*/
  color: #666666;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
}
table.page td.rowheader {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 4px 4px 4px 10px;
}
table.page td.row1 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 4px 4px 4px 10px;
}
table.page td.row2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 4px 4px 4px 10px;
}

table.pagebottom {
  text-align: center;
  width: 770px;
}
table.pagebottom td {
}

table.editform td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.editform td.button {
  padding-top: 5px;
  padding-bottom: 5px;
}

table.shopping td.header {
  background-color: #eeeeee;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 0px;
  border-right: 0px;
  font-weight: bold;
}

table.errormsg {
}
table.errormsg td {
  border: 2px solid #cc0000;
  padding: 12px 16px;
  background-color: #ffe3e3;
  vertical-align: middle;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

table.notificationmsg {
  border-left: 6px solid #cc0000;
  border-right: 2px solid #cc0000;
  border-top: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
}
table.notificationmsg td {
  padding: 8px;
  abackground-color: #ffe3e3;
  background-color: #ffffcc;
  vertical-align: middle;
}

table.sitemap td {
  border: 0px;
  color: #fff;
  font-size: 90%;
  padding: 4px 4px 8px 4px;
}

table.sitemap td a {
  color: #ccc;
}

table.sitemap td.container {
  background-color: #666;
  border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
}

table.sitemap td.headerrow {
  color: #f3f3f3;
  font-size: 130%;
  padding-left: 2px;
}

table.menu td.item {
  color: #fff;
  padding: 2px 4px 6px 4px;
  text-align: right;
  vertical-align: middle;
}

table.menu td.item:hover {
  background-color: #f9f9f9;
  color: #cc0000;
  cursor: pointer;
  padding: 6px 4px 2px 4px;
  text-align: right;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.menutitle {
  font-weight: bold;
  padding-right: 8px;
}
div.menucaption {
  font-size: 80%;
  padding-right: 8px;
}

div.leftmenu {
  padding: 0px;
}
div.leftmenuitem {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  text-align: center;
}
div.leftmenuitem a {
  color: #222;
}
div.leftmenuitem a:hover {
  color: #222;
  text-decoration: none;
}

table.leftmenu td {
  padding: 0px;
  vertical-align: middle;
}
table.leftmenu td.unselected {
  background: url(../images/greytabbg.png);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
  padding: 1px 0px 1px 0px;
}
table.leftmenu td.selected {
  background: url(../images/redtabbg.png);
  border-top: 1px solid #810000;
  border-bottom: 1px solid #810000;
  color: #fff;
  cursor: pointer;
  padding: 0px 2px 0px 0px;
  text-align: center;
}

div.topsubmenu {
/*  background-color: #f6f6f6;*/
  background-color: #eee;
  border-bottom: 1px solid #ccc;
/*  background-image: url(../images/topsubmenubg.png);*/
  margin: 0px;
  padding: 0px 0px 6px 0px;
  text-align: center;
}

div.topsubmenu .item {
  display: inline;
  padding: 0px 24px;
  text-align: center;
}
div.topsubmenu .itemselected {
/*  background-color: #e3e3e3;*/
/*  border: 1px solid #d8d8d8;*/
  display: inline;
  font-weight: bold;
  padding: 0px 12px;
  text-align: center;
/*  border-radius: 6px;*/
/*  -webkit-border-radius: 6px;*/
/*  -moz-border-radius: 6px;*/
}

table.topsubmenu td {

}

table.topsubmenuarrow td {
  font-size: 4px;
  padding-right: 12px;
  text-align: right;
}

div.FieldLabel {
  padding-bottom: 2px;
}

.blogcontainer {
  background-color: #f3f3f3;
  text-align: left;
}

.blogarticlebox {
  background-color: #fefeff;
  border: 1px solid #ccc;
/*  margin-left: 22px;*/
/*  margin-right: 22px;*/
  padding: 16px 40px;
  text-align: left;
  box-shadow: 2px 2px 10px #ccc;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

.blogbox {
  background-color: #fefeff;
  border: 1px solid #ccc;
/*  margin-left: 22px;*/
/*  margin-right: 22px;*/
  padding: 16px 40px 12px 120px;
  text-align: left;
  box-shadow: 2px 2px 10px #ccc;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

.blogCommentSummary {
  color: #999;
  margin-top: -12px;
  padding-bottom: 8px;
}

.blogboxDate {
/*  background-color: #ff6a00;*/
  background-color: #c30000;
  color: #fff;
  display: inline;
  position: absolute;
  margin-left: -92px;
  margin-top: 4px;
  padding: 2px 2px;
  text-align: center;
  width: 60px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.blogboxDateDay {
  background-color: #fff;
  color: #555;
  font-size: 14pt;
  padding: 3px;
}
.blogboxDateMonth {
  font-size: 8pt;
  padding-bottom: 2px;
}
.blogboxDateYear {
  background-color: #fff;
  color: #444;
  font-size: 9pt;
  padding-bottom: 2px;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
}

.blogDate {
  color: #999;
  font-size: 9pt;
  margin-top: -12px;
  margin-bottom: 20px;
}

.commentBox {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  margin-bottom: 24px;
  padding: 8px 12px 0px 12px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
