#navigation
{
	background-image: url(bg1.png);
	height: 20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navigation a{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover{
	text-decoration: underline;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image:url(footer.png);
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAF5FF;
	color: #333333;
}

#content h1
{
	margin: 15px;
}

#content a
{
	color:#0099FF;
	text-decoration: none;
	font-style: italic;
}

#content a:hover
{
	text-decoration: underline;
}

#content p{
	margin: 15px;
}


.dateText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

#content .toursLink{
	margin-left: 20px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#content .toursLink:hover{
	text-decoration: underline;
}

#content .toursLinkSub{
	color: #996600;
	margin-left: 25px;
	text-decoration: none;
	font-weight: bold;
}

#content .toursLinkSub:hover{
	text-decoration: underline;
}

.normalLink{
	color: #000099;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.normalLink:hover{
	text-decoration: underline;
}

.error
{
	color: #FF0000;
}
