/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #f8f400;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/homebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.small {
	font-size: 100%;
	font-style: italic;
	color: #999999;
	font-weight: normal;
}

h1 {}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #313063;
}
h3 {}
h4 {}
p {
	font-size: 110%;
	line-height: 130%;
}
ul {}
li {
	font-size: 110%;
	line-height: 130%;
	list-style-type: square;
}
.imagewithborder {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #00AAE7;
}
#sidebar p {
	font-size: 110%;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: normal;
}
#limits p {
	font-size: 100%;
	font-weight: normal;
}
#footer  {
	line-height: 130%;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.highlightbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #00aae7;
	margin-right: 20px;
	margin-left: 20px;
}
.tourconditions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #F00;
	margin-right: 20px;
	margin-left: 20px;
}
#gnav a{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
#gnav a:visited {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #0000FF;
}
#gnav a:hover {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FF0000;
}
#gnav a.curr, #gnav a.curr:visited, {
	text-decoration: none;
	color: #FF0000;

}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.imgleft {
	float: left;
	margin-right: 20px;
}
.imgright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 5px;
}
fieldset {
	border: 1px solid #00AAE7;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
legend {
	font-size: 120%;
	font-weight: bold;
	color: #313063;
}
.red {
	color: #993300;
}
#sidebar li {
	color: #FFFFFF;
	font-size: 100%;
}
.brighthighlight {
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
}

