/* CSS Document */
/* 31st Annual ALAO Conference */
/* November 4-5, 2005 */
/* Fawcett Center, Columbus, OH */

body {
	font-family : arial, sans-serif;
	margin: 0;
	background-color : #fff;
	color : #000;
	font-size : 10pt;
}
@page {
	size : 8.5in 11in;
	margin : .25in;
}

#header {
	font-family : georgia, times, serif;
	font-size : 14pt;
	text-align : center;
}

#headerimg {
	display : none;
}

#headerimg2 {
	display : none;
}

#navbar1 {
	text-align : center;
}
#maintitle {
	text-align : center;
	font-family : georgia, times, serif;
}
#maintitle2 {
	text-align : center;
	font-family : georgia, times, serif;
	font-size : 1.25em;
}

#navbar2 {
	text-align : center;
}

#footer {
	padding-top : .5em;
	font-size : .8em;
}

h1, h2, h3, h4 {
	font-family : georgia, times, serif;
}

h3 {
	margin-bottom : 1px;
}

p {
	margin-top : 1px;
	margin-bottom : 1em;
}

dt {
	font-family : arial, sans-serif;
	font-weight : bold;
	border-bottom : 1px solid #000000;
}
dd {
	margin-bottom : 1em;
}

li {
	margin-top : 1px;
}

table {
	border : medium double #000;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 2em;
	background-color : transparent;
	color : #000;
}

td {
	border : 1px solid #000;
	vertical-align : top;
	padding : 4px 6px;
}
.center {
	text-align : center;
}
table.formtype {
	border : none;
}
table.formtype td {
	border : none;
}