@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bk_tourqoise.gif);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a:link {
	color: #333;
}
a:visited {
	color: #88b5b5;
}
a:hover {
	color: #134441;
}
a:active {
	color: #333;
}

.rtheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.oneColFixCtr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #f6b654;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #083538;
	text-align: left;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.tagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #258694;
}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1E6C79;
}
heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #258694;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #258694;
	line-height: 18px;
}
.bullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-top: 2px;
	padding-top: 2px;
	list-style-type: disc;
	list-style-position: outside;
}
.heading2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #258694;
	font-weight: bolder;
}
.alert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #F00;
	text-decoration: blink;
}
