/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

p {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.2;
	margin: 8px 15px;
}

li {color: #555555; font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.2;
	margin: 8px 10px 8px 0;}

a {
	color: #1F38D3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.2;
}

hr {
	margin-left: 15px;
}

a.big {
	color: #1F38D3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
}

h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-left: 18px;}

h2 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: -1;
	margin-left: 15px;
	margin-bottom: -5px;
	margin-top: 0px;
}

.fineprint {
	font-size: 8pt;
}

#wrapper {
	width: 675px;
	z-index: 1;
	padding-bottom: 20px;
}

.bg_home {
	background-image: url(images/home/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5DDA0;
}

.bg_inner {
	background-image: url(images/inner/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.nav {
	background-image: url(images/nav/bg.gif);
	background-repeat: repeat-x;	
	background-position: top;	
}

.tour_bg {
	background-image: url(images/inner/tour_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
