body {
	margin: 0px;
	background-color: rgb(0, 132, 137);
	text-align: center;
}
td,div,input,select,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

img
{
  behavior: url("pngbehavior.htc");
}

.topNavBar {
	background-color: #E6E6E6;
	font-weight: bold;
	height: 25px;
	width: 14%;
        text-align: center;
}
.topNavSep {
	background-color: #E6E6E6;
	background-image: url(../styleImages/main_nav_sepLine.gif);
	background-repeat:no-repeat;
	text-align: center;
	width: 1px;
}
a.topNavLink {
	color: #336666;
	text-decoration: none;
}
a.topNavLink:hover {
	color: #009999;
}
.footerCell {
	font-size: 9px;
	padding: 10px;
	text-align:left;
	background-color: rgb(0, 132, 137);
	color: #FFFFFF;
	line-height: 15px;
}
a.footerCellLink {
	color: #CCCCCC;
	text-decoration: none;
}
a.footerCellLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainContent {
	text-align: left;
	width: 770px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	
}
.backToLink {
	font-size: 9px;
	padding-left: 20px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.articleTitle {
	font-size: 13px;
	font-weight: bold;
	color: #006677;
	background-color: #F0F0F0;
	padding-left: 5px;
	margin-left: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 490px;
}
.articleSubTitle {
	font-weight: bold;
	padding-left: 30px;
}
.articleBodyCopy {
	line-height: 20px;
	padding-left: 40px;
	padding-right: 60px;
	text-align: justify;
	padding-top: 30px;
}
.articleIndexList {
	list-style-position: outside;
	list-style-image: url(../styleImages/article_icon.gif);
	list-style-type: none;
	vertical-align: text-top;
}
.pageHeadingImage {
	padding-bottom: 20px;
}
.generalBodyContent {
	line-height: 20px;
	padding-left: 40px;
	padding-right: 60px;
	text-align: justify;
}
.homeRightTable {
	background-color: #EEF7F9;
	border: 1px solid #E4E4E4;
	width: 200px;
}
li {
	list-style-type: square;
	padding-bottom: 10px;
}
.bookIndexList {

	list-style-position: outside;
	list-style-image: url(../styleImages/book_icon.gif);
	list-style-type: none;
	vertical-align: text-top;
}
.bookTitle {

	font-size: 13px;
	font-weight: bold;
	color: #006677;
	background-color: #F0F0F0;
	padding-left: 5px;
	margin-left: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 470px;
}
.bookSubTitle {
	font-weight: bold;
	padding-left: 30px;
	line-height: 20px;
}
.shopNavCategory {
	background-color: #EEF7F9;
	border: 1px solid #E4E4E4;
	font-weight: bold;
	height: 40px;
	width: 280px;
}
.shopNavSearch {
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	height: 40px;
	width: 400px;
}
.shopNavShadow {
	background-image: url(../styleImages/template_shop_navBoxGrad.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.errorText {
	font-weight: bold;
	color: #990000;
}
.shopItemTitle {
	font-size: 13px;
	font-weight: bold;
	color: #006677;
	background-color: #F0F0F0;
	padding-left: 5px;
	margin-left: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 480px;
	list-style-position: inside;
	list-style-type: square;
}
.shopSaleOldPrice {
	font-weight: bold;
	color: #990000;
	text-decoration: line-through;
}
.shopSaleNewPrice {
	font-weight: bold;
	color: #006600;
}
.shopTopButton {
	font-size: 9px;
	font-weight: bold; 
	background-color: #E4ECF7;
	border: 1px solid black;
	height: 25px; 
	padding-left: 3px;
	padding-right: 3px;
}
.tableHeader {
	color: #666666;
	background-color: #CCCCCC;
	padding: 3px;
}
.tableResultCell {
	padding:3px;
}
.itineraryList {


	list-style-position: outside;
	list-style-image: url(../styleImages/itinerary_icon.gif);
	list-style-type: none;
	vertical-align: text-top;
}
.itineraryMonth {
	font-weight: bold;
	color: #006600;
	font-size: 12px;
}

.checkoutError {
	padding: 20px;
	width: 560px;
	border: 1px solid #FF0000;
	color: #FF0000;
}