/* Modified by Miriam Richardson 16 Feb 2009 */


/* UNDO  some of the default styling ------------------------------------- */

ul,ol 
	{ list-style:none }
h1,h2,h3,h4,h5,h6,pre,code ,ul,ol,li,dd,dt
	{ font-size:1em; line-height:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{ margin:0; padding:0;  }
img, a img,:link img,:visited img, a:active
	{ border:none }
:link,:visited { text-decoration:none }


/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
html, body{
	height:100%;
	}
body {
	background: black;
	color: #adadad; 
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	}
#wrapper{
	text-align:left;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	padding:2em;
	margin-top:20px;

	}
.content{
	}
#contentMain{
	color: white;
	width:513px;
	height:100%;
	padding:1.5em 1.5em 1.5em 1.5em;
	margin-left:145px;
	position:relative;
	border-bottom:20px solid black;

	}
.clearer { 
     clear:both; 
     height:1%; 
     margin:0;
     font-size: 1px;
     line-height: 0;
	}
/* Add this class to an element that follows a floated image, such as a paragraph. */ 
.clear {
	clear: both;
	}
.floatR{
	float:right;
	margin-left:1em;
	}
.floatL{
	float:left;
	margin-right:1em;
	}


/* TEXT ------------------------------------------------------- */

h1 {
	font-size: 500%;
	text-align:right;
	font-family:Georgia serif;
	font-style: oblique;
	font-family: 
	}
h2 {
	font-family:Georgia serif;
	font-style: oblique;
	font-size: 250%;
	margin-top:3em;
	}
h3 {
	font-size: 100%;
	margin-top:1.5em;
	margin-bottom:1em;
	}
h4 {
	font-size: 100%;
	margin-top:1.3em;
	margin-bottom:1em;
	}
h5, h6 {
	font-size: 100%;
	}
p,dd,ul{ 
	font:1em/1.5em  Verdana, Arial, Helvetica, sans-serif; 
	margin:0.6em 0 0.4em 0;
	padding:0 0.3em 0 0;
	} 
dd{
	margin-left:2em;
	}
dt{
	margin-top:0.7em;
	font-size:1.1em;
	}
q,blockquote{
	quotes:'"' '"' "'" "'";
	}
q {
	font-size:0.9em;
	color: #5f5f5f;
	}
em{	
	font-size:1.2em;
	font-style:normal;
	}
.shout{
	font-size:1.2em;
	}
.nameProper{
	color: #eee;
	font-weight:bold;
	}
.footnote{
	text-align:right;
	font-size:90%;
	}
span.num{
	font-weight:normal;
	}
/* LINKS ------------------------------------------------------ */
a:link, a:visited{ 
		color: #8da1cd;  
		text-decoration:underline;
		font-weight:bold;
		font-size:1.1em;                            
	}
a:visited{
	color: #6469a9;                         
	}
a:hover{text-decoration:none;
	}
a:active{
	}

/* LISTS ------------------------------------------------------ */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin:0 0 1em 1.5em;
	padding-left: 1.5em;
	} 
li{
	margin-bottom: .8em;
	line-height:1.5em;
	 }
.indent{ /*use for anything that must sit within a list and match left margin */
	margin-left:3em; /* add ul margin-left + ul padding-left */
	list-style-image:none;
	}
/* When preceding para belongs with the list, reduce the margin-bottom */
p.preUL{
	margin-bottom:0.2em;
	padding-bottom:0;
	}
ul.followed{ /*use this when the text that follows the UL belongs with it */
	margin-bottom:0;
	}


/* OTHER ------------------------------------------------------ */

#imgWM2, #imgRN2{
	float:left;
	margin:1em 1em 0 0;
	}
#imgTM{
	padding-top:1em;
	}
span.credit{
	display:block;
	float:right;
	margin-right: 0.5em;
	font-size:0.9em;
	}

.box1{
	float:left;
	margin-left:-140px;
	width:115px;
	color:black !important;
	font-size:0.95em;
	line-height:1.2em;
	background: #ecebe3;
	padding:0.5em;
	}
.box1 h2{
	margin-top:0;
	font-size:1em;
	margin-bottom:0.5em;
	font-family: Arial sans-serif;
	}
.box1 p{
	margin:0 0;
	}
.box1 a:link, .box1  a:visited{ 
		color: #8aa3cf; 
		font-weight:normal;
		font-size:1em;                            
	}
.sampler{
	width:29%;
	margin-right:1%;
	float:left;
	border:1px solid #333;
	padding:0.5em;
	}
.sampler +h2{
	clear:left;
	}