﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #67b;
}
#container {
	border: thick #000080 solid;
	width: 930px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: center;
	width: 930px;
	overflow: auto;
	background-color: #ddb;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	height: auto;
}
#menubar {
	float: left;
	clear: both;
	width: 930px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin: 0px;
	position:relative;
}

#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
	font-size: small;
	text-align: center;
}
#content {
	float: left;
	width: 746px;
	padding: 15px;
	overflow: auto;
	background-color: #FFFFCC;
	margin: 0px;
	position: relative;
}

#tourtable {
	width: 746px;
	padding: 15px;
	background-color: #FFFF99;
	position: relative;
	overflow: auto;
}

#directory {
	padding-left: 30px;
}
tr.va {
	vertical-align:top;
}
td.tp {
	background-color:#4c1900;
	color:#ffffff;
}
td.cl {
	background-color:#ffffff;
}

#content img {
	display: block;
}
#search {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
#counter {
	width:90px;
	margin-left:auto;
	margin-right:auto
}
#footer {
	clear: both;
	width: 930px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 10px 2px 10px 2px;
}


h1
{
	font-size:xx-large;
}
h2
{
	font-size:x-large;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #000080;
	font-weight:bold
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 15px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Menubar */
#menubar p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 10px 2px 10px 2px;
}
#menubar a {
	color: #333;
	text-decoration: underline;
}
#menubar a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}