* {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D1C12;
	font-size:12px;
}

BODY {
	background-color: #FFF1CC;
	background-repeat:no-repeat;
	background-image:url(/tour/images/tour_bg-med.jpg);
	background-attachment: scroll;
	text-align: left;
	text-decoration: none;
	margin-left: 36px;
	margin-right: 36px;
	margin-bottom: 0.25in;
	margin-top: 0.12in;
	line-height: 18px;
}

.calBODY {
	background-color: #FFF1CC;
	text-align: left;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0.25in;
	margin-top: 0.12in;
	line-height: 18px;
}

.fineprint {
	font-size:9px;
}

a {
	color: #990000;
}


.heading {
	font-size: 12pt;
	font-weight: bold;
}

.pageTitle {
	font-size: 11pt;
	font-weight: bold;
}

.pageTitleDisabled {
	font-size: 11pt;
	font-weight: bold;
	color: #C2976B;
}

.rule
{
	background-color: #C2976B;
}

.articleTypeTitle {
	font-weight: bold;
}

table {
	border-color:#3D1C12;
}

/******************************************/
img.float_left {
	float:left;
	margin: 0px 15px 15px 0px;
}
img.float_right {
	float:right;
	margin: 0px 15px 15px 15px;
}
img.left {
	/* CURRENTLY BEHAVES EXACTLY LIKE IMG.RIGHT */
	position:absolute;
	right:36px;
	border-top: 1px solid #3D1C12;
	border-bottom: 1px solid #3D1C12;
}
img.right {
	position:absolute;
	right:36px;
	border-top: 1px solid #3D1C12;
	border-bottom: 1px solid #3D1C12;
}
img.lidash {
	padding: 3 3 3 0;
}

.sectionTitle {
	font-size: 13pt;
	font-weight: bold;
}

.sectionTitle0 {
	font-size: 13pt;
	font-weight: bold;
	position: absolute;
	left: 20px;
	width: 200px;
	text-align:right;
}

.sectionTitle1 {
	font-size:10pt;
	font-weight: bold;
}

/******************************************/
.sectionText {
	padding-top: 5px;
	margin-left: 200px;
	padding-right: 200px;
}

/* 66% width top border */
.sectionText2 {
	padding-top: 5px;
	margin-left: 200px;
	padding-right: 200px;
    border-top: 3px double #3D1C12;
}

/* 100% width top border */
.sectionText3 {
	padding-top: 5px;
	padding-left: 200px;
	padding-right: 200px;
    border-top: 3px double #3D1C12;
}

/* text extends into 'picture' column */
.sectionText4 {
	padding-top: 5px;
	padding-left: 200px;
}

/* Change from bulleted list items to left justified list items
 with left & right borders around each list item title
 OR (if no list item title) just a single graphic left justified
 to denote a list item; can be "turned off" by "blanking" the graphic */
ul.popup {
	list-style-type: none;
	text-indent: -38px;
}
li.popup b {
	list-style-position: inside;
	border-left: 1px solid #3D1C12;
	border-right: 1px solid #3D1C12;
	padding-left: 2px;
	padding-right: 2px;
}

/* for links at top of pop up pages */
.articleLinks {
	text-align:center;
	font-style:italic;
}
a.a1 {
	text-decoration:none;
}

/******************************************/
.caltoday {
	color: #990000;
}

div.error
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.warning
{
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.success
{
	background-color: #009900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
