/* Base */
HTML {
    height: 100%;
}
BODY {
    background-color: #220C08;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #473B39;
    height: 100%;
    width: 100%;
}

BODY,TD {font: 12px Arial, Helvetica, sans-serif;}
P,UL,LI,INPUT,SELECT,TEXTAREA {font: 12px Arial, Helvetica, sans-serif}

/* Font */
.f10px { 
    font-size: 10px;
}
.f11px { 
    font-size: 11px;
}
.f14px { 
    font-size: 14px;
}

/* Color */



/* Block */
.nr {
    background-repeat: no-repeat;
}
.rx {
    background-repeat: repeat-x;
}
.ry {
    background-repeat: repeat-y;
}
TD.leftCol {
    width: 306px;
    vertical-align: top;
    background-repeat: no-repeat;
    height: 100%;
}
TD.leftCol TD {
    vertical-align: top;
}
TD.leftCol A {
    color: #644B32;
}
TD.leftCol TD.tdLeft1 {
    height: 97px;
    vertical-align: bottom;
}
A.divLeft {
    height: 200px;
    width: 306px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
    display: none;
    text-decoration: none;
}
A.divLeft:hover {
   text-decoration: none;
}
TD.leftCol TD.tdLeft2 {
    height: 235px;
    vertical-align: bottom;
}
TD.leftCol TD.tdLeft3 {
    height: 450px;
    background-repeat: no-repeat;
    padding: 0px 10px 50px 125px;
}
TD.leftCol TD.tdLeft4 {
    height: *;
    padding-bottom: 50px;
    vertical-align: bottom;
}
TD.rightCol {
    width: *;
    vertical-align: top;
}
DIV.main {
    padding: 0px 20% 0px 20px;
}
TD.tdRight1 {
    background-repeat: no-repeat;
    width: 424px;
    height: 152px;
}
TD.tdRight2 {
    background-repeat: no-repeat;
    width: *;
    height: 253px;
}
TD.tdRight3 {
    background-repeat: no-repeat;
    width: 424px;
    height: 101px;
}
.tHeight {
    width: 100%;
    height: 100%;
}
DIV.leftMenu A {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
DIV.linkHead {
    font-weight: bold;
    margin: 50px 0px 17px 0px;
    color: #DECF8A;
}
DIV.item {
    padding: 15px;
    margin-bottom: 4px;
}
DIV.itemHead {
    background-color: #7F6443;
    margin-bottom: 2px;
    color: #E9DBB0;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}
DIV.itemHead A {
    color: #E9DBB0;
    text-decoration: none;
}
DIV.itemHead A:hover {
    text-decoration: underline;
}
DIV.itemBody {
    background-color: #E4CEA7;
    padding: 10px 20px 10px 20px;
    min-height: 100px;
    overflow: visible;
}
DIV.itemFoot {
    background-color: #F1DFAE;
    padding: 10px 20px 10px 20px;
    border-style: solid;
    border-color: #A88558;
    border-width: 1px 0px 0px 0px;
    font-size: 11px;
    color: #795837;
}
DIV.itemFoot A {
    color: #3D5831;
}

.tMenu {
    margin: 0px 20px 30px 70px;
}
.tMenu TD {
    font-weight: bold;
    font-size: 12px;
    color: #E3D59E;
    white-space : nowrap;
    text-align: center;
}
.tMenu A {
    color: #E3D59E;
    text-decoration: none;
}
.tMenu A:hover {
    text-decoration: underline;
}
.tMenu IMG {
    margin: 4px;
}
IMG.mr {
    margin-right: 10px
}
A.poff {
	padding: 0px 5px 2px 5px;
	background-color: #4A3413;
	border-style: solid;
	border-width: 1px;
	border-color: #4A3413;
    color: #816F52;
    text-decoration: none;
}
A.pon:hover {
	text-decoration: none
}
SPAN.p {
	padding: 0px 5px 2px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #4A3413;
    color: #816F52;
}
DIV.pages {
   
}
DIV.num {
    float: right;
    padding: 10px;
}
DIV.time {
    float: left;
    padding: 10px;
}