body {
	background-image : url(../graphics/bg.gif);
	width : 100%;
	margin : 4px 0px 0px 4px;
	padding : 0px 0px 0px 0px;
	margin-top : 4px;
	margin-left : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1em;
}
a:link {
	color: #CC9933;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
	font-weight : bold;
}
#body{
	text-align : center;
}
#footer{
	padding-top : 10px;
}
#menu{
	width : 758px;
}
#bodytable #leftmenu{
	width : 129px;
	vertical-align : top;
	padding : 0px 0px 0px 0px;
	}
#bodytable #rightmenu{
	width : 129px;
	vertical-align : top;
	padding : 0px 0px 0px 0px;
}
#bodytable #footer{
	padding : 3px 0px 0px 0px;
}
#bodytable #main{
	text-align : center;
	vertical-align : top;
	width : 500px;
	padding : 2px 4px 8px 4px;
}
#bodytable #botlinks{
	text-align : center;
	vertical-align : bottom;
	padding : 0px 0px 5px 0px;
	font-size : 90%;
}
h1{
	color : #993300;
	font-size : 140%;
	margin-bottom : 3px;
	margin-top : 0px;
}
h2{
	color : #CC9933;
	font-size : 100%;
	margin : 2px 0px 2px 0px;
}
h3{
	color : #993300;
	font-size : 100%;
	text-align : left;
	margin-top : 6px;
	margin-bottom : 6px;
	border-bottom : 2px solid #993300;
}
h4{
	color : #993300;
	font-size : 90%;
	text-align : left;
	margin-top : 10px;
	margin-bottom : 6px;
	border-bottom : 2px solid #993300;
}
h5{
	color : #993300;
	font-size : 110%;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 6px;
}
p{
	font-size : 80%;
	text-align : left;
	margin-bottom : 7px;
	margin-top : 7px;
}
p.itinerary{
	font-size : 90%;
	color : #993300;
	text-align : left;
	margin-bottom : 7px;
	margin-top : 7px;
}
p.address{
	color : #993300;
	text-align : center;
	font-weight : bold;
	padding-top : 4px;
	padding-bottom : 4px;
	font-size : 90%;
}
p.link{
	color : #993300;
	text-align : center;
	/*font-weight : bold;*/
	/*padding-top : 4px;
	padding-bottom : 4px;*/
	font-size : 90%;
	padding : 4px 20px 4px 20px;
}
div.address{
	padding-top : 5px;
}
p.itinerary a{
	color : #993300;
	font-weight : bold;
}
span.underline{
	/* border-bottom : 2px solid #993300;*/
	padding-bottom : 1px;
}
b{
		color : #CC9933;
		font-weight : bold;
		font-size : 110%;
}
#bodytable{
		margin-top : 2px;
		margin-bottom : 1px;
		border-collapse : collapse;
		width : 758px;
}
#bodytable td{
	padding : 0px 0px 0px 0px;
}
hidden{
	display : none;
}
strong{
	font-size : 110%;
}
img.left{
	float : left;
	margin-right : 10px;
}
img.right {
	float : right;
	margin-left : 5px;
	margin-right : 0px;
}