body {
	background-image: url("/Images/Crinkle.jpg");
	text-align: center;
}

/* Begin CSS Drop Down Menu */

#container
	{
	margin: 0 auto;
	width: 700px;
	top: 1em;
	left: 1em;
	display: block;
	text-align: center;
	/*background-color: grey;*/
	}

#mainbody
	{
	text-align: left;
/*	background-color: red;*/
	}


div.terms {
	width:600px;
	height: 200px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 6px;
	overflow:auto;
}
div.previousImages {
	height: 200px;
	border: 1px solid #ccc;
	padding: 6px;
	overflow:auto;
}
div.terms p,
div.terms li {font: normal 12px/17px arial; color:#333;}
div.terms ol {list-style-type: decimal;}
div.terms ol ol {list-style-type: lower-roman;}
div.terms ol ol ol {list-style-type: upper-alpha;}
div.terms h3 {font: bold 14/19px arial; color:#000;}
div.terms h4 {font: bold 12/17px arial; color:#000;}
div.terms strong {color:#000;}

a:link, a:visited, a:active	/* links in general */
	{
	color: #3a3a3a;
	text-decoration:none;
	font-style: oblique;
	}

a.attn:link, a.attn:visited, a.attn:active	/* links in general */
		{
		color: #00003a;
		text-decoration:none;
		font-style: oblique;
		}

