/* World Tour CSS */

body {
font: 100.00% sans-serif;
background: #FFFFFF;
margin: 0;
padding-top: 2px;
text-align: center;
color: #000000;
}

body p {
font: 20.00% sans-serif;
}

html, body {
height: 100%;
}

.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}

.wrap {
margin: 0 auto;
width: 800px;
}

.footer {
height: 40px;
clear: both;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 0;
margin-bottom: 0;
}

.contenttextheader {
font: 100% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: left;
margin: 0;
padding: 0;
}


.heading {
font: 120% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0em;
}

.toplink {
font: 120% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: center;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0em;
}
.toplink a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: normal;
}
.toplink a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: normal;
}

.toplinkbold {
font: 120% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: center;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0em;
}
.toplinkbold a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}
.toplinkbold a{
color: rgb(0, 50, 255);
text-decoration: none;
font: 130% sans-serif;
font-weight: bold;
}

.textpar {
font: 100% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 2em;
}
.textpar a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}
.textpar a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}


.spacer { 
clear: both; 
}

.photo {
background-color: rgb(255, 255, 255);
border: 0;
}
.photo img {
border: solid 2px; 
color: rgb( 0, 50, 255);
padding: 2px;
margin: 5px;
height: 500px;
}

.gallery {
background-color: rgb(255, 255, 255);
border: 0;
}
.gallery img {
border: solid 2px; 
color: rgb( 0, 50, 255);
padding: 0px;
margin: 5px;
}

.thumbnail a img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 0, 0, 255);
height: 90px;
}
.thumbnail a:hover img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 255, 0, 55);
}

#blueline {
border-bottom: solid 4px; 
color: rgb(0, 100, 255);
width: 669px;
margin: 0;
margin-left: 0px;
padding: 0;
}

.greentext {
  color: rgb(0, 128, 0); /* or use #008000 */
  font-weight: bold;
  text-decoration: none;
  cursor: default; /* avoid pointer if you don't want it to look clickable */
}

.redtext {
  color: rgb(128, 0, 0); /* or use #008000 */
  font-weight: bold;
  text-decoration: none;
  cursor: default; /* avoid pointer if you don't want it to look clickable */
}