
body .master_wrapper #master_banner{
	font-family:helvetica,arial,clean,sans-serif;
}

body div.header { 
        display:none;
}

body div.menuBlock { 
        display:none;
}

body div.copyright { 
#        display:none;
}

* { 
        margin: 0; 
        padding: 0; 
}

img { 
        border: none; /* add block declaration for xhtml strict? */ 
}

a:link, a:visited {
	text-decoration: none;
	color: #206DD6;
	font-weight: normal;
}

a:link:hover, a:visited:hover {	
	text-decoration: underline; 
	font-weight: normal;
}


#content-wrap,
#footer {
	width: 800px;
	margin: 0 auto;
}
	
/*=========================== LC-HEADER =============================*/
#lc-header { 
	background: #282828;
	width: 100%;
        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
        font-size: 70%;
}

#lc-header body, td, div{ 
       
}

/* slight deviation from master on the following line */
#lc-header span {
	float: left;
	text-indent: -9999px;
	margin-top: 27px;
}
/* slight deviation from master on the following line */
#lc-header span a {
	
	display: block;
	height: 32px;
	width: 145px;
	margin-top: 4px;
}
#toolbox {
	color: #fff;
	background-color: #393939;
	padding: 6px;
	list-style: none;
	float: right;
}
#toolbox li {
	float: left;
	
	padding: 0 0.6em;
}
#toolbox li.last { background: none; }
#toolbox a { 
	color: #fff;
	border-bottom: 1px solid #555;
	padding: 0;
	display: block;
}
#partner {
	float: right;
	margin: 2px 0 0 10px;
}

/*=========================== Primary Nav =============================*/
span#lendingclub{
font-size: 70%;
//font-size: 62.5%;
}
div#primary-nav-wrapper {
        font-size: 1.2em;
	width: 850px; /*Page Width*/
        margin: 0 auto;
	background: #282828;
	position: relative;
	overflow: hidden;
}
#primary-nav {
        font-size: 1.2em;
	list-style: none;
	overflow: hidden; /* contain float */
	float: left;
	margin: 18px 0 0 20px;
	font-weight: bold;
	width: 610px;
}
#primary-nav li { 
	float: left; 
	
	margin: 0 5px;
}
#primary-nav a {
	display: block;
	float: left; /* for Mac/IE5.2 */
	
	padding: 6px 20px;
	color: #c8c8c8;
        font-weight: bold;
}
#primary-nav li.selected {
	
}
#primary-nav li.selected a {
	
	color: #fff;
}

/*=============== SECONDARY NAVIGATION ==============*/
div#secondary-nav-wrapper {
        font-size: 1.2em;
	clear: both;
	width: 100%;
	
	min-height: 10px;
}
* html div#secondary-nav-wrapper {
	height: 10px;
}
#secondary-nav {
	list-style: none;
	font-size: 1.1em;	
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}
#secondary-nav li { 
	float: left; 
	padding: 0.5em 1em 0.9em;
	
}
#secondary-nav li.first { 
	background: none; 
	padding-left: 0;
}
#secondary-nav a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 1px;
}
#secondary-nav a.selected {
	text-decoration: underline;
}

.master_wrapper #master_content-mid #content_div table .nowrap a{
	display:none;
}

.bottom .fright a{
	display:none;
}

