/* begin Page */



body
{
	margin: 0 auto;
	padding: 0;
	background-color: #232622;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}
img {padding: 5px;}
#dizmain
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#dizpage-background-glare
{
	position: absolute;
	width: 100%;
	height: 444px;
	left: 0;
	top: 0;
}

#dizpage-background-glare-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 444px;
	width: 283px;
	margin: 0;
}

html:first-child #dizpage-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}


#dizpage-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;
	
}

#dizpage-background-gradient
{
	background-position: top left;
}


.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 */
.dizSheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:43px;
	min-height:43px;
}

.dizSheet-body
{
	position: relative;
	z-index:1;
	padding: 13px;
}

.dizSheet-tr, .dizSheet-tl, .dizSheet-br, .dizSheet-bl, .dizSheet-tc, .dizSheet-bc,.dizSheet-cr, .dizSheet-cl
{
	position:absolute;
	z-index:-1;
}

.dizSheet-tr, .dizSheet-tl, .dizSheet-br, .dizSheet-bl
{
	width: 54px;
	height: 54px;
	background-image: url('images/Sheet-s.png');
}

.dizSheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 27px, 27px, auto);
}

.dizSheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 27px, 27px);
}

.dizSheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(27px, 27px, auto, auto);
}

.dizSheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(27px, auto, auto, 27px);
}

.dizSheet-tc, .dizSheet-bc
{
	left: 27px;
	right: 27px;
	height: 54px;
	background-image: url('images/Sheet-h.png');
}

.dizSheet-tc
{
	top: 0;
	clip: rect(auto, auto, 27px, auto);
}

.dizSheet-bc
{
	bottom: 0;
	clip: rect(27px, auto, auto, auto);
}

.dizSheet-cr, .dizSheet-cl
{
	top: 27px;
	bottom: 27px;
	width: 54px;
	background-image: url('images/Sheet-v.png');
}

.dizSheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 27px);
}

.dizSheet-cl
{
	left:0;
	clip: rect(auto, 27px, auto, auto);
}

.dizSheet-cc
{
	position:absolute;
	z-index:-1;
	top: 27px;
	left: 27px;
	right: 27px;
	bottom: 27px;
	background-color: #F5E8B8;
}


.dizSheet
{
	margin-top: 10px !important;
}

#dizpage-background-simple-gradient, #dizpage-background-gradient, #dizpage-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.dizHeader
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 874px;
	height: 225px;
}

div.dizHeader-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 874px;
	height: 225px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.dizHeader-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 874px;
	height: 225px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.dizLogo
{
	display : block;
	position: absolute;
	left: 17px;
	top: 165px;
	width: 857px;
}

h1.dizLogo-name
{
	display: block;
	text-align: left;
}

h1.dizLogo-name, h1.dizLogo-name a, h1.dizLogo-name a:link, h1.dizLogo-name a:visited, h1.dizLogo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #332E1A !important;
}

.dizLogo-text
{
	display: block;
	text-align: left;
}

.dizLogo-text, .dizLogo-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.dizmenu a, .dizmenu a:link, .dizmenu a:visited, .dizmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.dizmenu, .dizmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.dizmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.dizmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.dizmenu li li
{
	float: none;
}

.dizmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.dizmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.dizmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.dizmenu:after, .dizmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.dizmenu, .dizmenu ul
{
	min-height: 0;
}

.dizmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.dizmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.dizmenu
{
	padding: 12px 6px 0px 6px;
}

.diznav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.diznav .l, .diznav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('images/nav.png');
}

.diznav .l
{
	left: 0;
	right:0px;
}

.diznav .r
{
	right: 0;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}


/* end Menu */

/* begin MenuItem */
.dizmenu ul li
{
	clear: both;
}

.dizmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.dizmenu a .r, .dizmenu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.dizmenu a .l
{
	left:0;
	right:4px;
}

.dizmenu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.dizmenu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DDE0DC;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.dizmenu a:hover .l, .dizmenu a:hover .r
{
	top:-29px;
}

.dizmenu li:hover>a .l, .dizmenu li:hover>a .r
{
	top:-29px;
}

.dizmenu li:hover a .l, .dizmenu li:hover a .r
{
	top:-29px;
}
.dizmenu a:hover .t
{
	color: #232622;
}

.dizmenu li:hover a .t
{
	color: #232622;
}

.dizmenu li:hover>a .t
{
	color: #232622;
}


.dizmenu a.active .l, .dizmenu a.active .r
{
	top: -58px;
}

.dizmenu a.active .t
{
	color: #0F100E;
}


/* end MenuItem */

/* begin ContentLayout */
.dizcontentLayout
{
	position: relative;
	margin-bottom: 3px;
	width: 874px;
}
/* end ContentLayout */

/* begin Box, Block */
.dizBlock
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.dizBlock-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.dizBlock-tr, .dizBlock-tl, .dizBlock-br, .dizBlock-bl, .dizBlock-tc, .dizBlock-bc,.dizBlock-cr, .dizBlock-cl
{
	position:absolute;
	z-index:-1;
}

.dizBlock-tr, .dizBlock-tl, .dizBlock-br, .dizBlock-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.dizBlock-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.dizBlock-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.dizBlock-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.dizBlock-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.dizBlock-tc, .dizBlock-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.dizBlock-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.dizBlock-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.dizBlock-cr, .dizBlock-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.dizBlock-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.dizBlock-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.dizBlock-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #F3F1E7;
}


.dizBlock
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.dizBlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.dizBlockHeader .t
{
	height: 30px;
	color: #CFC6A0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.dizBlockHeader .l, .dizBlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.dizBlockHeader .l
{
	left:0;
	right:6px;
}

.dizBlockHeader .r
{ 
	width:894px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}





.dizheader-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 25px;
	background-repeat: no-repeat;
	min-height: 18px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.dizBlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dizBlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.dizBlockContent-body
{
	color:#5C6459;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.dizBlockContent-body a:link
{
	color: #6D6237;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.dizBlockContent-body a:visited, .dizBlockContent-body a.visited
{
	color: #848E80;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.dizBlockContent-body a:hover, .dizBlockContent-body a.hover
{
	color: #BB991B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.dizBlockContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.dizBlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.dizBlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.dizPost
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dizPost-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.dizPost
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.dizarticle img, img.dizarticle
{
	border: solid 1px #B7A971;
	margin: 1em;
}

.dizmetadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.dizarticle table, table.dizarticle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.dizarticle table, table.dizarticle .dizarticle tr, .dizarticle th, .dizarticle td
{
	background-color:Transparent;
}

.dizarticle th, .dizarticle td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.dizarticle th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.dizPostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2D312B;
}

.dizPostHeaderIcon-wrapper, .dizPostHeaderIcon-wrapper a, .dizPostHeaderIcon-wrapper a:link, .dizPostHeaderIcon-wrapper a:visited, .dizPostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2D312B;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.dizPostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4E4627;
}

.dizPostHeader a:visited, .dizPostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D544A;
}

.dizPostHeader a:hover, .dizPostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #B3911A;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #3E443C;
}

.dizPostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #3E443C;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #887A44;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #887A44;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #323630;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #B3911A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #4A5148;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #636C60;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #887A44;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #4D544A;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #4D544A;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #4D544A;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #2D312B;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.dizPost li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.dizPost ol li, .dizPost ul ol li
{
	background: none;
	padding-left:0;
}

.dizPost ul li, .dizPost ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.dizbutton-wrapper .dizbutton
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.dizbutton-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.dizbutton-wrapper .dizbutton
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.dizbutton-wrapper.hover .dizbutton, .dizbutton:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.dizbutton-wrapper.active .dizbutton
{
	color: #FCF9ED !important;
}

.dizbutton-wrapper .l, .dizbutton-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.dizbutton-wrapper .l
{
	left:0;
	right:11px;
}

.dizbutton-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.dizbutton-wrapper.hover .l, .dizbutton-wrapper.hover .r
{
	top: -34px;
}

.dizbutton-wrapper.active .l, .dizbutton-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.dizFooter
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 874px;
	margin: 5px auto 0px auto;
}

.dizFooter .dizFooter-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: right;
}

.dizFooter .dizFooter-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 874px;
	height: 150px;
	bottom:0;
	left:0;
}


.dizFooter .dizFooter-text p
{
	margin: 0;
}

.dizFooter .dizFooter-text
{
	display:inline-block;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.dizFooter .dizFooter-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.dizFooter .dizFooter-text a:visited
{
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.dizFooter .dizFooter-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.dizpage-footer, .dizpage-footer a, .dizpage-footer a:link, .dizpage-footer a:visited, .dizpage-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:#E3BE3B;
}

.dizpage-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#B4A56A;
}
/* end PageFooter */

/* begin LayoutCell */
.dizcontentLayout .dizsidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 174px;
}
/* end LayoutCell */

/* begin LayoutCell */
.dizcontentLayout .dizcontent
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 525px;
}
.dizcontentLayout .dizcontent-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 699px;
}
.dizcontentLayout .dizcontent-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 699px;
}
.dizcontentLayout .dizcontent-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 873px;
}
/* end LayoutCell */

/* begin LayoutCell */
.dizcontentLayout .dizsidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 174px;
}
/* end LayoutCell */


