@charset "utf-8";
/* CSS Document */

/* olamacauguide PRINT styles 
Author:   Elmer Anthony Olaer 
Version:  19 August 2005
----------------------------------------------- */

/* =Structure
----------------------------------------------- */

body {
	font-family: Garamond, Times, serif;
	font-size: 12pt;
	width:100%;
	color: black;
	margin: 0 1in 0 1in; 
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	font-size: 18pt;
	text-align: left;
	font-style: italic;
}

#main-title a {
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

/* Styles for the main text on the page. */

#main-text {
	background-color: #fff;
	border: none;
	width:100%;
	z-index:0;
	position: relative;
	overflow: hidden;
	}


h1, h2, h3, h4, h5 { 
	font-family: Garamond, Times, serif;
	font-size: 16pt;
	line-height: 19pt;
	margin: 16pt 0 16pt 0;
	color: #000000;
	padding: none;
	font-weight: bold
	clear:both;
	}

p, .rss, .gas, ul, ol, table, td {
	font-family: Garamond, Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	padding: none;
	margin: 0;
}


strong, b {font-weight: bold;} /* for NN 4.xx  */ 
big 	{font-size:larger;} /*use inline with a <span> class */ 
small 	{font-size:smaller;}/* use inline with a <span> class*/

img {
	margin:0 0 5pt 0;
  	padding:4px;
  	border:1px solid #999;
	}

.b 	{ font-weight:bold;
	}

em,i {
	font-weight:bold;
	}

ul{
	list-style-position:outside;
	list-style-type:none;
	}



a:link, a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
	}

.no-border a {
	border-bottom: 0; }



/* Styles for the pullquote on the right side. */

#right-column {
	color: #666;
	width: 100%;
	border: 0;
	font-size: 9pt;
	text-align: left;
	position: relative;
	overflow: hidden;
	}

.box-left, .box-wide, .box-right {
	border:1px solid #333;
	padding: 3pt;
	margin-left: 0;
	font-size: 10pt;
 	}



/*  Things to Hide 
----------------------------------------------- */


#footer, #left-menu, .search, .left-extra, .rss, .hdr, #left-menu a.current, #newsletter {
	display: none;	
	}

.bnbutcol, .hcselectcol, .hcadvlink  {
	display: none;	
	}

#right-column img, #right-column{
	display: none;	
	}



