/*  This stylesheet is specific to the History page.  Since I need to wrap test around several images the orig.stylesheet is becoming too large.  So I created this new one.
Create 02-26-2011 by:  Mike Perron */



/*  This is for the images */
/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 10px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 10px; /*space around the image*/
}

.center
{
text-align: center;
 margin: 10px; /*space around the image*/
}

/* This is for the text*/

/* The Neptune History Header */

p.hisheader  {

	color: #FDD017;
	font-family:arial,sans-serif,tahoma,helvetica;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
        font-style: italic;
        padding: 25px 0 0 25px;
}

p.hisbody  {

	color: #c0c0c0;
	font-family:arial,sans-serif,tahoma,helvetica;
        font-style: none;
	font-weight: normal;
	font-size: 16px;
        text-align: left;
        padding: 10px 20px 0 20px;
}

/* Neptune About Page Text Area */

p.about  {

	color: #FFF
	font-family:arial,sans-serif,tahoma,helvetica;
        font-style: none;
	font-weight: none;
	font-size: 18px;
        text-align: center;

}

p.center  {

	color: #c0c0c0;
	font-family:arial,sans-serif,tahoma,helvetica;
        font-style: none;
	font-weight: normal;
	font-size: 18px;
        text-align: center;
        padding: 10px 20px 0 20px;
}
