
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	font-size: 11px;
}

h1 { 
	font-size: 2 em; 
	font-weight: bold;
	padding: 10px 0 20px 0;
	margin: 0;
}
.h1_color{
	color:#FFF;
}

h2 {
	font-size: 1.6em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 1.4em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1.2em; 
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p { 
	line-height: 120%; 
}

img{
	border: 0;
}

a {
	text-decoration:none;
	color: #06F;
}
a:hover {
	text-decoration:underline;
}


div#bxaf_container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

div#bxaf_header {
		
	height: 60px;
	background-color:#024A63;
	
	padding:0 px;
	
}

div#bxaf_header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#bxaf_content {
	background:url('/template/images_template/bg_gradient_10x200.jpg') repeat-x scroll 0 0 transparent;
	min-height:475px; /* real browsers */
	padding:0em 1em 5em; /* bottom padding for footer */
}

div.bxaf_content {
	min-height:500px; 
	background:url('/template/images_template/bg_gradient_1000x200.jpg') center top no-repeat;
	padding: 30px;
	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;	
	font-size: 14px;
}

div.bxaf_content ul{
	line-height: 120%;
}

div.bxaf_content li{
	padding-bottom: 10px;
}

div#bxaf_content p {
	padding:0 1em;
}



div#bxaf_footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	text-align:center;
		
	background:url('/template/images_template/bg-footer.jpg') repeat-x scroll 0 0 transparent;
	clear:both;
	color:#CCCCCC;
	font-size:11px;
	height:15px;
	margin:0 auto;
	padding:10px 0;
	
	width: 100%;
}

div#bxaf_footer a {
	color:#DEF9F7;
	font-size:11px;
}

.highlight{
	background-color:#FFC; 
	border: 1px solid red;
}


.button {
   background-color:#FDCE3E;
   background-image:url("/template/images_template/button_bg1.png");
   background-repeat:repeat-x;
   border:1px solid #E5A716;
   color:#434343;
   cursor:pointer;
   display:inline-block;
   font-weight:bold;
   height:26px;
   margin-left:7px;
   padding:0 19px;
}

#feedBackMessage{
   background-color:#FFC;
   border:0px solid #FF0000;
   padding: 15px;
   width: 450px;
   display:none;
}

#popUp_Content, .startHidden, .invalidData{
   display:none;
}

#banner_title {
   color:#FFF;
   font-size:36px;
   font-weight:bold;
   width:400px;
   padding-bottom:20px;
   padding-top:20px;
}







/******************* Start of  HTML5 compliance *************************/
/************************************************************************/


td{
	padding: 0px;
	border-width: 0px;
}

.bxaf_regular_table{
	border-spacing:3px;
}


.bxaf_full_width_table{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}






/***************************************************************************/
/******************* End of HTML5 compliance *******************************/


#sidebar1inner{
	width: 200px;
	min-width: 200px;
	padding: 10px;
	line-height: 150%;
}


.interul{
	line-height: 130% !important;
}

