/* Stylesheet created by TechnoPhobia - www.technophobia.com */
/* rob.webb@technophobia.com - August 2006  */

/* ---------------------------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------*//* =Generic styles */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	text-align: left;
	font: normal 101%/100% arial, helvetica, sans-serif;
	padding: 10px 50px 0;
	}
	
p, a, h5, li {
	font-size: 0.7em;
	}
	
h1 {
   font-size: 0.9em;
   text-align: left;
   position: absolute;
   top: 45px;
   left: 50px;
   }
	
h2 {
   font-size: 0.75em;
   font-weight: normal;
   position: absolute;
   top: 62.5px;
   left: 50px;
   }
	
h4	{
	font-size: 0.9em;
	margin: 0 0 15px;
	}
	
a {
  color: #007080;
  font-weight: bold;
  text-decoration: underline;
	}
	
a:hover {
	color: #003040;
	}
	
ul { list-style: none; }
	
div.front_box .wrapper ul {
	list-style: disc;
	margin: 0 40px;
	padding: 0 0 10px 0; 
	}		
	
	
#right_column, #footer, .article_nav { display: none; }

.article_text p {
	line-height: 1.2em;
	}
	
.article_text h3 {
	padding: 15px 0 5px; 
 	}	
	
.article_text p, .article_text ul {
	margin: 0 0 15px;
	}
	
.article_text ul {
	list-style: disc;
	padding: 0 0 0 15px;
	}
	
.article_text p.byline {
	margin: 0 0 10px;
	}
	
.article_picture {
	float: right;
	margin: 15px 0 15px 15px;
	text-align: right;
	width: 250px;
	}
	
.article_picture img {
	border: 2px solid #9FBCB8;
	}
	
.article_picture p strong { display: block; }
	
#header-container, #more_information { display: none; }