/* layout for content section of page*/
#content 
	{
		padding: 20px;  /*top, right, bottom, left or one for all*/ 
		background: white; 
		font: 100% arial, verdana, sans-serif; 
		border-top: black solid 1px;
		border-bottom: black solid 1px;
		border-left: black solid 1px;
		border-right: black solid 1px;				
		text-align: left;
		margin-top: 0px;
		z-index: 1;

	}
#content p.linein
{
	text-indent: 15px;
}
#content li
	{
	padding-bottom: 1.15em;
	}
p.linesep
{
	border-top: #355667 solid 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 25%;
	margin-left: 25%;
	text-indent: -15px;
}
.stratitem 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #355667;
	border-right-color: none;
	border-bottom-color: #355667;
	border-left-color: none;
	padding-top: .5em;
	padding-bottom: .5em;
}
#missionbox
{
	border: #355667 groove 2px;
	margin-right: 5%;
	margin-left: 5%;
	padding: 10px;
}

/* layouts for image container page - floating left or right */
.picright
{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 25px;
	padding: 8px;
	font-size: 80%;
	float: right;

}

.picleft
{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 25px;
	padding: 8px;
	font-size: 80%;
	float: left;
	z-index: 1;
}
.red
	{
		color: #CC3300;
	}
.blue
	{
		background-color: #3399cc;
	}
.redborder
	{
		border: #cc0000 2px solid;
	}
