CAPTION.TRIPTABLE
  {
	background-color:white;
	padding:9px 5px 5px 5px;
	font-size: 14px;
	color:#000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

  }

  TABLE.TRIPTABLE
  {
	font-family:arial;
	border-collapse:collapse;
	font-size:10pt;
	background-color:#000;
	width:500px;
	border: none;
  }

  TH.TRIPTABLE
  {
	font-size:10pt;
	color:#000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	vertical-align: top;

 }

  TR.TRIPTABLE
  { 
     vertical-align:top;
  }

  TD.TRIPTABLE
  {
	font-size:10pt;
	background-color:white;
	color:#000;
	text-align:left;
	vertical-align: top;
	border: 0px none #580000;
  }



  TR.TRIPTABLEALT
  {
     font-size:10pt;
	background-color:#FBF0C2;
     color:#000;
     border-style:none;
     text-align:left;
	 vertical-align: top;
  }

 TD.TRIPTABLEALT
  {
	font-size:10pt;
	background-color:#FBF0C2;
	color:#000;
	text-align:left;
	font-family: arial;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

  }

#containerfull {
	margin:auto;
	color:white;
	width:920px;

}
		
#contentbkfull {
	border-width:20px;
	float:left;
}	
#leftnc {
	width:918px;
	float:left;
	padding-top: 20px;
}

#border {
	border-color:#FFF;
	border-width:1px;
	}


/* ~~~~~~~~~~~~~~MENU CODE~~~~~~~~~~~~~~~~ */
#menu {
	width:912px;
	float:left;
	height: 28px;
	padding:10px 0 0 8px;
	background:url(../images/menunc.jpg) no-repeat;
}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li a {
	float:left;
	display:block;
	color:#DF8C18;
	padding:5px 6px;
	font-size: 12px;
	text-decoration: none;
	background:url(../images/menudiv.jpg) no-repeat right;}

#menu li a:hover{
	color:#fff;}
	
	
/* ~~~~~~~~~~~~~~END MENU CODE~~~~~~~~~~~~~~~~ */