﻿body
{
	padding: 5px;
	margin: 0px;
	background: #E9E9E9;
}

a
{
	color: #606060;
	font-family: Trebuchet MS, Arial, helvetica;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

h2
{
	margin: 0;
	font: bold 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
}

p, #divAuthenticated
{
	font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
}

#header
{
	width: 100%;
	background-image: url('images/header_bg2.png');
}
/*
#navbar
{
	width: 750px;
}

#navbar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar li
{
	display: inline;
	padding-right: 2px;
}
*/
#mainwrapper
{
	width: 760px;
}

#col1
{
	float: left;
	width: 550px;
	padding-left: 5px;
	border: 1px solid black;
}

#col2
{
	float: right;
	width: 200px;
}

#footer
{
	clear: both;
	width: 750px;
}

.login
{
	font: normal 10px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
}

.login input
{
	font-size:8px;
}

#divWhatIsHeader
{
	font-weight: bold;
}

#divWhatIsBody
{
	/*padding: 2px; 	border: solid 1px black;*/
}

fieldset
{
	width: 500px;
}

#divTourDates
{
	padding-top:5px;
}

#divTourDates ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#divTourDates li
{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, helvetica;
}

.newsRight
{
	font-size: 12px;
}

.tourLeg
{
	cursor: pointer; 
	text-decoration: underline;
}