html, body {
		height: 100%;
		width: 100%;
}

body{
	margin:0px;
	padding:0px;
	background-color : #A17114;
	overflow:hidden;
}

img { behavior: url(iepngfix.htc) }

A  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
}

#slide_background{
	width:100%;
	height:100%;
	vertical-align: middle;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:0;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}

.footer {
	height: 140px;
}

.footer_bg {
	z-index:100;
	position:absolute;
	width:100%;
	height:140px;
    background-image : url("images/back_footer.gif");
}

.text_footer_1 {
	COLOR : #A17114;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_footer_2 {
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_footer_3 {
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_footer_4 {
	COLOR : #664400;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.textbox{
	border: 1px solid #878787;
	background-color : #E8C88B;
	font-size : 11px;
	COLOR : #202020;
}

.h1 {
	COLOR : #000000;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
}


.title {
	COLOR : #2D1600;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	text-transform : uppercase;
}

.text_body {
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_body a{
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
}

.text_body a:hover{
	text-decoration : none;
}


#dropinboxv2cover{
width: 302px; /*change width to desired */
height: 387px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 302px; /*change width to above width-20. */
height: 387px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid black; /*Customize box appearance*/
/* background-color: lightyellow; */
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}


DIV.dropdown_table_main {
	background-image : url("/images/dropdown_back.gif");
	width : 300px;
	height : 385px;
	border: 1px solid #BF9546;
	margin: 0px auto;
}

.dropdown_table_main {
	background-image : url("/images/dropdown_back.gif");
	width : 300px;
	height : 385px;
	border: 1px solid #BF9546;
	margin: 0px auto;
}

.dropdown_title {
	COLOR : #F0CC7F;
	font-family : "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight : normal;
	text-transform : uppercase;
}

.dropdown_text_1 {
	COLOR : #FFFFFF;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : normal;
	text-transform : uppercase;
}

.dropdown_text_2 {
	COLOR : #FFFFFF;
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	font-weight : normal;
	text-transform : uppercase;
}
