/* Sets default styles for each element */

html, body, div, span, p, a, img, h1, h2, h3, h4, h5, h6	{
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	} 
p.access	{
	display: none;
	}
ul, ol	{
	text-align: left;
	}
body	{
	margin: 10px;
	}
p	{
	text-align: left;
	}
img {
	border: 0;
	}
/* 201605181245 Added to make headings look better */
h2	{
	text-align: center;
	}



/* Styles specific elements by their ids */

img#nesdis	{
	}
img#rammb	{
	float: left;
	/* 201605181153 Added to make new logo look better */
	width: 120px;
	}
img#cira	{
	float: right;
	}
h1#title	{
	clear: both;
	text-align: center;
	}

img.centered	{
	display: block;
	margin: 0 auto;
	}
/* 201605181245 Added to make new logo look better */
/* Have to set div width to image width like so: <div class="centered" style="width: 780px;"> */
div.centered	{
	display: block;
	margin: 0 auto;
	}

p.jvm_download	{
	font-size: .7em; 
	}
p.image_caption	{
	margin-top: 0;
	padding-top 0;
	font-size: .7em;
	}
p.reference_citation	{
	margin-top: 0;
	padding-top 0;
	padding-left: 20px;
	text-indent: -20px;
	/*
	font-style: italic;
	*/
	}

/* Styles each of the main sections */

div#rammb_header	{
	margin-bottom: 15px;
	text-align: center;
	/* 201605181153 Added to make new logo look better */
	min-height: 120px;
	}
p#textlinks	{
	text-align: center;
	padding: 0;
	font-size: .8em;
	}
div#rammb_footer	{
	clear: both;
	font-size: .7em;
	margin-top: 30px;
	}	
div#rammb_footer p	{
	text-align: center;
	}


/* Start - Ordered List Hierarchy Setup */
ol.hierarchy	{
	list-style-type: decimal;
	}
ol.hierarchy li ol	{
	list-style-type: upper-alpha;
	}
ol.hierarchy li ol li ol	{
	list-style-type: upper-roman;
	}
ol.hierarchy li ol li ol li ol	{
	list-style-type: lower-alpha;
	}
ol.hierarchy li ol li ol li ol li ol	{
	list-style-type: lower-roman;
	}

ol.hierarchy li ul	{
	list-style-type: disc;
	}
/* End - Ordered List Hierarchy Setup */