/* CSS Document */
@import "all.css"; /* just some basic formatting, no layout stuff */

body {
		text-align:center;
		}
	
/*/////////  LAYERS  //////////*/	
	
	#frame {
	width:762px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background: #fff;
	padding-top: 8px;
	border-right: 0.05em solid #999999;
	border-bottom: 0.05em solid #999999;
	border-left: 0.05em solid #999999;
		}


/*/////////  PADDING  //////////*/

.HpgWelcome {
	padding:0px 10px 0px 0px;
	border-right: 0.1em dotted #999999;
	}
	
.HpgTopics {
	padding:0px 10px 0px 10px;
	border-bottom: 0.1em dotted #999999;
	}
	
.HpgTopicsMiddle {
	padding:5px 10px 0px 10px;
	border-bottom: 0.1em dotted #999999;
	}
	
.HpgTopicsBottom {
	padding:5px 10px 0px 10px
	}
	
.centrecolumn {
	padding:0px 10px 0px 10px;
	}
	
.cruiselogos {
	margin:0px 0px 5px 0px
	}
	
.footerpadding {
	padding:0px 0px 3px 0px
	}
	
	



/*/////////  FONTS  //////////*/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff0000;
	font-weight: bold;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #339933;
	font-weight: bold;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0099CC;
	font-weight: bold;
}

.tinycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #999999;
}

.copytight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #666666;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
}

.tightleading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #333333;
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #ff0000;
}


.questions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #339933;
	font-weight: bold;
}

.answers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0099CC;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #0099CC;
}

.list {
	/*list-style-image: url(../images/redsquare.gif);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	}
	
.listtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #009933;
	}

.addresscontactpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	}
	
.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0099CC;
	font-weight: bold;
	text-align:right;
}

.lrglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}


/*///////////  LINKS  /////////*/

a.one:link {color: #0099CC; text-decoration: none}
a.one:visited {color: #0099CC; text-decoration: none}
a.one:hover {color: #339933; text-decoration: underline}

a.two:link {color: #0099CC; text-decoration: none}
a.two:visited {color: #0099CC; text-decoration: none}
a.two:hover {color: #FFFFFF; background-color: #339933; padding: 1px;}

a.three:link {color: #0099CC; text-decoration: none}
a.three:visited {color: #0099CC; text-decoration: none}
a.three:hover {color: #FFFFFF; background-color: #339933; padding: 3px;}

a.four:link {color: #000; text-decoration: none}
a.four:visited {color: #000; text-decoration: none}
a.four:hover {color: #339933; text-decoration: underline}


/*///////////  PHOTO GALLERIES  /////////*/

.lrgborder {
	border-top: 0.05em solid #000000;
	border-right: 0.05em solid #000000;
	border-bottom: 0.05em solid #000000;
	border-left: 0.05em solid #000000;
	}
