﻿body 
{
    background-color:#F7B143;
    margin-top:0px;
    text-align:center;
}

a
{
    text-decoration:none;
    color:#ffe960;
}

a:hover
{
    text-decoration:underline;
    color:#F7B143;
}

.main
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
    width: 800px;
    background-color: #ffe960;
    position: static;
}

.core
{
    height: 400px; /*background-color: #ffe900;*/
    text-align: left; /*background-color: #ffe960;*/
    background-repeat:no-repeat;
    color: #000000;
    margin:0px;
    font-family: Garamond, 'Book Antiqua' , Georgia;
    font-size: 11pt;
    /*background-image: url(../images/mainBackground.jpg);*/
    background-image: url(../images/mainBackground2.jpg);
}

.menu
{
    width: 100%;
    background-color: Black;
    color: #ffe960;
    height: 22px;
    font-family: Garamond;
    font-size: 14pt;
}

.tripsMenu
{
    position:relative;
    height:30px;
    width:700px;
    top:-30px;
    left:50px;
    /*border:solid 1px black;
    background-color:Black;
    z-index:1000;
    filter:alpha(opacity=50);
    moz-opacity:.50;
    opacity:.50;*/
    background-repeat:no-repeat;
    background-image: url(../images/button_0.png);
    color:White;
    text-indent:5px;
    vertical-align:text-bottom;
}

.dc
{
    text-align:right;
    height:100%;
    width:88%;
    margin-top:50px;
}

.dc a
{
    text-decoration: none;
    color: #5b87e3;
}

.dc a:hover
{
    text-decoration: underline;
    color: #266cc4;
}

.ky
{
    text-align:left;
    margin:8px;
    width:240px;
}

.ky a
{
    text-decoration: none;
    color: powderblue;
}

.ky a:hover
{
    text-decoration: underline;
    color: lightcyan;
}

.sf
{
    margin:5px;
}

.sf a
{
    text-decoration: none;
    color:Navy;
}

.sf a:hover
{
    text-decoration: underline;
}

.Eng06
{
    text-align:right;
    margin:5px;
    color:#F7B143;
}

.mb
{
    margin: 5px;
    color: black;
}

.mb a
{
    color:darkslateblue;
}

.mb a:hover
{
    color: lightslategray;
}

.France08
{
    text-align:left;
    width:100%;
    height:100%;
}

.FranceOverlay
{
    width: 100%;
    height: 100%;
    position: relative;
    top: -400px;
    left: 0px;
    z-index: 5000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    background-color: Black;
    color: White;
    font-size: 12pt;
    font-family: Georgia;
    font-variant: small-caps;
}
.Itenerary
{
    font-size: 10pt;
    font-family: Georgia, 'Bookman Old Style' , Garamond;
    color: lemonchiffon;
}