body {
	margin: 0em;
	padding: 0em;
	font-size: x-small;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 135%;
	color: #000;
}
p.grey {
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 175%;
	color: #999;
}
p.white {
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 135%;
	color: #FFF;
}
h1 {
	margin: 0px;
	padding: 0px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999;
}
h2 {
	margin: 0px;
	padding: 5px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F90;
}
h3 {
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
ul {
	list-style-position: outside;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 80%;
}
ol {
	list-style-position: outside;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 30px;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #36C;
}
a:link {
	color: #36C;
}
a:visited {
	color: #36C;
}
a:active {
	color: #36C;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}
a.white:link {
	color: #FFF;
}
a.white:visited {
	color: #FFF;
}
a.white:active {
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #F30;
}
a.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
a.black:link {
	color: #000;
}
a.black:visited {
	color: #000;
}
a.black:active {
	color: #000;
}
a.black:hover {
	text-decoration: underline;
	color: #F30;
}
span.location {
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
span.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}
span.breadcrumb-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #F30;
}
#skip_nav {
	right: 3%;
	top: 2px;
	overflow: auto;
	position: absolute;
	z-index: 4;
	text-align: right;
	border: none;
}
#header {
	width: 100%;
	left: 0%;
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	text-align: left;
	border: none;
	background-repeat: repeat-x;
	background-image:  url(../images/header/header_bgd.jpg);
	clear: right;
}
#header_text {
	width: 180px;
	left: 180px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	text-align: left;
	border: none;
}
#header_number {
	width: 225px;
	right: 2%;
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	text-align: right;
	border: none;
}
#breadcrumbs {
	left: 24%;
	top: 90px;
	overflow: auto;
	position: absolute;
	z-index: 5;
	text-align: left;
	border: none;
	width: 540px;
	text-indent: 5px;
}
#main_menu {
	left: 4%;
	top: 135px;
	width: 18%;
	overflow: visible;
	position: absolute;
	z-index: 6;
	text-align: left;
	border: none;
}
#content {
	left: 26%;
	top: 120px;
	overflow: auto;
	position: absolute;
	z-index: 7;
	text-align: left;
	width: 69%;
}
.footer_menu {
	left: 0%;
	margin-top: 10px;
	overflow: auto;
	position: relative;
	z-index: 8;
	text-align: center;
	width: 96%;
	padding: 5px;
	border-top: thin dotted #F90;
}
.accommodation_panel {
   background-color: #FC6;
   border-top: 1px solid #F90;
   border-bottom: 1px solid #F90;
   margin: 0px 0px 5px 0px;
   padding: 0px;
   width: 97%;
}
