/*Declare body first of all */
body {
text-align:center;
FONT: normal 100% Calibri, Verdana, sans-serif;
background:#000000;

}


/* COntainer */
#container {

    width: 800px;
    MARGIN: 0PX AUTO;
    background:#FFFFFF;
}

.image_float {
             float:left;
             margin:0 5px 5px 0;
             }
.image_center {
             float:center;
             margin:0 5px 5px 0;
             }
.spacer {
    clear:both;
}


/*Masthead and descendants*/
#masthead{
    text-align:left;
    margin:0 0 0 0;
    width 900px;
    height 100px;
}
#masthead image{
float:left;
}
#masthead h1 {
    }
img {
    border:0;
}

/*The main column and descendants*/
#mainCol {
    float:left;
    width:250px;
    font-size:0.9em;
    line-height:125%;
    color:#000000;
    padding: 10px;
    margin: 10px;
    text-align:left;
    }

/*The side column and descendants*/
#sideCol {
    float:left;
    width:450px;
    font-size:0.9em;
    line-height:125%;
    color:CCC;
    padding: 10px;
    margin: 10px;
    text-align:left;

}
/*The form and descendants*/
label
{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #3c6408;
border: 1px solid #3c6408;
background-color:white;
width:12em;
}
.checkstyle
        {
background-color: #3c6408;
border: #000000 solid 1px;
font-family: verdana;
font-size: 12px;
color: #000000;
margin-left: 14em;
}


textarea
{
color: #3c6408;
border: 1px solid #3c6408;
background-color:white;
}

.submit input
{
margin-left: 6.5em;
color: #fff;
background: #3c6408;
border: 1px solid #3c6408;
}
fieldset
{
border: 1px solid #3c6408;
}

legend
{
color: #fff;
background: #3c6408;
border: 1px solid #3c6408;
padding: 2px 6px;
}
/*table*/

table.itinery{
    border-width: 1px;
    border-spacing: 1px;
    border-color:  #3c6408;
    border-collapse: separate;
    background-color: #fff;
}
table.itinery tH{
   border-width: 1px;
   border-padding: 5px ;
   color: white;
   border-color: #3c6408;;
   background-color: #3c6408;;
   border-style: inset;
    }
table.itinery tD{
     border-width: 1px;
   border-padding: 5px ;
   border-color:#3c6408;
   background-color:white;
   border-style:inset;

  }

/*The footer and descendants*/
#footer {
    clear:both;
    font-size:0.7em;
    text-align:center;
    height:100px;
    color:white;
    BACKGROUND:URL(FOOTER.gif) repeat-x;
}
#footer ul{
        margin:0 0 0 0;
}
#footer li {
    display:inline;
    margin:0;
}
#footer li a:link, #footer li a:visited{
    text-decoration: none;
    color:white;
}

#footer a {
    color:white;
}

/*The navigationbar and descendants */

#globalnav {
clear:both;
text-align: center;
background:#ffffff;

}
#globalnav ul {
    list-style-type: none;
    margin:0 0 0 0;
    padding:0;
}
#globalnav li {
    display: inline;
    background: transparent url(button2.gif) no-repeat left center;
    margin: 20;
    padding:0px 8px;
    border-left:  1px solid white;
    border-top:  1px solid white;
    border-right:  1px solid white;
    border-bottom: 1px solid white;
    line-height:200%;
}

#globalnav li a:link, #globalnav li a:visited{
    text-decoration: none;
    font-size: 0.7em;
    color:#3c6408;
}

#globalnav li a:hover{
    color:limegreen;
}

/*Highlight the current page */

#globalnav li a:home{
    border-bottom:3px solid #FFE86C;
}

/*Searchbox holding the search form*/
.searchbox{
    float:right;
    width:220px
    margin:15px;
}

#poster {
text-align: center;
}
/*/form items only inside searchbox */
/searchbox legend {
    border:1px solid #666;
    padding:3px;
    background-colour:#CCC;
    
}
.searchbox input {
    border:3px double #666;
}
/*All headings and versions of */
h1{
    font-size:1.35em;
}
h1, h2, h3, h1{
    color:#3c6408;
}
h2{
    mARGIN-TOP:40PX;
    font-size:1.3em;

h3 {
    margin-top:30px;
    font-size:1.1em;
    
}
h4{
    font-size:1.0em;
    color:#FFE86C;
    HEADERSTYL:NOBR;
}
h2 :LINK, H2 A:VISITED H3 A:LINK H3 a:VISITED {
COLOR:#fff;
}
H2 A:HOVER, H3 A:HOVER {
    COLOR:#ffe86c;
}


