@charset "utf-8";
/* CSS Document */


p, li {
	text-align:left;
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
 	line-height:165%;
}


div#expobody {
	display:table;
	width: 560px;
	height:auto;
	background-color: transparent;
	clear: both;
 	padding: 0 0 25px 0;
}

div#expobody  h1{	
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4C6C99;
	font-size:22px;
	padding-top:10px;
	margin:0;
	letter-spacing: -1px;
	word-spacing: 2px;
}

div#expobody  h2{
	display:block;	
	color: #000;
	width: 100%;
	font-family: Georgia, Times, "Times New Roman", "Trebuchet MS", serif;
	font-size: 26px;
	font-weight: normal;
	word-spacing: 2px;
	padding-top:10px;
	margin:0;
	clear:both;
}

div#expobody  h3{
	display:block;	
	color: #BF4D13;
	width: 100%;
	font-family: Georgia, Times, "Times New Roman", "Trebuchet MS", serif;
	font-size: 17px;
	font-weight: bold;
	clear:both;
	padding: 2px 0;
	border-bottom: 1px dotted #cccccc;
}

.expo_pic {
	border: 1px solid #DEDEDE;
	padding: 1px;
}

.location{
	display: table;
	background-color: #F5F0E9;
	padding: 5px 5px 5px 10px;
	margin: 10px 0;
	border: 1px solid #E5DDD1;
}

/* left side navigation */

#navcontainer {
	background-color: #ceddf2;
	width: 225px;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: inherit;
}

ul#navlist li {
 	border-bottom: 1px solid #ffffff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	padding: 7px 7px 7px 15px;
	margin: 0px;
	color: #003366;
	text-decoration: none;
}

#navcontainer>ul#navlist li a { width: inherit; }

ul#navlist li#active a {
	background-color: #8DB3D8;
	color: white;
	font-weight: normal;
	background-image: url(../images/arrow_rt.gif);
	background-repeat:no-repeat;
	background-position:left;
}

ul#navlist li a:hover, ul#navlist {
	color: #0077B3;
}

li#active a:hover {
	color: #0077B3;
	background-color: #7493B3;
}

--> end left nav

