#xamain, table
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
 margin: 0;
 padding: 0;
}

body
{
 margin: 0 auto;
 padding: 0;
 color: #2E2A23;
 background-color: #F4C76C;
 background-image: url('/images/Bottom_texture.jpg');
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: top left;
}

.xapostcontent,
.xapostcontent li,
.xapostcontent table,
.xapostcontent a,
.xapostcontent a:link,
.xapostcontent a:visited,
.xapostcontent a.visited,
.xapostcontent a:hover,
.xapostcontent a.hovered
{
 font-family: Arial, Helvetica, Sans-Serif;
}

.xapostcontent p
{
 margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 32px;
}

.xapostcontent a
{
 text-decoration: none;
 color: #9B3F17;
}

.xapostcontent a:link
{
 text-decoration: none;
 color: #9B3F17;
}

.xapostcontent a:visited, .xapostcontent a.visited
{

 color: #655C4E;
}

.xapostcontent a:hover, .xapostcontent a.hover
{

 text-decoration: underline;
 color: #CC531E;
}


.xapostcontent h1
{
 margin: 21px 0 21px 0; 
 color: #9B3F17;
 
}

.xapostcontent h2
{
 color: #CC531E;
 margin: 19px 0 19px 0; 
 font-size: 24px; 
}

.xapostcontent h3
{
 margin: 19px 0 19px 0; 
 color: #655C4E; 
 font-size: 19px; 
}

.xapostcontent h4
{
 margin: 20px 0 20px 0; 
 color: #4C3406; 
 font-size: 16px; 
}

.xapostcontent h5
{
 margin: 26px 0 26px 0; 
 color: #4C3406; 
 font-size: 13px;
}

.xapostcontent h6
{
 margin: 35px 0 35px 0; 
 color: #4C3406;
 font-size: 11px; 
}

ul
{
 list-style-type: none;
}

ol
{
 list-style-position: inside;
}

#xamain
{
 position: relative;
 width: 100%;
 left: 0;
 top: 0;
 cursor:default;
}

#xapage-background-glare
{
 position: relative;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 background-attachment: fixed;
}

#xapage-background-glare-image
{
 position: relative;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 background-attachment: fixed;
 background-image: url('/images/page_gl.png');
 background-repeat: no-repeat;
 background-position: top center;
}

html:first-child #xapage-background-glare
{
 border: 1px solid transparent;/* Opera fix */
}



.cleared
{
 float: none;
 clear: both;
 margin: 0;
 padding: 0;
 border: none;
 font-size: 1px;
}

form
{
 padding: 0 !important;
 margin: 0 !important;
}

table.position
{
 position: relative;
 width: 100%;
 table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.xasheet
{
 position: relative;
 margin: 0 auto;
 min-width: 25px;
 min-height: 25px;
}

.xasheet-body
{
 position: relative;
 padding: 4px;
}

.xasheet-tr, .xasheet-tl, .xasheet-br, .xasheet-bl, .xasheet-tc, .xasheet-bc,.xasheet-cr, .xasheet-cl
{
 position: absolute;
}

.xasheet-tr, .xasheet-tl, .xasheet-br, .xasheet-bl
{
 width: 36px;
 height: 36px;
 background-image: url('/images/sheet_s.png');
}

.xasheet-tl
{
 top: 0;
 left: 0;
 clip: rect(auto, 18px, 18px, auto);
}

.xasheet-tr
{
 top: 0;
 right: 0;
 clip: rect(auto, auto, 18px, 18px);
}

.xasheet-bl
{
 bottom: 0;
 left: 0;
 clip: rect(18px, 18px, auto, auto);
}

.xasheet-br
{
 bottom: 0;
 right: 0;
 clip: rect(18px, auto, auto, 18px);
}

.xasheet-tc, .xasheet-bc
{
 left: 18px;
 right: 18px;
 height: 36px;
 background-image: url('/images/sheet_h.png');
}

.xasheet-tc
{
 top: 0;
 clip: rect(auto, auto, 18px, auto);
}

.xasheet-bc
{
 bottom: 0;
 clip: rect(18px, auto, auto, auto);
}

.xasheet-cr, .xasheet-cl
{
 top: 18px;
 bottom: 18px;
 width: 36px;
 background-image: url('/images/sheet_v.png');
}

.xasheet-cr
{
 right: 0;
 clip: rect(auto, auto, auto, 18px);
}

.xasheet-cl
{
 left: 0;
 clip: rect(auto, 18px, auto, auto);
}

.xasheet-cc
{
 position: absolute;
 top: 18px;
 left: 18px;
 right: 18px;
 bottom: 18px;
 background-color: #FFFFFF;
}

.xasheet
{
 top: 10px !important;
 margin-bottom: 10px !important;
 cursor:auto;
 width: 1000px;
}


/* end Box, Sheet */

/* begin Header */
div.xaheader
{
 margin: 0 auto;
 position: relative;
 width: 100%;
 height: 150px;
 overflow: hidden;
}


div.xaheader-center
{
 position: relative;
 width: 992px;
 left:50%;
}


div.xaheader-png
{
 position: absolute;
 left:-50%;
 top: 0;
 width: 992px;
 height: 150px;
 background-image: url('/images/header.png');
 background-repeat: no-repeat;
 background-position:center center; 
}

div.xaheader-jpeg
{
 position: absolute;
 top: 0;
 left:-50%;
 width: 992px;
 height: 150px;
 background-image: url('/images/header.jpg');
 background-repeat: no-repeat;
 background-position: center center;
}


/* end Header */

/* begin Logo */
div.xalogo
{
 display: block;
 position: absolute;
 left: 377px;
 top: 57px;
 width: 615px;
}

h1.xalogo-name
{
 display: block;
 text-align: left;
}

h1.xalogo-name, h1.xalogo-name a, h1.xalogo-name a:link, h1.xalogo-name a:visited, h1.xalogo-name a:hover
{
 font-size: 28px;
 text-decoration: none;
 padding: 0;
 margin: 0;
 color: #000000 !important;
}


/* end Logo */

/* begin Menu */
/* menu structure */

.xamenu a, .xamenu a:link, .xamenu a:visited, .xamenu a:hover
{
 outline: none;
}

.xamenu, .xamenu ul
{
 margin: 0;
 padding: 0;
 border: 0;
 list-style-type: none;
 display: block;
}

.xamenu li
{
 margin: 0;
 padding: 0;
 border: 0;
 display: block;
 float: left;
 position: relative;
 z-index: 5;
 background: none;
}

.xamenu li:hover
{
 z-index: 10000;
 white-space: normal;
}

.xamenu li li
{
 float: none;
}

.xamenu ul
{
 visibility: hidden;
 position: absolute;
 z-index: 10;
 left: 0;
 top: 0;
 background: none;
}

.xamenu li:hover>ul
{
 visibility: visible;
 top: 100%;
}

.xamenu li li:hover>ul
{
 top: 0;
 left: 100%;
}

.xamenu:after, .xamenu ul:after
{
 content: ".";
 height: 0;
 display: block;
 visibility: hidden;
 overflow: hidden;
 clear: both;
}
.xamenu, .xamenu ul
{
 min-height: 0;
}

.xamenu ul
{
 background-image: url('/images/spacer.gif');
 padding: 10px 30px 30px 30px;
 margin: -10px 0 0 -30px;
}

.xamenu ul ul
{
 padding: 30px 30px 30px 10px;
 margin: -30px 0 0 -10px;
}

ul.xamenu
{
 float: right;
}



/* menu structure */

.xamenu
{
 padding: 12px 6px 0 6px;
}

.xanav
{
 position: relative;
 min-height: 42px;
 z-index: 100;
}

.xanav .l, .xanav .r
{
 position: absolute;
 z-index: -1;
 top: 0;
 height: 100%;
 background-image: url('/images/nav.png');
}

.xanav .l
{
 left: 0;
 right: 0;
}

.xanav .r
{
 right: 0;
 width: 992px;
 clip: rect(auto, auto, auto, 992px);
}


/* end Menu */

/* begin MenuItem */
.xamenu a
{
 position: relative;
 display: block;
 overflow: hidden;
 height: 30px;
 cursor: pointer;
 text-decoration: none;
}


.xamenu ul li
{
 margin:0;
 clear: both;
}


.xamenu a .r, .xamenu a .l
{
 position: absolute;
 display: block;
 top: 0;
 z-index: -1;
 height: 100px;
 background-image: url('/images/menuitem.png');
}

.xamenu a .l
{
 left: 0;
 right: 4px;
}

.xamenu a .r
{
 width: 408px;
 right: 0;
 clip: rect(auto, auto, auto, 404px);
}

.xamenu a .t, .xamenu ul a, .xamenu a, .xamenu a:link, .xamenu a:visited, .xamenu a:hover
{
 text-align: left;
 text-decoration: none;
}

.xamenu a .t
{
 color: #F9DEAA;
 padding: 0 19px;
 margin: 0 4px;
 line-height: 30px;
 text-align: center;
}

.xamenu a:hover .l, .xamenu a:hover .r
{
 top: -35px;
}

.xamenu li:hover>a .l, .xamenu li:hover>a .r
{
 top: -35px;
}

.xamenu li:hover a .l, .xamenu li:hover a .r
{
 top: -35px;
}
.xamenu a:hover .t
{
 color: #E0DCD7;
}

.xamenu li:hover a .t
{
 color: #E0DCD7;
}

.xamenu li:hover>a .t
{
 color: #E0DCD7;
}


.xamenu a.active .l, .xamenu a.active .r
{
 top: -70px;
}

.xamenu a.active .t
{
 color: #230E05;
}
/* end MenuItem */

/* begin MenuSeparator */
.xamenu .xamenu-li-separator
{
 display: block;
 width: 4px;
 height:30px;
}
/* end MenuSeparator */

/* begin Layout */
.xacontent-layout
{
 display: table;
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
 background-color: Transparent;
 border: none !important;
 padding:0 !important;
}
.xalayout-cell, .xacontent-layout-row
{
 background-color: Transparent;
 vertical-align: top;
 text-align: left;
 border: none !important;
 margin:0 !important;
 padding:0 !important;
}
.xacontent-layout .xacontent-layout{width: auto;margin:0;}
.xacontent-layout .xalayout-cell, .xacontent-layout .xalayout-cell .xacontent-layout .xalayout-cell{display: table-cell;}
.xalayout-cell .xalayout-cell{display: block;}
.xacontent-layout-row {display: table-row;}
.xalayout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.xavmenublock
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xavmenublock-body
{
 position: relative;
 padding: 0;
}


.xavmenublock
{
 margin: 10px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.xavmenublockheader
{
 margin-bottom: 7px;
}

.xavmenublockheader, .xavmenublockheader h3.t
{
 position: relative;
 height: 38px;
}

.xavmenublockheader h3.t,
.xavmenublockheader h3.t a,
.xavmenublockheader h3.t a:link,
.xavmenublockheader h3.t a:visited, 
.xavmenublockheader h3.t a:hover
{
 color: #000000;
 font-size: 14px;
}

.xavmenublockheader h3.t
{
 margin:0;
 padding: 0 10px 0 5px;
 white-space: nowrap;
 line-height: 38px; 
}

.xavmenublockheader .l, .xavmenublockheader .r
{
 position: absolute;
 height: 38px;
 background-image: url('/images/vmenublockheader.png');
}

.xavmenublockheader .l
{
 left: 0;
 right: 6px;
}

.xavmenublockheader .r
{
 width: 992px;
 right: 0;
 clip: rect(auto, auto, auto, 986px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.xavmenublockcontent
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xavmenublockcontent-body
{
 position: relative;
 padding: 0;
}


.xavmenublockcontent
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xavmenublockcontent-body
{
 position: relative;
 padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.xavmenu, ul.xavmenu li
{
 list-style: none;
 margin: 0;
 padding: 0;
 width: auto;
 line-height: 0;
}

ul.xavmenu ul
{
 display: none;
}

ul.xavmenu ul.active
{
 display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.xavmenu a
{
 position: relative;
 display: block;
 overflow: hidden;
 height: 26px;
 cursor: pointer;
 text-decoration: none;
}

ul.xavmenu li.xavmenu-separator
{
 display: block;
 padding: 1px 0 1px 0;
 margin: 0;
 font-size: 1px;
}

ul.xavmenu .xavmenu-separator-span
{
 display: block;
 padding: 0;
 font-size: 1px;
 height: 0;
 line-height: 0;
 border: none;
}

ul.xavmenu a .r, ul.xavmenu a .l
{
 position: absolute;
 display: block;
 top: 0;
 height: 88px;
 background-image: url('/images/vmenuitem.png');
}

ul.xavmenu a .l
{
 left: 0;
 right: 7px;
}

ul.xavmenu a .r
{
 width: 1006px;
 right: 0;
 clip: rect(auto, auto, auto, 999px);
}

ul.xavmenu a .t, ul.xavmenu ul a
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 12px;
}

ul.xavmenu a .t
{
 display: block;
 position:relative;
 top:0;
 line-height: 26px;
 color: #564E43;
 padding: 0 11px 0 11px;
 margin-left:0;
 margin-right:0;
}

ul.xavmenu a.active .l, ul.xavmenu a.active .r
{
 top: -62px;
}

ul.xavmenu a.active .t
{
 color: #564E43;
}

ul.xavmenu a:hover .l, ul.xavmenu a:hover .r
{
 top: -31px;
}

ul.xavmenu a:hover .t
{
 color: #1A1814;
}


/* end VMenuItem */

/* begin Box, Block */
.xablock
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xablock-body
{
 position: relative;
 padding: 0;
}


.xablock
{
 margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.xablockheader
{
 margin-bottom: 2px;
}

.xablockheader, .xablockheader h3.t
{
 position: relative;
 height: 38px;
}

.xablockheader h3.t,
.xablockheader h3.t a,
.xablockheader h3.t a:link,
.xablockheader h3.t a:visited, 
.xablockheader h3.t a:hover
{
 color: #000000;
 font-size: 14px;
}

.xablockheader h3.t
{
 margin:0;
 padding: 0 11px 0 6px;
 white-space: nowrap;
 line-height: 38px; 
}

.xablockheader .l, .xablockheader .r
{
 position: absolute;
 height: 38px;
 background-image: url('/images/blockheader.png');
}

.xablockheader .l
{
 left: 0;
 right: 7px;
}

.xablockheader .r
{
 width: 992px;
 right: 0;
 clip: rect(auto, auto, auto, 985px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.xablockcontent
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xablockcontent-body
{
 position: relative;
 padding: 7px;
}


.xablockcontent-body, 
.xablockcontent-body li, 
.xablockcontent-body a,
.xablockcontent-body a:link,
.xablockcontent-body a:visited,
.xablockcontent-body a:hover
{
 color: #231F1B;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 13px;
}

.xablockcontent-body p
{
 margin: 6px 0 6px 0;
}

.xablockcontent-body a
{
 color: #853614;

}

.xablockcontent-body a:link
{
 color: #853614;

}

.xablockcontent-body a:visited, .xablockcontent-body a.visited
{
 color: #90836F;
 text-decoration: none;
}

.xablockcontent-body a:hover, .xablockcontent-body a.hover
{
 color: #8E620B;
 text-decoration: none;

}

.xablockcontent-body ul li
{
 line-height: 125%; 
 color: #484137;

}/* end Box, BlockContent */

/* begin Button */
.xabutton-wrapper a.xabutton,
.xabutton-wrapper a.xabutton:link,
.xabutton-wrapper input.xabutton,
.xabutton-wrapper button.xabutton
{
 text-decoration: none;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 13px;
 position:relative;
 top:0;
 display: inline-block;
 vertical-align: middle;
 white-space: nowrap;
 text-align: center;
 color: #0E0A01 !important;
 width: auto;
 outline: none;
 border: none;
 background: none;
 line-height: 32px;
 height: 32px;
 margin: 0 !important;
 padding: 0 16px !important;
 overflow: visible;
 cursor: pointer;
}

.xabutton img, .xabutton-wrapper img
{
 margin: 0;
 vertical-align: middle;
}

.xabutton-wrapper
{
 vertical-align: middle;
 display: inline-block;
 position: relative;
 height: 32px;
 overflow: hidden;
 white-space: nowrap;
 width: auto;
 margin: 0;
 padding: 0;
 z-index: 0;
}

.firefox2 .xabutton-wrapper
{
 display: block;
 float: left;
}

input, select, textarea
{
 vertical-align: middle;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 13px;
}

.xablock select 
{
 width:96%;
}

.xabutton-wrapper.hover .xabutton, .xabutton-wrapper.hover a.xabutton:link, .xabutton:hover
{
 color: #000000 !important;
 text-decoration: none !important;
}

.xabutton-wrapper.active .xabutton, .xabutton-wrapper.active a.xabutton:link
{
 color: #E7E4DF !important;
}

.xabutton-wrapper .xabutton-l, .xabutton-wrapper .xabutton-r
{
 display: block;
 position: absolute;
 height: 106px;
 margin: 0;
 padding: 0;
 background-image: url('/images/button.png');
}

.xabutton-wrapper .xabutton-l
{
 left: 0;
 right: 10px;
}

.xabutton-wrapper .xabutton-r
{
 width: 409px;
 right: 0;
 clip: rect(auto, auto, auto, 399px);
}

.xabutton-wrapper.hover .xabutton-l, .xabutton-wrapper.hover .xabutton-r
{
 top: -37px;
}

.xabutton-wrapper.active .xabutton-l, .xabutton-wrapper.active .xabutton-r
{
 top: -74px;
}

.xabutton-wrapper input
{
 float: none !important;
}
/* end Button */

/* begin Box, Post */
.xapost
{
 position: relative;
 margin: 0 auto;
 min-width: 1px;
 min-height: 1px;
}

.xapost-body
{
 position: relative;
 padding: 10px;
}


.xapost
{
 margin: 0;
}

a img
{
 border: 0;
}

.xaarticle img, img.xaarticle
{
 border: solid 0 #CAC3BA;
 margin: 7px;
}

.xametadata-icons img
{
 border: none;
 vertical-align: middle;
 margin: 2px;
}

.xaarticle table, table.xaarticle
{
 border-collapse: collapse;
 margin: 1px;
}

.xaarticle th, .xaarticle td
{
 padding: 2px;
 border: solid 1px #B1A89A;
 vertical-align: top;
 text-align: left;
}

.xaarticle th
{
 text-align: center;
 vertical-align: middle;
 padding: 7px;
}

pre
{
 overflow: auto;
 padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.xapostheader
{
 color: #6F2D11;
 margin: 5px 0 5px 0;
}

h2.xapostheader, 
h2.xapostheader a, 
h2.xapostheader a:link, 
h2.xapostheader a:visited,
h2.xapostheader a.visited,
h2.xapostheader a:hover,
h2.xapostheader a.hovered
{
 font-size: 24px;
}

h2.xapostheader a, h2.xapostheader a:link
{
 text-align: left;
 text-decoration: none;
 color: #853614;
}

h2.xapostheader a:visited, h2.xapostheader a.visited
{

 color: #564E43;
}


h2.xapostheader a:hover, h2.xapostheader a.hovered
{


 color: #CC531E;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.xapost ol, .xapost ul
{
 margin: 1em 0 1em 2em;
 padding: 0;
}

.xapost li
{
 font-size: 13px;
}

.xapost li ol, .xapost li ul
{
 margin: 0.5em 0 0.5em 2em;
 padding: 0;
}

.xapost li
{
 color: #484137; 

 padding: 0;
}


/* end PostBullets */

/* begin PostQuote */
.xapostcontent blockquote,
.xapostcontent blockquote a,
.xapostcontent blockquote a:link,
.xapostcontent blockquote a:visited,
.xapostcontent blockquote a:hover
{
 color: #3D372F;
 font-style: italic;
 font-weight: normal;
 text-align: left;
}

.xapostcontent blockquote p
{
 margin: 2px 0 2px 15px;
}

.xapostcontent blockquote
{
 border: solid 0 #CAC3BA;
 margin: 10px 10px 10px 50px;
 padding: 0 0 0 28px;
 background-color: #EBE9E5;
 background-image: url('/images/ucoztemplates_postquote.png');
 background-position: left top;
 background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
 overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.xafooter
{
 position: relative;
 overflow: hidden;
 width: 100%;
}

.xafooter-b 
{
 position: absolute;
 left:5px;
 right:5px;
 bottom:0;
 height:5px;
 background-image: url('/images/footer_b.png');
}

.xafooter-r, .xafooter-l
{
 position: absolute;
 height:5px;
 background-image: url('/images/footer_s.png');
 bottom: 0;
}

.xafooter-l
{
 left: 0;
 width:5px;
}

.xafooter-r
{
 right: 0;
 width:10px;
 clip: rect(auto, auto, auto, 5px);
}

.xafooter-t
{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 5px;
 background-color: #CAC3BA;
}

.xafooter-body
{
 position:relative;
 padding: 5px;
}

.xafooter-body .xarss-tag-icon
{
 position: absolute;
 left: 6px;
 bottom:5px;
 z-index:1;
}

.xarss-tag-icon
{
 display: block;
 background-image: url('/images/rssicon.png');
 background-position: center right;
 background-repeat: no-repeat;
 height: 32px;
 width: 32px;
 cursor: default;
}

.xafooter-text p
{
 padding:0;
 margin:0;
}

.xafooter,
.xafooter a,
.xafooter a:link,
.xafooter a:visited,
.xafooter a:hover
{
 color: #1D1A16;
 font-size: 11px;
}

.xafooter-text
{
 min-height: 32px;
 padding: 0 10px 0 10px;

}

.xafooter,
.xafooter-text,
.xafooter p
{
 text-align: center;
}

.xafooter a,
.xafooter a:link
{
 color: #564E43;
 text-decoration: none;
}

.xafooter a:visited
{
 color: #736959;

}

.xafooter a:hover
{
 color: #853614;

 text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.xapage-footer, 
.xapage-footer a,
.xapage-footer a:link,
.xapage-footer a:visited,
.xapage-footer a:hover
{
 font-family: Arial;
 font-size: 10px;
 letter-spacing: normal;
 word-spacing: normal;
 font-style: normal;
 font-weight: normal;
 text-decoration: underline;
 color: #B1481B;
}

.xapage-footer
{
 margin: 1em;
 text-align: center;
 text-decoration: none;
 color: #8E620B;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.xacontent-layout .xasidebar1
{
 background-image: url('/images/sidebar_bg.png');
 width: 200px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */




.xacontent-layout .xacontent .xablock
{
 background-image: url('/images/sidebar_bg.png');
}
/* end LayoutCell, content */




.overview-table .xalayout-cell
{
 width:33%;
}


.overview-table-inner 
{
 margin:10px;
}

table.table
{
 width:100%;
 border-collapse:collapse;
 table-layout:fixed;
 text-align:left;
 vertical-align:top;
}

table.table, table.table tr, table.table td
{
 border:none;
 margin:0;
 padding:0;
 background-color:Transparent;
}

img.image
{
 margin:0;
 padding:0;
 border:none;
}