/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body {
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande", verdana;
	background: #6C8FC2 url(images/bluefade.jpg) repeat-x;
	color: #FFFFFF;
}

P {
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
}

H1 {
	margin-top: 0px;
	font-weight: bolder;
	font-size: 24px;
	margin-bottom: 5px;
	color: #990000;
}

H2 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #003366;
}

H3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #990000;
}

/***************************************************
LOCAL PAGE  ELEMENTS
***************************************************/

.footer {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.list {
	font-size: 10pt;
}
.links {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
.links2 {
	font-size: 9pt;
	color: #000033;
	text-decoration: none;
}
.links3 {
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}
.bodymain {
	font-size: 10pt;
	font-weight: normal;
	line-height: 11pt;
}
.tour1 {
	font-size: 18px;
	font-weight: bold;
}
.tour-red {
	color: #990000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.tableheadings {
	font-size: 9pt;
	font-weight: bolder;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #6986C3;
}
.footercopy {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.semiboldhead {
	font-size: 13px;
	font-weight: bolder;
}
.smallred {
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
}

/***************************************************
LOCAL PAGE  ELEMENTS
***************************************************/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 240px;
background-color: #999;
background-image: url(images/l1_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/l1_over.jpg);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.jpg);
color: #333;
}
