/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body {
	margin: 0px 0px 0px 0px;
         font-family: Arial, Helvetica, sans-serif;
	background: #6C8FC2 url(images/background.jpg) repeat-x;
	color: #000000;
}

a:link {
  color:#003366;
  text-decoration:none;
  }
a:visited {
  color:#CC6600;
  text-decoration:none;
  }
a:hover {
  color:#990000;
  text-decoration:underline;
  }

P {
	font-size: 11pt;
	font-weight: normal;
	line-height: 15pt;
}


/***************************************************
HEADINGS
***************************************************/


H1 {
         font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: 5px;
	color: #000000;
}

H2 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	color: #000000;
}

H3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #000000;
}

/***************************************************
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;
}
.links4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	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;
}


/***************************************************
LEFT MENU LIST BUTTONS
***************************************************/

#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: 10px 2px 10px 15px;
border: 1px solid #999999;
width: 215px;
background-image: url(images/l1_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-image: url(images/l1_over.jpg);
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-image: url(images/l1_over.jpg);
color: #FFFFFF;
}

