/* = Brilliant Loans 2008 - PRINT - CSS Document
-----------------------------------------------------------------------------*/

body{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.clear{
	display: none;
}

/* = Head Styles
-----------------------------------------------------------------------------*/

#header{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#headLogo{
	position: relative;
	width: auto;
	text-align: center;
}

#headLogoTop{
	width: auto;
}

#headLogoNumber{
	width: auto;
}

#headLogoNumber h2{
	text-align: center;
	font-size: 15pt;
	font-family: Tahoma, Verdana, Arial;
	margin: auto;
}

#headMainImage{
	display: none;
}

#headCallTo{
	display: none;
}

/* = Foot Styles
-----------------------------------------------------------------------------*/

#footer{
	width: auto;
	color: #000000;
	font-weight: bold;
	border-top: 2px dotted #999999;
	padding-top: 16px;
}

#footer p.footLinks{
	display: none;
}

#footer p.footText1{
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

/* = Main Column Styles
-----------------------------------------------------------------------------*/

#mainBodyArea{
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

#columnLeft{
	display: none;
}

#columnLeftLoans{
	display: none;
}

#columnCentre{
	width: 100%;
	padding: 0px;
}

.centreBase{
	position: absolute;
	width: 536px;
	height: 22px;
	left: 163px;
	bottom: -22px;
	background-image: url(../images/bkgd-main-base.png);
	background-repeat: no-repeat;
	z-index: 998;
}

#columnRight{
	display: none;
}

.columnTopL{
	position: relative;
	width: 170px;
	height: 46px;
	background-image: url(../images/bkgd-left-top-cap.gif);
	background-repeat: no-repeat;
	background-color: #4594CF;
}

.columnTopR{
	position: relative;
	width: 170px;
	height: 11px;
	background-image: url(../images/bkgd-right-top-cap.gif);
	background-repeat: no-repeat;
}

.columnBaseL{
	position: absolute;
	width: 170px;
	height: 14px;
	left: 0px;
	bottom: -14px;
	background-image: url(../images/bkgd-left-base-cap.gif);
	background-repeat: no-repeat;
}

.columnBaseLLoans{
	position: absolute;
	width: 170px;
	height: 14px;
	left: 0px;
	bottom: -14px;
	background-image: url(../images/bkgd-left-base-cap-loans.gif);
	background-repeat: no-repeat;
}

.columnBaseR{
	position: absolute;
	width: 170px;
	height: 14px;
	left: 0px;
	bottom: -14px;
	background-image: url(../images/bkgd-right-base-cap.gif);
	background-repeat: no-repeat;
}

/* = Content Styles
-----------------------------------------------------------------------------*/

#bodyContent{
	width: auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	margin: auto;
}

#bodyContent p{
	margin: auto;
}

#bodyContent h1{
	font-size: 15pt;
	margin: auto;
}

#bodyContent h2,h3,h4,h5{
	font-size: 15pt;
	margin: auto;
}

#bodyContent a{
	color: #000000;
	font-weight: bold;
}

#bodyContent hr{
	display: none;
}

.bodyAdvert{
	display: none;
}

.bodyBanner{
	display: none;
}

#subColLeft{
	float: none;
	width: auto;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	padding: 6px 0px 6px 0px;
}

#subColLeft a{
	color: #000000;
	font-weight: bold;
}

#subColLeft p.date{
	font-size: 10pt;
	color: #999999;
	margin: auto;
}

#subColLeft p.newsItem{
	color: #000000;
}

#subColLeftTitle{
	width: auto;
}

#subColLeftTitle span{
	display: none;
}

#subColLeftTitle h2{
	font-size: 15pt;
	margin: auto;
}

#subColLeft hr{
	width: 100%;
} 

#subColRight{
	float: none;
	width: auto;
}

#subColRight img{
	display: none;
}