/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

img {border :0px;}

table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	color: #53261E;
}
div#content {
	width: 881px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}
.fullwidthtable
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	cellpadding=0px;
}
.fullwidthtable tr
{
	margin: 0px;
	padding: 0px;
	cellpadding=0px;	
}
.fullwidthtable td
{
	margin: 0px;
	padding: 0px;
	cellpadding=0px;	
}
a:link {
	color: #D15209;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #D15209;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #D15209;
	text-decoration: underline;
	border: 0px;
}
a:active {
	color: #D15209;
	text-decoration: underline;
	border: 0px;
}

/**
Rounded corner div on HP Frame1
**/

.roundedcornr_box_605195 {
	background: url(images/roundedcornr_605195_tl.png) no-repeat top left;
}
.roundedcornr_top_605195 {
	background: url(images/roundedcornr_605195_tr.png) no-repeat top right;
}
.roundedcornr_bottom_605195 {
	background: url(images/roundedcornr_605195_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_605195 div {
	background: url(images/roundedcornr_605195_br.png) no-repeat bottom right;
}
.roundedcornr_content_605195 {
	background: url(images/roundedcornr_605195_r.png) top right repeat-y;
}

.roundedcornr_top_605195 div,.roundedcornr_top_605195,
.roundedcornr_bottom_605195 div, .roundedcornr_bottom_605195 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_605195, .roundedcornr_bottom_605195 {
	margin-top: -19px;
}
.roundedcornr_content_605195 { padding: 0 15px; }

.rnd_container_interweb {margin:0px 0px 0px 0px; width: 302px; }
    .rnd_top_interweb, .rnd_bottom_interweb {display:block; background:#ffffff; font-size:1px;}
    .rnd_b1_interweb, .rnd_b2_interweb, .rnd_b3_interweb, .rnd_b4_interweb {display:block; overflow:hidden;}
    .rnd_b1_interweb, .rnd_b2_interweb, .rnd_b3_interweb {height:1px;}
    .rnd_b2_interweb, .rnd_b3_interweb, .rnd_b4_interweb {background:#fff; border-left:2px solid #ccc; border-right:2px solid #ccc;}
    .rnd_b1_interweb {margin:0 5px; background:#fff; border-top:2px solid #ccc;}
    .rnd_b2_interweb {margin:0 3px; border-width:0 2px;}
    .rnd_b3_interweb {margin:0 2px; }
    .rnd_b4_interweb {height:2px; margin:0 1px;}
    
    .rnd_content_interweb {
    display:block;
    border:0 solid #ccc;
    border-width:0 2px;
    padding: 4px;
    background:#fff;
    color:#53261E;
	height:197px;
	
}
#footer ul
{
  width:100%;
  display:inline;
  text-align:right;
  float:right;
  margin-right: 10px;
  vertical-align:middle;
 /* margin-top: 4px;*/
  margin-bottom: 10px;
  font-size:12px;
 }
#footer ul li
{
display:inline;
list-style-type:none;;
margin-left:15px;	
color:#ffffff;
text-decoration:none;
}
#footer ul li a, ul li a:hover, ul li a:visited, ul li a:link, ul li a:active
{
	color:#fff;
	text-decoration:none;
	text-align:right;
	border: 0px;
	

}
.browncolor{
	color:#D15209;
}
.check_error{
   color:red;
   font-size:10px;
  }