BODY{
  margin: 0px; padding: 0px;
  background: url('/images/structure/background.jpg') #e4dccd;
  min-width: 950px;
  text-align: center;
  overflow: scroll;
}

DIV#SiteWrapper{
  width: 760px;
  background: url('/images/structure/wrapperBackground.gif') repeat-y white;
  text-align: left;
  margin: 0px auto 0px auto;
}
DIV#HeaderShadow{
  width: 760px; height: 5px;
  margin: 10px auto 0px auto;
}


/* Fonts */

H1, H2, H3, H4, H5{
  font-family: Arial, sans-serif;
  font-weight: bold;
}
H1{
  font-family: Courier New, Arial, sans-serif;
  font-size: 25px;
  color: #353b24;
  margin: 0 0 10px 0; padding: 8px 20px 5px 10px;
  background-color: #F1F1F1;
}

P, A, DIV, SPAN, FONT, LI, SELECT, INPUT, TEXTAREA{
  font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal; font-style: normal;
  font-size: 11px;
  text-decoration: none; letter-spacing: 1px;
  line-height: 19px;
  color: #353b24;
  margin: 0px; padding: 0px;
  outline: none;
}
A:HOVER{
  color: #A32D24;
}


/* Forms */

INPUT, TEXTAREA{

}




/* Header */

DIV#HeaderWrapper{
  clear: both;
  width: 750px;
  margin: 0 0 0 5px;
}

DIV#HeaderTitle{
  height: 110px;
  background-color: white;
}
DIV#HeaderTitle TD, DIV#HeaderTitle TD A{
  font-family: Tahoma, Verdana, Trebuchet MS, Helvetica, sans-serif;
  font-weight: normal; font-style: normal;
  font-size: 13px;
  text-decoration: none; letter-spacing: 1px;
  line-height: 19px;
  color: #353b24;
  letter-spacing: 0px;
}
DIV#HeaderTitle TD A{
  text-decoration: underline;
}

DIV#HeaderNavigation{
  height: 95px;
  background: url('/images/structure/headerNavBackground.gif') repeat-x 0px 0px #ffffff;
}
DIV#HeaderNavigation DIV.headerMenu{
  display: block;
  height: 59px;
  margin: 9px 18px 0 18px; padding: 20px 20px 0 20px;
  float: left;
  font-family: Century Gothic, Verdana, sans-serif;
  font-size: 17px; font-weight: bold;
  color: white;
  cursor: pointer;
  text-align: center;
  background: url('/images/structure/headerNavHighlight.gif') repeat-x 0px -59px;
}
DIV#HeaderNavigation DIV.headerMenuOver{
  background-position: 0px 0px;
}



/* Body */

DIV#BodyWrapper{
  clear: both;
  width: 715px; 
  margin: 0 0 0 20px;
  overflow: hidden;
}

DIV#BodyContent{
  width: 3675px; /* 715 * 5 + 100 */
  position: relative;
}

DIV.page{
  width: 715px; 
  float: left;
}
DIV.page P{
  margin: 15px 10px 0 10px;
}



/* Footer */

DIV#FooterWrapper{
  clear: both;
  width: 750px;
  margin: 0 0 0 5px;
}

DIV#FooterNavigation{
  height: 180px;
  background: url('/images/structure/footerNavBackground.gif') repeat-x 0px 0px #add042;
}

DIV#FooterMenu{
  width: 150px; height: 164px;
  float: left;
  margin: 16px 0 0 0;
}
DIV#FooterMenu DIV.item, DIV#FooterMenu DIV.itemSelected{
  width: 150px; height: 41px;
  cursor: pointer;
  background: url('/images/structure/footerNavMenu.gif') repeat-x 0px 0px #a56f22;  
  margin: 0px; padding: 0px;
}
DIV#FooterMenu DIV.item P, DIV#FooterMenu DIV.itemSelected P{
  width: 120px; height: 20px;
  position: relative; top: 10px; left: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: white;
}
DIV#FooterMenu DIV.itemSelected{
  background-position: 0px -41px; background-color: #add042;
}
DIV#FooterMenu DIV.itemSelected P{
  color: #353b24;
}

DIV#FooterContent{
  width: 600px; height: 164px;
  background: url('/images/structure/footerBackground.jpg') no-repeat bottom right #add042;
  float: left;
  margin: 16px 0 0 0;
}
DIV#FooterContent DIV.footerBox{
  height: 150px;
  background-color: #b5d848;
  border-bottom: solid 1px #cdf160;
  margin: 6px 0 0 0;
  position: relative;
  float: left;
}
DIV#FooterContent DIV.footerBox P, DIV#FooterContent DIV.footerBox A{
  font-family: Arial, sans-serif;
  font-size: 11px; 
  line-height: 14px;
}
DIV#FooterContent DIV.footerBox P{
  margin: 5px;
}
DIV#FooterContent DIV.footerBox DL{
  margin: 5px 0 0 10px;
  padding: 0px;
}
DIV#FooterContent DIV.footerBox DL DT{
  font-family: Arial, sans-serif;
  font-size: 11px; font-weight: bold;
  line-height: 14px;
  margin: 0 10px 3px 0; padding: 0px;
  border-bottom: dotted 1px #add042;
}
DIV#FooterContent DIV.footerBox DL DD, DIV#FooterContent DIV.footerBox DL DD A{
  font-size: 9px; 
  line-height: 13px;
  margin: 0 0 0 0px; padding: 0px;
}

DIV#FooterFootnote{
  width: 760px; height: 30px;
  background: url('/images/structure/footerShadow.gif') no-repeat 0px 0px;
  margin: 0px auto 0px auto;
}
DIV#FooterFootnote P, DIV#FooterFootnote P A{
  font-family: Arial, sans-serif;
  font-size: 11px; 
  letter-spacing: 0px;
}
DIV#FooterFootnote P{
  position: relative; left: -10px; top: 5px;
}

IMG.preload{
  display: none;
}