/************************************************/
/* stylesheet.css								*/
/************************************************/


/************************************************/
/* FireFox  DIVs    							*/
/************************************************/

.wrapper {
	width: 			772px;				/* sets the width for IE5.x's broken box model  */
	w\idth: 		770px; 				/* sets the width of the wrapper for compliant browsers  */
	margin: 		5px auto;			/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the  */
										/* excess space on the view port evenly to the left and right */
	/* border: 		1px solid #000; 	sets a border to all 4 sides  */
	position: 		relative; 			/* important to position it relatively */
	text-align: 	left; 				/* Realigns the text to the left after the IE hack in the body rule */
}
#wrapper {
	width: 			772px;				/* sets the width for IE5.x's broken box model  */
	w\idth: 		770px; 				/* sets the width of the wrapper for compliant browsers  */
	margin: 		5px auto;			/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the  */
										/* excess space on the view port evenly to the left and right */
	/* border: 		1px solid #000; 	sets a border to all 4 sides  */
	position: 		relative; 			/* important to position it relatively */
	text-align: 	left; 				/* Realigns the text to the left after the IE hack in the body rule */
}

#banner {
	position: 		relative; 			/* **PLEASE READ** ~ This property and value is not needed for your page to be rendered   				*/
										/* 					 correctly in the browser - However, without it Dreamweaver allows the  			*/
										/* 					 position of the leftcol div to ride up over the banner in design view.   			*/
										/*					 If that does not bother you, you can safely delete this property and value   		*/
										/*					 pair. Alternatively you could implement a design time style sheet to position   	*/
										/*					 the div correctly for working in design view 										*/
	height: 		137px;				/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
}

#leftcol { 								/* Begin laying out the leftcol div */
	float: 			left; 				/* Floats the div to the left to make a column */
	width: 			169px; 				/* sets a width for the div - Imperative for IE mac */
	margin-bottom: 	120px;
	margin-left: 	7px; 				/*creates a margin on the left to move the div away from the wrapper's edge */
	margin-top: 	25px; 				/* moves the div down from the banner */
}

#content { 								/* Begin laying out and styling the content div */
	width: 			560px; 						/* sets the width of our content*/
	margin-left: 	200px; 				/* this left margin clears the leftcol div and allows our content div to become a second column */
} 
#footer { 								/* Begin laying out and styling the footer div */
	clear: 			left; 				/* clears any floats to the left - our leftcol div in this instance*/
}

div.wrapper {							/* width of div.wrapper is always 80% of viewport width */ 
   margin-left: 	10%;
   margin-right: 	10%;
   text-align: 		left;
   margin-left: 	auto;
   margin-right: 	auto;
}

/************************************************/
body {
	text-align:				center;
	background-image:		url(images/bg_browser3.png);
	color: 					#000000;
	font-family: 			Arial,sans-serif;
	min-width: 				750px;
	width: 					750px;
	height: 				100%;
	margin:					0;
	padding:				0;
	border:					0;
}
p {
	font-size:				12pt;
	font-family:			'times new roman', arial, courier;
}
.staff_text {
	font-size:				12pt;
	font-family:			'times new roman', arial, courier;
}
.staff_text_10 {
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
}
.page_header {
	background-image:		url(images/bg_header_00.gif);
}
.bg_header {
	background-image:		url(images/bg_header_00.gif);
}
.header_logo {
	background-image:		url(images/banner_00.gif);
 	background-repeat: 		no-repeat;
}
.topnav, .topnav a  {
	border-bottom: 			1px solid black;
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
	padding-top:			4px;
	padding-bottom:			4px;
}
.topnav a:hover  {
	color:					#F0B665;
	text-decoration:		underline;
}
.topnav_search,  .topnav_search a {
	border-bottom: 			1px solid black;
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
	padding-top:			4px;
	padding-bottom:			4px;
}

.topnav_pic  {
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

.content {
	background-color:		#FFFFFF;
}
.page_content {
	background-color:		#FFFFFF; 	
	width:					70%;
	padding-left:			10px;
}
.page_content h1, .page_content h2, .page_content p {
	padding-right:			10px;
}

.page_ads {
	background-color:		#FFFFFF;
	background-image:		url(images/bg_page_ads.gif);	
	height:					100%;
	padding-left:			5px; 
	border-left: 			1px solid black;
}

.page_ads_text {
	font-size:				8pt;
	font-family:			arial, courier;
	padding-top:			5px; 
}
.page_ads h1, .page_ads h2, .page_ads p {
	padding-right:			5px;
}

.page_ads_pic, .page_ads_pic img  {
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
	margin:					2px 2px 2px 2px;
	padding:				0px 0px 0px 0px;
}
.left_nav {
	background-image:		url(images/bg_leftnav.gif);
	width:					165px;
	float:					left;
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
}

.left_nav a  {
	color:					#000000;
	text-decoration:		none;
	line-height:			20px;
	padding-left:			15px;
	padding-right:			5px;
}
.left_nav a:hover  {
	color:					#F7EBC1;  
	text-decoration:		none;
}

.left_nav_text  {
	color:					#FFFFFF;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
}

.left_nav_pic, .left_nav_pic img  {
	color:					#000000;
	font-size:				10pt;
	font-family:			'times new roman', arial, courier;
	text-decoration:		none;
	margin:					2px 2px 2px 12px;
	padding:				0px;
}
.footer {
	clear: 					both;
	margin: 				0px;
	padding: 				0px;
	border:					0px;
}

.header_img {
	margin: 				0px;
	padding: 				0px;
	border:					0px;
}



/********************************************************/

.article_header_wide {
	background-image:		url(images/bg_article_title_full.gif);
/*	background-repeat: 		no-repeat;		*/
	height:					25px;
	text-align: 			left;
	padding: 				0px 15px 0px 0px;
}
.article_header {
	background-image:		url(images/bg_article_title.gif);
	background-repeat: 		no-repeat;
	width:					200px;
	height:					74px;
	font: 					bold 10pt  'times new roman', arial, courier;
	text-align: 			left;
	padding: 				23px 0px 0px 20px;
}
.article_lead {
	font: 					10pt  'times new roman', arial, courier;
	text-align: 			justify;
}
.article_full {
	font-size: 				10pt;
	font-family: 			'times new roman', arial, courier;
	text-align: 			justify;
	padding-left:			10px;
	padding-right:			10px;
}
.article_more a {
	color: 					#000000;
	font: 					9pt  'times new roman', arial, courier;
	text-align: 			right;
	padding-right:			10px;
	text-decoration: 		none;
}
.article_author {
	font: 					8pt  'times new roman', arial, courier;
	text-align: 			left;
}

.article_img {
	margin: 				0px 0px 5px 10px;
	padding: 				0px;
	border:					0px;
}

.article_td {
	font-size: 				10pt;
	font-family: 			'times new roman', arial, courier;
}
/********************************************************/
.horoscope {
	color:					#000000;
	font:					8pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:		none;
	text-align:				justify;
	margin: 				0px;
	padding: 				0px 4px 0px 4px;
	border:					0px;
}

/********************************************************/
.bottomnav, .bottomnav a{
	color:					#000000;
	text-decoration: 		none;
	font: 					8pt Arial,sans-serif;
	margin: 				0px;
	padding: 				4px 0px 0px 0px;
	border:					0px;
}

.copyright {
	color:					#666666;
	font:					bold 7pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:		none;
	margin: 				0px;
	padding: 				0px;
	border:					0px;
}
.copyright a {
	color:					#666666;
	font:					bold 7pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:		none;
}
.copyright a:hover {
	color: 					#0033ff;
	text-decoration:		underline;
}
