body {
	background-color: #FFF;
	background-image: url(image/pageback.png);
	margin: 1em 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.dmx {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	border: 1px solid #113763;
	color: #FFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #113763;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	border: 1px solid #6C4617;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background-color: #6C4617;
}
.dmx .item2 {
	background-color: #6C4617;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #A36923;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */

a:link {
	color: #996633;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #996633;
}
a:active {
	color: #996633;
}

h1 {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
}


.pagetitle {
	font-weight: normal;
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: normal;
	font-size: 1.15em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1em;
	color: #523612;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bodybox {
	max-width: 978px;
	width:auto;
	border: 2px solid #0B233E;
	background-color: #FFF;
	-moz-box-shadow: 0 0 35px #3F2417;
	-webkit-box-shadow: 0 0 35px #3F2417;
	box-shadow: 0 0 35px #3F2417;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;


}


.bodyboxTRY {
	position:relative;
	width:auto;
	max-width:980px;
	border: 2px solid #0B233E;
	background-color: #FFF;
	-moz-box-shadow: 0 0 35px #3F2417;
	-webkit-box-shadow: 0 0 35px #3F2417;
	box-shadow: 0 0 35px #3F2417;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
			
}



p.old{
	font-size: 1em;
	color: #523612;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 45px;
	padding-bottom: 0px;
	vertical-align: top;
}

.small {
	font-size: .75em;
	color: #523612;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* 
p, td, ol {
	font-size: 1em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}*/

.redbold {
	font-weight: bold;
	color: #B50000;
	font-size: 1em;
}

.dotted {
	outline-style:dotted;
	}

.imgleftplacement{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	float:left
}
.imgrightplacement{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	float:right;
}


/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 25px;
}

/* Float image to right of paragraph */ 
img.floatRight{ 
float: right;    
margin-right: 25px;
margin-left: 25px;
}

.padfloatcenter {
	margin: auto;
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	border: 1px solid #523612;
} 

/* Center image between margins */ 
div.center { 
	width: 100%; 
	text-align: center;
	}

.tdvertline {
	margin: 0px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	
}

.tdvertline {
	margin: 0px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #362121;
	}	
	

.greytext {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
}

.greytextsmallctr {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	font-weight: lighter;
	word-spacing: .1em;
	text-align: center;
}
