html, body {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	background-color : #B46F21;

}

p {margin: 0; padding: 0;} 
FORM { margin: 0 0 }

a:link {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}a:active {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}a:visited {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}a:hover {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}


input {
}

textarea {
}

form {
}


.option {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold; 
}
	









/////              HTML        /////


img { behavior: url(iepngfix.htc) }

.table_main {
	width : 100%;
	background-color : #B40621;
    overflow:hidden;
}

.nav {
    background-image : url("/images/nav/back_nav.jpg");
	background-repeat : repeat-x;
	width : 100%;
	height : 48px;
}

TD.content_back {
	background: #B40621 url(/images/back_content.jpg) repeat-x;
	width : 100%;
}



TABLE.content {
	COLOR : #FFEDED;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}.content {
	COLOR : #FFEDED;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.footer {
	background-color : #B46F21;
	width : 100%;
	height : 30px;
}

.footer_text {
	COLOR : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.site_by {
	COLOR : #E5A358;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.title {
	COLOR : #D29652;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : normal;
	letter-spacing : 1px;
}

.sub_title {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}




.text_body {
	COLOR : #FFEDED;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a.text_body:link {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

a.text_body:active {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

a.text_body:visited {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}

a.text_body:hover {
	COLOR : #D29652;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}




.line_v{
	width : 1px;
	background-color : #952939;
}

.textbox{
	border: 1px solid #B46F21;
	background-color : #F4F4F4;
	font-size : 13px;
	COLOR : #202020;
}

.box_newsletter {
    background-image : url("/images/box_newsletter.png");
	width : 288px;
	height : 100px;
}






#dropinboxv2cover{
width: 320px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 200px; /*change width to above width-20. */
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}



