/* CSS Document */
					/*sitewide standard*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	margin: 0em auto;
	width: 80%;
}
dd {
	margin: 0.4em 0.8em 0.8em 2em;
}
dt {
	font-weight: bold;
	margin: 0.8em 0.8em 0.4em 0.8em;
}
em {
	font-style: italic;
	font-weight: bold;
}
h1,h2,h3,h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h2,h3,h4 {
	text-align: left;
}
h1 {
	font-size: 1.6em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
li {
	line-height: 1.8em;
}
.captiona {
	font-style: italic;
	text-align: center;
}
.collage {
	text-align: center;
	font-family: cursive;
	color: #996633
}
.collage img{
	margin: 4px;
}
/* .fillout applies to a mail-in-form (eg, uuhousing.php) */
.fillout {					
	border: 2px solid black;
	display: block;
	margin: 0em auto;
	width: 650px;
	padding: 20px;
}
b.fillout , .fillout h2{
	text-align: center;
}
.fillout table {
	width: 650px;
}
/* when sitewide.css is applied to entire site, remove align=center from /include/footer.php */
.footer {
	margin: 0em auto;
	text-align: center;
}
.footer table {
	margin: 0em auto;
}
.footer td {
	font-weight: bold;
	padding: 0px 10px;
	text-align: center;
}
.footnote {
	font-size: 0.8em;
	text-align: center;
}
/* the following applies to formata pages */
.formata img {
	display: block;	
	margin: 0em auto;
}
/* the following applies to formatb pages */
.formatb img {
	display: block;
	float: right;
}
/*the following applies to formatc pages */
.formatc img {
	display: block;
	float: left;
	margin: 0em 2em;
}
/*the following applies to formatd pages*/
.formatd h1,.formatd h2,.formatd h3 {
	text-align: center;
}
.formatd ol li {
	list-style-type:upper-alpha;
}
.formatd ol li ol li {
	list-style-type: upper-roman;
}
/* the following applies to formate pages */
.formate h1, .formate h2, .formate h3, .formate p{
	text-align: center;
}
.formate h2 {
	font-size: 1.8em;
	font-style: italic;
}
.formate img {
	display: block;
	float: left;
	margin: 0em 2em;
}

/*used for format a boxed notice within a page  */
.noticebox {
	display: block;
	background-color: #CCFFFF;
	border: 2px double #3300FF;
	margin: 2em auto;
	padding: 0.8em;
	text-align: center;
	width: 400px;
}
.noticebox h1 {
	color: #CC6600;
	font-size: 1.1em;
	margin: 1em;
}
.quote {
	font-style: italic;
}
.tablea {
	border: 2px solid black;
	margin: 1em auto;
}
.tablea td {
	border: 1px solid black;
	padding: .6em;
}
.tableb {
	margin: 1em auto;
}
.tablec {
	border: 2px solid black;
	margin: 1em auto;
	text-align: center;
}
/*table of contents*/
.toc {
	border: 2px solid black;
	margin: 0em auto;
}
.toc td {
	border: 1px solid black;
	padding: 1em;
	vertical-align:top;
}


