body {
	background-color: #f1eee2;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #fbf5de;
}
.style3 {
	font-family: Tahoma;
	font-size: 9px;
	color: #3F1600;
}
.bodyCopy {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #FBF5DF;
}
.style4 {
	font-family: Tahoma;
	font-size: 24px;
	color: #3F1600;
	padding-left: 10px;
}
.style5 {
	color: #cf9f11;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
}

.style6 {
	color: #cf9f11;
	font-size: 14px;
	font-family: Tahoma;
}
.style7 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
}
.style8 {
	color: #000000;
	font-size: 14px;
	font-family: Tahoma;
}

a.green:link {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #3f1600; 
	font-weight: bold;
}
a.green:active {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #3f1600; 
	font-weight: bold;
}
a.green:visited {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #3f1600; 
	font-weight: bold;
}
a.green:hover {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: underline;
	color: #66cc33; 
	font-weight: bolder;
}

a.black:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
}
a.black:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
}
a.black:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
}
a.black:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #000000; 
	font-weight: bolder;
}
a.orange:link {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #cf9f11; 
	font-weight: bold;
}
a.orange:active {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #cf9f11; 
	font-weight: bold;
}
a.orange:visited {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #cf9f11; 
	font-weight: bold;
}
a.orange:hover {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	color: #cf9f11; 
	font-weight: bolder;
}
a.tan:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #fbf5de; 
	font-weight: bold;
}
a.tan:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #fbf5de; 
	font-weight: bold;
}
a.tan:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #fbf5de; 
	font-weight: bold;
}
a.tan:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #cf9f11; 
	font-weight: bolder;
}
/*.tableBack {
	background-color: #3F1600;
	background-image: url(images/tableBack.gif);
	background-repeat: no-repeat;
}*/
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
}
.picture {
	float: right;
	margin-left: 15px;
}
.tableBorder {
	border: 12px solid #E3CE8E;
}
.table {
	background-image: url(images/drapery/Changeviewsphoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bookBG {
	background-image: url(images/books/Books_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bookBGright {

	background-image: url(images/books/Books_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}





body {
    font: 12px Helvetica,Sans-Serif;
}
a {
    text-decoration: none; 
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.dropdown {
    position: relative;
    background-color: #fbf5df;
    width: 800px;
}
ul.dropdown li {
    background: none repeat scroll 0 0 #fbf5df;
    float: left;
    font-weight: bold;
}
ul.dropdown a:hover {
    color: #3f1600;
}
ul.dropdown a:active {
    color: #cf9f11;
}
ul.dropdown li a {
   
    color: #3f1600;
    display: block;
    padding: 4px 8px;
    margin: 0 15px;
}
ul.dropdown li:last-child a {
    border-right: medium none;
}
ul.dropdown li.hover, ul.dropdown li:hover {
    background: none repeat scroll 0 0 #cf9f11;
    color: #3f1600;
    position: relative;
}
ul.dropdown li.hover a {
    color: #3f1600;
}
ul.dropdown ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 220px;
}
ul.dropdown ul li {
    background: none repeat scroll 0 0 #F6F6F6;
    /*border-bottom: 1px solid #CCCCCC;*/
    color: #000000;
    float: none;
    font-weight: normal;
}
ul.dropdown ul li a {
    border-right: medium none;
    display: inline-block;
    width: 100%;
}
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}

