/*		
	css/page.css
	
	General page stylesheet
*/

			body	{
				font-family:						arial, verdana, sans-serif;
				font-size:							14px;
				background-color:			#d0d0d0;
				text-align:							center;
			}
			
			a.adlink:hover, a.adlink:active, a.adlink:visited, a.adlink:link {
				text-decoration: 				none;
				color:								#000000;
			}
			
			a.mp:active, a.mp:visited, a.mp:link {
				text-decoration: 				none;
				color:								#0033aa;
			}
			
			a.mp:hover {
				text-decoration: 				none;
				color:								#cc3300;
			}
			
			a.std:active, a.std:visited, a.std:link {
				text-decoration: 				none;
				color:								#0033aa;
			}
			
			a.std:hover {
				text-decoration: 				none;
				color:								#cc3300;
			}
			
			a.std75:active, a.std75:visited, a.std75:link {
				text-decoration: 				none;
				font-size:							75%;
				color:								#0033cc;
			}
			
			a.std75:hover {
				text-decoration: 				none;
				font-size:							75%;
				color:								#cc3300;
			}
			
			a.nrmwhite:active, a.nrmwhite:visited, a.nrmwhite:link, a.nrmwhite:hover {
				text-decoration: 				none;
				color:								#ffffff;
				font-weight:						bold;
			}
			
			
			h1, h2, h3, h4 {
				margin-bottom:					2px;
				margin-top:						0px;
				color: 								#ffffff;
				font-size: 							18px;
			}
			
			
			p {
				font-size:							14px;
				line-height:						1.3;
			}

			.container0 {
				margin-left: 						auto;
				margin-right: 					auto;
				width: 								975px;
/*				text-align: 							center;	*/
/*				position:							relative;	*/

				height:								3325px;
				background-color:			#ffffff;
				border:								solid 1px #000000;
			}
			
			.container1 {
				margin-left: 						auto;
				margin-right: 					auto;
				width: 								975px;
/*				text-align: 							center;	*/
/*				position:							relative;	*/

				height:								690px;
				background-color:			#ffffff;
				border:								solid 1px #000000;
			}
			
			.onlRead {
				margin-left: 						auto;
				margin-right: 					auto;
				width: 								100%;
/*				text-align: 							center;	*/
/*				position:							relative;	*/

				height:								600px;
				background-color:			#ffffff;
				border:								solid 1px #000000;
			}
			
			#topbar {
				width:							100%;
				height:							25px;
				background-color:		#0033cc;
			}

			#bottombar {
				position:						relative;
				top:								35px;
				width:							100%;
				height:							1px;
				background-color:		#0033cc;
			}

			#banner {
				text-align:						center;
				margin-top:					-2px;
			}
				
			#layoutLogic {
				width:			100%;
				margin:			0 -1px;
				min-width:	900px;
			}
			
			#header, #footer {
				width:								100%;
				background-color:			#ffffff;
			}
			
			#header {
				height:								200px;
				z-index:							100;
			}
			
			.footer {
				text-align: 					center;
			}
			
			.page {
				width:								auto;
			}
			
			
			.section {
				margin:								0px;
				width:								100%;
			}
				
			.col-A, .col-B {
				position:							relative;
				float:									left;
				z-index:							1;
			}
				
			.col-A {
				margin-right:						-1px;
				padding-right:					5px;
				margin-left:						15px;
				width:								630px;
				border-right:						1px solid #b1b1b1;
			}

			.col-B {
				margin:				0 -3px 0 5px;
				width:				290px;
				text-align:			center;
			}
			
			.clear {
				clear:				both;
			}
			
			.page > .section {
				border-bottom: 1px solid transparent;
			}
			
			.most_popular {
				background-color:		#0033cc;
				width:				100%;
			}
			
			.mp {
				text-decoration:				none;
				
			}
			
			.recent_articles {
				border:							solid 1px #c0c0c0;
				text-align:						left;
				height:							85px;
			}
				
		
/*
	Broker and Salesperson Bullets definitions
*/

			p.blts {
				font-size:			16px;
				font-weight:		bold;
			}
			
			#imgBroker {
				position: relative;
			}
			
			#imgSales {
				position: relative;
			}
			
			#brkr_bullets {
				position: absolute;
				width: 360px;
				text-align: left;
				font-weight: bold;
/*				font-size:	14px;	*/
			}
			
			#sales_bullets {
				position: absolute;
				width: 360px;
				text-align: left;
				font-weight: bold;
/*				font-size:	20px;	*/
			}
			
			.s90, .b90, i90 {
				font-size:				90%;
				
			}
			
			.b90 {
				font-weight:			bold;
			}
			
			.i90 {
				color:					#000000;
				font-style:				italic;
			}
			
			.AboutThisPage {
				font-size:				9px;
				text-align:				left;
			}
			
			.bttm_subscribe {
				color:					#ffffff;
				
			}
