html,body {
	padding: 0px; 
	margin: 0px;
}

#column {
/*	width:286px; */
	float:left; 
	position:relative; 
/*	margin-right:-286px; */
	background-color:white;
}

#outer { 
/*	border:solid #EDF1F1 0px; */
/*	border-right-width: 286px ;*/
    border: solid #fff 0px;
	border-right-style: solid; 
	width: auto; 
} 
 
#content { 
	float: left;
	width: 97%; 
	position: relative; 
	margin: 0 8px 0 12px; 
	text-align: center;
}

#header_table{
width: 100%;
display: block;
}
#header_title{
width: 100%;
display: block;
padding: 20px 0px 0px 20px;
}
#header_title h1{
color:#FFF;
}
#header_title .title{
color:#CAB975;
font-size:16px;
}
#header_menu{
width: 100%;
display: block;
padding-top: 20px;
text-align: right;
}
#header_menu_left{
float: left;
padding-left: 20px;
}
#header_menu_right{
}
#content_table { 
width: 95%; 
text-align: center;
display: block;
padding: 0px 10px
}
.content_table_row{
display: block;
padding-bottom: 5px;
clear: both;
}
.side_wrapper .content_table_row, .side_wrapper_inner .content_table_row{
display: block;
}
.content_table_title{
color: #660000;
text-align: left;
font-weight: bold;
padding-bottom: 10px;
}
.content_table_row img{
max-width: 95%;
}
.right_align{
text-align: right;
padding-bottom: 5px;
}
.left_align{
text-align: left;
padding-bottom: 5px;
}
.left_float{
float: left;
}
.right_float{
float: right;
}
.content_table_row label {
margin-bottom: 5px;
font-weight: 700;
}
.side_wrapper{
width: 90%;
padding-left: 0px;
padding-bottom: 10px;
display: block;
float: left;
}
.side_wrapper_inner{
width: 100%;
display: block;
float: left;
}
.table_column{
padding-right: 10px;
float: left;
}
#navigateopt_wrapper{
display: none;
padding-right: 10px;
padding-left: 5px;
float: right;
}