body {
	font-family: Tahoma;
    background: url(../pics/bg_tile.jpg)  repeat-x;
    background-position: top right;
    height:780px;
	background-color: #ffffff;
	color: #7C4B3D;
	font-size: 9pt;
	font-weight: 400;
	padding:0px;
	scrollbar-face-color:#E8E6E1; 
	scrollbar-arrow-color:#666666; 
	scrollbar-track-color:#ffffff;
}

td.top_left_tile {
background: url(../pics/green_bit.jpg)  repeat-x;
background-position: bottom right;
background-color: #7C4B3D;
height:21px;
}
td.top_right_tile {
background: url(../pics/green_bit.jpg)  repeat-x;
background-position: bottom left;
background-color: #7C4B3D;
height:21px;
}

td.top_middle_right_bit {
background: url(../pics/top_middle_right_bit.jpg)  no-repeat;
background-position: top left;
height:41px;
width:175px;
}
td.top_middle_l_tile {
background: url(../pics/top_middle_l_tile.jpg)  repeat-x;
background-position: top right;
height:41px;
}
td.top_middle_r_tile {
background: url(../pics/top_middle_r_tile.jpg)  repeat-x;
background-position: top left;
height:41px;
}
td.top_left_bottom_tile {
background: url(../pics/top_left_bottom_tile.jpg)  repeat-x;
background-position: top right;
height:30px;
}
td.content_bg1 {
background:   url(../pics/content_bg1.jpg)  no-repeat;
background-position: bottom left;
width:999px;
height:600px;
}
td.content_bg {
background:   url(../pics/content_bg.jpg)  no-repeat;
background-position: top left;
width:999px;
height:495px;
}
td.content_left {
background:   url(../pics/content_left.jpg)  no-repeat;
background-position: top right;
width:100px;
height:434px;
}
td.content_right {
background:   url(../pics/content_right.jpg)  no-repeat;
background-position: top left;
width:101px;
height:434px;
}
td.content_bottom {
background:   url(../pics/content_bottom_tile.jpg) repeat-x;
background-position: top left;
height:12px;
}
td.bottom_tile {
background:   url(../pics/bottom_tile.jpg) repeat-x;
background-position: top left;
height:33px;
}
td.links_bottom {
background:   url(../pics/links_bottom.jpg)  no-repeat;
background-position: top left;
width:161px;
height:293px;
}
td.orange_lion {
background:   url(../pics/orange_lion.jpg)  no-repeat;
background-position: top left;
width:175px;
height:236px;
}
td.box_curve_b_left {
background:   url(../pics/box_bottom_corner.jpg)  no-repeat;
background-position: top left;
width:41px;
height:28px;
}
td.box_curve_b_right {
background:   url(../pics/box_bottom_c_corner_r.jpg)  no-repeat;
background-position: top left;
width:41px;
height:28px;
}

td.box_corner_b_left {
background:   url(../pics/box_str_corner_left.jpg)  no-repeat;
background-position: top left;
width:25px;
height:28px;
}
td.box_corner_b_right {
background:   url(../pics/box_right_corner.jpg)  no-repeat;
background-position: top left;
width:25px;
height:28px;
}
td.box_left_tile {
background:   url(../pics/box_left_tile.jpg) repeat-y;
background-position: top left;
width:7px;
}
td.box_right_tile {
background:   url(../pics/box_right_tile.jpg) repeat-y;
background-position: top left;
width:9px;
}
td.box_left_tile_b {
background:   url(../pics/box_left_tile_b.jpg) repeat-y;
background-position: top left;
width:7px;
}
td.box_right_tile_b {
background:   url(../pics/box_right_tile_b.jpg) repeat-y;
background-position: top left;
width:9px;
}
td.box_bottom_tile {
background:   url(../pics/box_bottom_tile.jpg) repeat-x;
background-position: bottom left;
height:28px;
}

ul {
margin-top: 4px;
	font-family: Tahoma;
	font-size: 9pt;
	color: #7C4B3D;
margin-bottom: 2px;
}
ol {
margin-top: 4px;
	font-family: Tahoma;
	font-size: 9pt;
	color: #7C4B3D;
margin-bottom: 2px;
}
a {
	color: #7C4B3D;
    text-decoration:underline;
}
a:hover{
	color: #896358;
	text-decoration:none;
}


table  {
	font-family: Tahoma;
	font-size: 9pt;
	color: #7C4B3D;
}
p {
margin-left: 9px;
margin-right: 9px;
margin-top: 5px;
margin-bottom: 5px;
letter-spacing:1pt;
	font-size: 8pt;
}
p.content {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	color: #7C4B3D;
	margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    margin-bottom: 1px;
}
h1.heading {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: 600;
	color: #7C4B3D;
	margin-left: 9px;
    margin-right: 30px;
    margin-top: 4px;
    margin-bottom: 1px;
}

/* JS Menu Styles */
a.menu {
	color: #7C4B3D;

}
a.menu:hover{
	color: #896358;

}
#dropmenudiv {
    
	position:absolute;
	border:#7C4B3D;
	border-left:1px solid #7C4B3D;
    border-right:1px solid #7C4B3D;
	border-bottom:1px solid #7C4B3D;
	border-top:1px solid #7C4B3D;
	font:normal 9px Tahoma;
	font-color: #7C4B3D;
	line-height:12px;
	z-index:50;
	background-color: #ffffff;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-color: #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ 
	background-color: #ffffff;
}
