/* postexpo page styling  */

body {
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	background-color: white;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	text-align: left;
}

table {
	margin: 0 auto;
	background-color: white;
}
td {
	vertical-align: top;
}

h1 {
	margin: 1px 5px 1px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF7F00; 
}


#postexpodiv {
	width: 878px;
	height: 73px;
	margin: 0 auto;
	overflow: hidden;
	
}

#postexpodiv img {
	
	
}

#postexpodiv ul {
list-style: none;
margin: 15px 5px 15px 0px;
padding: 0px;
float: right;
}

#postexpodiv li {
display: inline;
float: left;
margin: 0px;
padding: 0px;
}

#postexpodiv a {
	display: block;
	width: 297px;
	height: 38px;
	background-image: url('GCTA2.jpg');
	text-indent: -5000px;
}


#postexpocta a {
	background-position: 0 0;
	
}

#postexpocta a:hover {
	background-position: 0 -38px;
}

#postexpotext {
	border: 0px solid gray;
	margin: 3px;
	padding: 0px;
	font-size: 14px;
}


#postexpotext ul {
	list-style-type: none;
	
}

#postexpotext li {
	background: url(Gbullet.gif) left top no-repeat;
	background: url(Gbullet.gif) left center no-repeat;
	background: url(Gbullet.gif) 0px 10px no-repeat;
	padding: 5px 10px 5px 12px;
	margin: 0px 0px 0px 2px;
}

#postexpoleft {
	float: left;
	width: 288px;
}



#postexporight {
	float: right;
	width: 290px;

}






