body {
   background-color: #d9541e;
}

#BGImg {
   width: 100%;
   width: 1024px;
   height: 100%;
   z-index: 0;
  
   position: fixed;
   top: 0; left: 0;

   padding: 0;
   margin: 0;
   border: 0;
}

#BGImg img {
   border: 0;
   width: 100%;
   height: 100%;
}

#Container {
   background-color: #fff;
   border: 0;
   /* margin-left: 10%;
   margin-right: 10%; */
   margin-left: 102px;
   margin-right: 102px;
   padding-left: 0;
   padding-right: 0;
  
   /*width: 80%;*/
   width: 822px;
   
   position: absolute;
   top: 0;
   left: 0;
   /*min-height: 100%;*/

   padding-top: 0;
   padding-bottom: 32px;

}

#Logo {
   background-image: url(/new/acrf/images/logo_bg.png);
   background-repeat: repeat-x;
   text-align: right;
   height: 140px;
   padding: 0;
   
   z-index: 1;
}

#Logo img {
   float: right;
   height: 140px;
   margin: 0;

   z-index: 1;
}

#Menu {
   background-color: #d9541e;
   padding-left: 8pt;
   padding-right: 8pt;
   padding-top: 4pt;
   padding-bottom: 3pt;
   margin-top: 0;
   margin-bottom: 10pt;

   text-align: center;

   z-index: 1;
}

#Menu ul {
   padding: 0;
   margin: 0;
   list-style: none;

   z-index: 1;
}

#Menu li {
   font-family: sans-serif;
   font-size: 10pt;
   height: 20px;
   float: left;
   position: relative; 
   top: 0; left: 0;

}

#Menu li ul {
   border: 0;
   background-color: #d9541e;
   display: none;
   position: absolute;
   top: 1em;
   left: 0;
   width: 18em;

   z-index: 2;
}

#Menu li ul li {
   text-align: left;
   display: block;
   margin: 0;
   width: 18em;
   margin-top: 2pt;
   margin-bottom: 2pt;
}

#Menu li a {
   display: block;
   font-weight: bold;
   text-decoration: none;
   margin-left: 1em;
   margin-right: 1em;
   color: #fff;
}

#Menu li ul li a,
#Menu li ul li a:visited {
   color: #fff;
   font-weight: normal;
   font-size: 11pt;
   width: 18em;
}

#Menu li ul li:hover {
   background-color: #fdb813;
}

#Menu li ul li a.current,
#Menu li ul li a.current:visited {
   color: #000;
}

#Menu li ul li a.current:hover {
   /*Don't hover.*/
   text-decoration: none;
}

#Menu li a:visited {
   color: #fff;
}

#Menu li > ul {
   top: auto;
   left: auto;
}

#Menu li:hover ul, #Menu li.over ul { display: block; }

#RightThing {
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   font-size: 12pt;
   padding: 0px 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 0px;
   
   color: #d9541e;
   width: 360px;
   float: right;

   border-left: 2px solid #d9541e;

   vertical-align: top;
}

#RightThing img {
   width: 360px;
   /*display: block;*/
   padding: 0px;
   margin: 10px;
}

#RightThing p {
   text-align: left;
   position: relative;
   left: 8px;
}

#RightThing p.attribution {
   font-family: Times;
   font-style: normal;
   font-weight: normal;
   text-align: right;
}

#Leftbartop {
   background: #e6e6e6 url(/new/acrf/images/round_top.png) no-repeat top right;
   height: 12px;
   width: 133px;
   border: 0;
   margin: 0;
   padding: 0;
}

#Leftbarbot {
   background: #e6e6e6 url(/new/acrf/images/round_bottom.png) no-repeat bottom right;
   height: 12px;
   width: 133px;
   border: 0;
   margin: 0;
   padding: 0;
   position: absolute;
   bottom: 32px;
}

img.button {
   position: relative;
   border: 0;
   left: 8px; 
}

div.PayPal {
   float: left;
   width: 90px;
}

form.PayPal input {
   display: block;
}

ul.goals {
   list-style: disc outside none;   
}

ul.goals ul {
   list-style: circle outside none;
}

#Content table {
   width: 100%;
   vertical-align: top;
}

#Content table td {
   vertical-align: top;
}

#Content > ul {
   list-style: disc outside;
}

#Content > ul > li {
   margin-left: 1em;
}

#Leftbar {
   background-color: #e6e6e6;
   width: 133px;
   vertical-align: top;
   margin-right: 14pt;
   padding: 0;
   font-size: 9pt;
}

#Leftbar ul {
   list-style: none outside url(/new/acrf/images/bullet.png);
   margin-left: 32px;
   margin-right: 10px;
   padding-left: 0;
}

#Leftbar ul li {
   font-weight: bold;
   margin-left: 0;
   margin-bottom: 1em;
}

#Leftbar ul li.current a {
   color: #000;
}

#Leftbar hr {
   border: 0;
   color: #c4c4c4;
   background-color: #c4c4c4;
   height: 1px;
   width: 80%;
}

#Leftbar p.address {
   font-size: 7pt;
   margin: 24px;
   color: #4c4c4c;
}

#Breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:visited {
   color: #888;
   text-decoration: underline;
}

#Content {
   font-family: sans-serif;
   font-size: 10pt;
   color: #000;
}

#Content h1 {
   font-size: 10pt;
   font-weight: bold;
   font-family: sans-serif;
   color: #fdb813;
}

#Content h2 {
   font-size: 10pt;
   font-weight: bold;
   font-family: sans-serif;
   font-size: 12pt;
}

#Content a {
   color: #d9541e;
   text-decoration: none;
}

#Content a:hover {
   text-decoration: underline;
}

#Content img.left {
   border: 0;
   float: left;
   margin: 5pt;
   width: 45%;
}

#Content img.right {
   border: 0;
   float: right;
   margin: 5pt;
   width: 45%;
}

div.clearer {
   clear: both;
   width: 0px;
   height: 0px;
}

h4 {
   text-align: left;
   font-size: 14pt;
}

#bodyText {
   padding: 0 12pt;
}
