

/*-----------------------------------------------------------------*/

#homeflash {
	display: none;
}

#location_layout {
	display: none;
}

#topbar {
	display: none;
}

#submainfooter {
	display: none;
}

#logo {
	display: none;
}

#promo {
	display: none;
}

#home_layout {
	display: none;
}


#column1 {
	float: left;
	width: 65%;
	height: auto;
	min-height: 100%;
	margin: auto;

}

#column2 {
	float: right;
	width: 30%;
	height: auto;
	min-height: 100%;
	margin: auto;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

#header {
	display: none;
}

img {
	border: none;
}

#menu_layout {
	display: none;
}

.inline {
	display: inline;
}

/*-----------------------------------------------------------------*/


#footer_layout {
	display: none;
}

#copyright {
	display: none;
}

#PrintFooter {
	clear: both;
}

#box_right_bot_pad {
	text-align: center;
}
body {
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 180%;
}


h1 {
	margin: 15px 0px 10px 0px;
	font-size: 25px;
	font-family: arial;
	font-weight: normal;
	color: #FF5A00;
	font-style: normal;
	text-transform: lowercase;
}

h2 {
	margin: 15px 0px 10px 0px;
	font-family: arial;
	font-size: 12px;
	font-weight : bold;
	color:#ff6600;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
}

hr {
	border: 1px solid #ff6600;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}



