body {
	font : 12pt Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background: #306;
}

table, td, th {
	font : 10pt Arial, Helvetica, sans-serif;
	line-height: 1em;
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
}

th {
	font-weight: bold;
	background : #00aeef;
}

a {
	color: #306;
	text-decoration: underline;
	
}

a:hover {
	color: #639;
	text-decoration: none;
}
.main {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	top: 20px;
	background: #fff;
	border: 1px solid #fff;
	
}

.banner {
	background: url(images/expo_banner.jpg) no-repeat #639;
	height: 100px;
	width: 780px;
}
.banner img {
	margin-left: 3px;
	margin-top: 1px;
}
.date_nav {
	font: 10pt Arial, Helvetica, sans-serif;
	background : #ccc;
	padding: 4px 10px;
	margin: 0px;
	border-top: 1px solid #FFF;
	width: 760px;
	font-weight: bold;
	text-align: right;
	
}

.top_nav {
	font: 10pt Arial, Helvetica, sans-serif;
	background : #00aeef;
	padding: 4px 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	font-weight: bold;
	width: 780px;
	
}
.top_nav .pipe {
	display: none;
}
.top_nav a{
	margin: 0px;
	border-right: 1px solid #FFF;
	text-align:center;
	color: #000;
	text-decoration: none;
	padding: 4px 15px;
	
}
.top_nav a:hover{
	color: #000;
	background : #FFC;
	text-decoration: none;
}

.top_nav a.selected {
	color: #FFF;
	background : #36c;
	text-decoration: none;
}

.copy {
	background: url(images/white_shadow.jpg) repeat-x top;
	padding: 20px;
}

h1 {
	font-family: Garamond;
	font-size: 30pt;
	color: #306;
	margin-bottom: 30px;
}
h2 {
	font-size: 22pt;
	color: #36c;
}
h3 {
	font-family: Garamond;
	font-size: 24pt;
	color: #306;
}
h4 {
	font-size: 14pt;
	color: #36c;
}
.footer {
	font-size: xx-small;
	background: #639;
	color: #fff;
	padding: 10px;
	border-top: #000 solid 1px;
	line-height: 1em;
	clear:both;
}

.footer a {
	color: #9cf;
	text-decoration: underline;
	padding: 0px 5px;
}


.footer a:HOVER {
	color: #ff6;
}
.footer a.selected {
	color: #fff;
	text-decoration: none;
}

.bottom_nav {
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
	font-size: 10pt;
	line-height: 1em;
	text-align: center;
	
}

