/* 2012 01 10 Mike Neilson
 *
 * intial creation of the body CSS.
 * should a page need something slightly different
 * include a <style> section after CSS files are important
 * that will overwrite this file.
 *
 *
 *
 */
#content{
	/*
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	*/
	padding-top: 0px;
	margin-top: 0px;
	/*
	 * We want the containing boxes in the middle of the page.
	 * Not the text.
	 */
	text-align: left;
	/*border: thin solid black;*/
	background-color: white;
	
}

#content h1{
	margin-top: 0px;
	padding-top: 0px;
}

#content pre{
	/*border: thin solid purple;*/
	background-color: white;
}

#all {
	/*border: thin solid blue;*/
	/*width: 830px;*/
	width: 51.875em;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

img{
	border: none;
}

body{
	/* leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" */
	margin: 0px;
	padding: 0px;
	/*font-family: TimesNR, Times, "Times New Roman";*/
	/*
	 * The current Corps design has everything centered.
	 *
	 */
	text-align: center;
	/* some of the reports were running off the edge*/
	/*background-color: #BBB;*/

}

.bold {
	font-weight: bold;
}

.centered {
	text-align: center;
}

