body {
			margin: auto auto 0px 0px;
			text-align: center;
			background-color: #97997b;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #343926;
			padding-top: 168px;
			overflow-x: hidden;
		}

		#header {
	background-image: url(images/headergradient.gif);
	background-repeat: repeat-x;
	background-color: #fdf9cb;
	height: 170px;
	width: 100%;
	position: absolute;
	top: -3px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
		}
	
		#title {
			margin: 0px;
			padding: 0px;
		}
		
		#menu {
			margin: 0px;
			padding: 0px;
		}
	
		#shadow {
			background-image: url(images/dropshadow.gif);
			background-repeat: repeat-x;
			height: 31px;
		}
	
		#main {
			padding-bottom: 60px;
			/* the following two lines were added for the CAST page; in the event of problems, delete them */
			margin-left: auto;
			margin-right: auto;
			width: 600px;
			text-align: center;
			min-height: 250px;
		}
	
		#footer {
			background-image: url(images/footergradient5.gif);
			background-repeat: repeat-x;
			height: 55px;
			width: 100%;
			bottom: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
			line-height: 2px;
			text-align: center;
		}
		
    img {
			margin: 0px;
			padding: 0px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
		}
		
    h1 {
		font-size: 24px;
		font-style: italic;
		font-weight: bold;
		}
	
	h2 {
		font-size: 24px;
		font-style: italic;
		font-weight: bold;
		text-align:left;
		/*padding-left: 15%;
		padding-right: 15%*/
		}
	
	h3 {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		text-align: left;
		/*padding-left: 15%;
		padding-right: 15%; */
	}
	
	.break {
		height: 10px;
		clear: both;
	}
	
	.number {
	font-size: 20px;
	display: inline;
	margin: 5px;
	border: 1px solid #343926;
	padding: 2px;
	text-align: left;
	float: left;
	}
	
	p.copy {
		font-size: 14px;
		text-align: left;
		/*padding-left: 15%;
		padding-right: 15%; */
	}
	
	.bigtitle {
	font-size: 42px;
	}
	
	.nav {
	font-size: 16px;
	font-style: italic;
	white-space: pre;
	text-align: center;		
	}
	
	#container {
	}
	
	.footertext {
	text-align: center;
	}
	.small {
	text-align: center;
	font-size: 14px;
	}

	.floatleft {
	float: left;
	padding-right: 8px;
	}

	.floatright {
	float: right;
	padding-left: 8px;
	padding-top: 30px;
	}
    
    a:hover {
	text-decoration: underline;
}
	a:visited {
	color: #666600;
	}
	
	a:link {
	color: #666600;
	}