html, body {
   height: 100%;
   padding: 0;
   margin: 0;
}

body {
   overflow-x: hidden;
}

body, td {
   font-family: Georgia;
   font-size: 14px;
   line-height: 18px;
   color: #2d3638;
}

h1, h2, h3 {
   font-weight: normal;
}

h1 {
   font-family: Georgia;
   font-size: 21px;
   color: #5d661a;
   margin: 0px;
}

h2 {
   font-family: Georgia;
   font-style: italic;
   font-size: 19px;
   line-height: 12px;
   color: #5d661a;
   text-transform: lowercase;
   margin: 0px;
}

h3 {
   font-size: 15px;
   margin: 0px;
   margin-bottom: 20px;
}

p {
   width: 460px;
}

.cc, .datum {
   font-family: Arial;
   font-size: 9px;
   color: #666666;
}

#content a {
   cursor: pointer;
}

.cc {
   float: left;
   padding-left: 18px;
   background-image: url(cc1.png);
   background-repeat: no-repeat;
   text-transform: uppercase;
   margin-left: 6px;
}

.cc img {
   top: 6px;
   position: relative;
}

#topline {
   width: 2000px;
   height: 5px;
   background-repeat: repeat-y;
   background-image: url(topline.png);
   position: fixed;
   margin-left: -1000px;
   left: 50%;
   top: 0px;
   z-index: 10;
}

#bg {
   width: 2000px;
   height: 100%;
   background-repeat: repeat-y;
   background-image: url(bg.png);
   position: fixed;
   margin-left: -1000px;
   left: 50%;
   top: 5px;
}

#wrapper {
   margin: 0 auto;
   margin-top: 5px;
   position: relative;
   width: 955px;
   z-index: 1;
   min-height: 100%;
}

#sidebar, #contentwrapper {
   float: left;
}

#contentwrapper {
   width: 630px;
   padding-left: 35px;
}

#content {
   padding-top: 50px;
}

#sidebar {
   width: 235px;
   padding-left: 25px;
   padding-right: 20px;
}

#logo {
   background-image: url(logo1.png);
   background-repeat: no-repeat;
   width: 87px;
   height: 140px;
}

#logo:hover {
   background-image: url(logo2.png);
}

#mw {
   margin-left: 7px;
}

#footer {
   font-family: Georgia;
   font-size: 9px;
   line-height: 11px;
   color: #78675e;
   padding-left: 35px;
   padding-top: 75px;
   padding-bottom: 35px;
}

a.menuitem {
   display: block;
}

#menu img {
   margin-left: 10px;
}

a {
   color: #8a1103;
   text-decoration: none;
}

a:hover {
   color: #8a1103;
   text-decoration: underline;
}

a:focus { 
   outline: none; 
}

.d1 {
   margin-top: 20px;
}

.d2 {
   margin-top: 40px;
}

blockquote {
   width: 430px;
   height: 107px;
   padding: 15px 20px;
   padding-right: 60px;
   background-image: url(statementl.png);
   background-repeat: no-repeat;
   margin: 0px;
}

.statement {
   font-family: Georgia;
   font-size: 14px;
   font-style: italic;
   color: #2d3638;
   line-height: 17px;
   width: 400px;
}

.signature {
   font-family: Georgia;
   font-size: 16px;
   font-style: italic;
   color: #5d661a;
   display: block;
   margin-top: 17px;
}

a img {
   border: none;
}

ul.globes, ul.slideshow {
   padding-left: 0px;
   margin-left: 0px;
   margin-top: 0px;
}

ul.globes a {
   text-decoration: none;
}

ul.globes li {
   width: 196px;
   height: 260px;
   float: left;
   list-style-type: none;
}

ul.globes li div {
   margin-left: 50px;
   width: 150px;
   line-height: 16px;
   cursor: pointer;
}

ul.globes li div.title {
   text-transform: uppercase;
   font-size: 15px;
   line-height: 17px;
   color: #5d661a;
   margin-top: 7px;
   margin-bottom: 1px;
}

ul.slideshow li {
   list-style-type: none;
}

.menu {
   width: 460px;
   padding-top: 11px;
   padding-bottom: 11px;
}

.menu img {
   margin-right: 5px;
   cursor: pointer;
   border-bottom: 2px solid white;
}

.menu img.selected {
   border-bottom: 2px solid #8a1103;
}

div.hr {
  height: 15px;
  background: #fff url(dot.png) repeat-x scroll center;
  position: relative;
  left: -13px;
  width: 610px;
}

div.hr hr {
  display: none;
}

.top_left, .top_right, .bottom_left, .bottom_right {
   background-image:url("corner.gif");
   width:4px;
   height:4px;
}

.rcorner_wrapper {
   float:left;
   position:relative;
   height:auto;
   width:auto;
   margin-bottom:10px;
}

.top_left, .top_right, .bottom_left, .bottom_right {
   position:absolute;
}

.top_left{top:0;left:0;background-position:left top;}
.top_right{top:0;right:0;background-position:right top;}
.bottom_left{bottom:0;left:0;background-position:left bottom;}
.bottom_right{bottom:0;right:0;background-position:right bottom;}

