/* ----------------------------	*/
/* History style  			    */
/* modified from library.css	*/
/* Created February 5, 2008		*/
/* Modified June 25, 2008		*/
/*								*/
/* Rebecca Lawrence - Design	*/
/* Allen Viehmeyer - Code		*/
/* ---------------------------- */



.red
	{
	background-color: red;
	}
	
/* .lightblue */
	/* } */
	/* background-color: lightblue; */
	/* { */
	
#masthead
	{
	padding-bottom: 30px;
	margin-bottom: 95px;
	}
	
#content
	{
	width: 540px;
	margin-left: 285px;
	padding: 20px 5px 5px 10px;
	}

img
	{
	float: left;
	margin-right: 10px;
	}

#text
	{
	border: 2px solid #000;
	}
		
/* -------Images-------- */

#figure
	{
	float: left;
	padding: 5px 5px 5px 5px;
	width: 260px;
	border: thin solid silver;
	margin: 15px 15px 15px 15px;
	}
	
#figure p 
	{
  	text-align: center;
	font-size: 30px;
	font-style: italic;
  	color: #69709A;
  	/* border: 3px dashed orange; */
  	}


ul
	{
	/* border: 1px solid blue; */
	margin-left: 160px;
	}


.box
	{
	/* border: 1px solid blue; */
	font: 14px verdana;
	color: #69709A;
	margin-bottom: 15px; 
	padding: 0px 0px 10px 10px;
	}

.box img
	{
	float: left;
	}

#table
	{
	margin-left: 150px;
	}

#content ul
	{
	margin: 0;
	}
	
#content li
	{
	/* display: inline; */
 /* border-left: 1px solid #b5b5b5; */
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	color: #69709A;	
	}
	
#content h3
	{
	border-style: solid;
	border-width: 1.5px;
	border-color: #009E4D;
	font: 14px verdana;
	font-weight: bold;
	color: #69709A;
	padding: 5px;
	}
	
#content p
	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	/* border: 2px dashed blue; */
	}
	
#content a
	{
	color: #666666;
	text-decoration: none;
	}
	

#content p.drop-cap:first-letter
	{
     font-size: 4.5em;
     font-family: verdana;
     color: #697099;
     width: 10em;
     float: left;
     margin-top: .15em;
    }

#navcontainer
	{
	padding-top: 20px;
	}

#copyright
	{
	width: 830px;
	}
