body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000000;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  height: 100%;

}

div.header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 1004px;
  height: 27px;
  margin-right: 0px;
  background-image: url("../gfx/layout/topbar.png");
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #AFBCD3;
  line-height: 2em;
  overflow: hidden;
}

div.caption {
  position: absolute;
  left: 0px;
  top: 27px;
  width: auto;
  height: 46px;
  margin-left: 185px;
  margin-right: 133px;
  font-size: 1.5em;
  font-style: oblique; 
  line-height: 2em;
  font-weight: 600;
  color: #496591;
}

div.language {
  position: absolute;
  right: 10px;
  top: 4px;
  width: auto;
  height: 27px;
  margin-right: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #AFBCD3;
  line-height: 2em;
  overflow: hidden;
}

div.logo {
  position: absolute;
  left: 824px;
  top: 27px;
  width: 180px;
  height: 366px;
  background-image: url("../gfx/layout/cables.png");
  background-repeat: no-repeat;
}

div.layoutimage {
  position: absolute;
  left: 0px;
  top: 27px;
  width: 180px;
  height: 120px;
  background-image: url("../gfx/layout/swirl.png"); 
}

div.leftbar {
  position: absolute;
  left: 0px;
  top: 147px;
  width: 170px;
  height: 430px;
  color: #777777;
  font-size: 0.85em;
  background-image: url("../gfx/layout/leftbgimg.png");
  background-repeat: no-repeat;
}
div.rightbar {
  position: absolute;
  left: 832px;
  top: 73px;  
  width: 170px;
  color: #666666;
  font-size: 0.85em;
}
div.content {
  position: absolute;
  left: 0px;
  top: 75px;
  width: 640px;
  margin-left: 185px;
  margin-right: 180px;
  font-size: 1em;
}
div.leftcolumn {
  position: absolute;
  left: 185px;
  top: 75px;
  width: 320px;
  font-size: 1em;
}
div.rightcolumn {
  position: absolute;
  left: 510px;
  top: 75px;
  width: 320px;
  font-size: 1em;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  width : 100%;
}


.vacationTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #000000;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.Nav {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	word-spacing: normal;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url(../gfx/layout/large_bullet.png);
	position: relative;
	left: -30px;
}
.Nav_sub {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: circle;
	font-style: normal;
	left: -10px;
	position: relative;
	list-style-image: url(../gfx/layout/small_bullet.png);
	width : 130px;
}

A:LINK, A:VISITED {
	text-decoration : none;
	color : #496591;
}

A:Hover {
	text-decoration : underline;
	color : gray;
}
img {
  border: none;
}


.backtotop
{	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	word-spacing: normal;
	position: relative
	
}