body {
  margin: 20 0 0 0px; 
  padding: 0; 
  font: 12px "Century Gothic", arial, sans-serif; 
  background:  url('../images/background.gif')  0px 0px;
}

a {
  color: #449999;
  font-size: 14px;
}

a:hover {
  color:    #005555;
  font-size: 14px;
}

a:visited  {
}

a:active {
  color:     #C2CDCD;
}


a img {
  border: 0px;
}

table.main {
  width:  950px;
  height: 100%;
  min-height: 100%;
}

table.main td#topLeft {
	width: 15px;
	height: 13px;
	background:  url('../images/topLeftBorder.gif') no-repeat 0px 0px;
}

table.main td#topCenter {
	width:  920px;
	height:  13px;
	background:  url('../images/topCenterBorder.gif') repeat-x 0px 0px;
}

table.main td#topRight {
	width: 15px;
	height: 13px;
	background:  url('../images/topRightBorder.gif') no-repeat  0px 0px;
}

table.main td#left {
	width: 15px;
	background:  url('../images/leftBorder.gif') repeat-y 0px 0px;
}

table.main td#right {
	width: 15px;
	background:  url('../images/rightBorder.gif') repeat-y 0px 0px;
}

table.main td#bottomLeft {
	width: 15px;
	height: 13px;
	background:  url('../images/bottomLeftBorder.gif') no-repeat 0px 0px;
}

table.main td#bottomCenter {
	width:  920px;
	height:  13px;
	background:  url('../images/bottomCenterBorder.gif') repeat-x 0px 0px;
}

table.main td#bottomRight {
	width: 15px;
	height: 13px;
	background:  url('../images/bottomRightBorder.gif') no-repeat 0px 0px;
}

table.main tr#header {
  text-align: left;
  background: #ACC2CA;
}

table.main tr.header {
  height: 149px;
}

table.main tr.small-header {
  height: 100px;
}

table.main tr.header td div#header {
  height:  149px;
  width:   155px;
}

table.main tr.small-header td div#header {
  height:  149px;
  width:   155px;
}

table.main div#header {
  float:    left;
}

table.main tr.header td div#welcome {
  top:          30px;
  left:        -50px;
  width: 	   750px;
  height:	   190px;
  font-size:    14px;
}

table.main tr.small-header td div#welcome {
  top:          30px;
  left:        -50px;
  width: 	   750px;
  height:	   190px;
  font-size:    14px;
}

table.main tr.header td div#pan-welcome {
  top:          30px;
  left:        -50px;
  width: 	   750px;
  height:	   190px;
  font-size:    14px;
}

table.main tr.small-header td div#pan-welcome {
  top:          30px;
  left:        -50px;
  width: 	   750px;
  height:	   190px;
  font-size:    14px;
}

table.main div#welcome {
  position:   relative;
  font-weight:  bold;
  text-align: center;
  color:     #355053;
  float:        left;
}

table.main tr.subheader td {
	padding: 0px;
	margin: 0px;
	background-color: white;
}

table.main tr.middle {
  background-color: white;
}

table.main tr#footer {
  height: 52px;
  text-align: center;
  color: #777777;
  background: #FFFFFF;
}

table.main tr#footer a {
  color: #777777;
}

table.main tr#footer td {
	font-size: 10px;
}

table.main td.sideCell {
  vertical-align: top;
  width: 160px;
  padding-top: 5px;
}

div#mainContent {
  position: relative;
  width: 760px;
  height: 95%;
}

div#backgroundImg {
  height: 100%; 
  min-height: 300px;
  width: 100%;
  z-index: 0;
  position: relative;
}

div#backgroundImg img {
  height: 257px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -128;
  margin-left: -207px;
}

div#content {
  padding: 5px;
  height: 100%; 
  min-height: 300px;
  width: 730px;
  overflow: auto;
  position: absolute; 
  top: 0px; 
  left: 0px;
  z-index: 15; 
  text-align: left;
}

table#books {
  background-color: #373737;
  height:  325px;
  width: 700px;
  padding: 2 2 2 10px;
}

table#books a {
  color: #FFFFFF;
}

table#books a:hover {
  color: #227777;
}

table#books a:visited  {
  color: #FFFFFF;
}

table#books th {
  color: #7A9EAA;
  text-align: left;
}

table#books td {
  width:  25%;
  height: 275px;
  border-right: 2px groove gray;
  padding: 2px;
  text-align: center;
  vertical-align: top;
}

span.bookTitle
{ 
	color: #CAEEFA;
	font-size: 11px;
	font-weight: bold;
}

span.bookSubTitle
{ 
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

span.pageHeader
{
  disply: block;
  color: #587C88;
  font-size: 22px;
  padding: 4 0 4 0px;
}

span.pageSubheader
{
  disply: block;
  color: #587C88;
  font-size: 16px;
  padding: 4 0 4 0px;
}

table.list
{
  width: 100%;
  border-left: 1px solid #BCC2CA;
  border-top:  1px solid #BCC2CA;
  margin-top:  15px;
}

table.list th
{
  border-right: 1px solid #BCC2CA;
  color: #487C88;
  font-size: 22px;
  padding: 3px;
}

table.list th.subheader
{
  font-size: 16px;
  border-bottom: 1px solid #8C929A;
}

table.list th.subheader span.message
{
  color: #B86C78;
  font-style: italic;
}

table.list td
{
  border-right:  1px solid #BCC2CA;
  border-bottom: 1px solid #BCC2CA;
  text-align: center;
  padding: 2px;
}

table.list tr
{
}

table.list tr.even
{
  background-color: #ACC2CA;
}

table.list tr.cjh
{
  background-color: #ff0000;
}

table.list td span
{
  display: block;
  color: #2C323A;
}

table.list td span.place
{
  font-weight: bold;
  font-size: 18px;
}

table.list td span.location, table.list td span.conference, table.list td span.radio
{
  font-weight: bold;
  font-size: 16px;
}

table.list td a span.location, table.list td a span.conference, table.list td a span.radio
{
  color: #4C525A;
}

table.list td a:hover span.location, table.list td a:hover span.conference, table.list td a:hover span.radio
{
  color: #6C828A;
}

table.list td span.date
{
  font-weight: bold;
  font-style: italic;
}

table.list td span.address
{
}

table.list td span.phone
{
	
}

table.form 
{
}

table.form td
{
  padding: 2px;
  vertical-align: top;
}

table.form td.field
{
  font-size: 15px;
  width: 135px;
  font-weight: bold;
}

span.error
{
  disply: block;
  color: #FF7C88;
  font-size: 22px;
  padding: 4 0 4 0px;
}
	
