/*Travel ANT online Stylesheet*/

body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
height: 100%;
text-align: center;
}

h1 {
color: #1B7700;
font-size: 150%;
text-align: left;
font-weight: bold; 
letter-spacing: 5px;
font-variant: small-caps;
}


h2 {
color: #1B7700;
font-size: 100%;
letter-spacing: 3px;
margin-left: 5px;
font-variant: small-caps;
font-weight: bold;
}

p {
color: #333333;
font-size: 1em;
text-align: justify;
line-height: 1.5em;
margin-left: 5px;
}

a {
color: #000000;
font-size: 1em;
text-align: left;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ffcc33;
font-size: 1em;
text-align: left;
text-decoration: none;
font-weight: bold;
}

#outer {
width: 750px;
height: 100%;
border: 1px #000000 solid;
}

#printtop {
display: none;
}

#top {
height: 220px;
width: 750px;
background-image: url(../images/layout/top.jpg);
text-align: right;
vertical-align: bottom;
}

#links { 
width:350px;
height: 31px;
margin-bottom: -4px;
margin-right: 0px;
padding-bottom: 5px;
text-align: right;
}

#Words {
color: #ffcc33;
}

#inner {
height: 100%;
vertical-align: top;
}

#nav {
width: 183px;
height: 100%;
background-color: #888888;
background-image: url(../images/layout/greydot.gif);
padding-top: 10px;
}

#leftarc {
width: 6px;
height: 100%;
background-color: #888888;
background-image: url(../images/layout/arc.gif);
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}

#content {
width: 539px;
height: 100%;
padding: 10px;
background-color: #e5e5e5;
background-image: url(../images/layout/whitedot.gif);
}

#rightarc {
width: 12px;
height: 100%;
background-color: #888888;
background-image: url(../images/layout/arc.gif);
border-left: 1px #000000 solid;
}

#bottom {
width:750px;
height:60px;
background-image: url(../images/layout/bottom.jpg);
}

#foldheader {
cursor: pointer;
cursor: hand;
font-weight: bold;
list-style-image: url(../images/layout/fold.gif);
color: #000000;
font-size: 1em;
margin-left: -20px;
}

#foldheader:hover {
cursor: pointer;
cursor: hand;
font-weight: bold;
list-style-image: url(../images/layout/fold.gif);
color: #ffcc33;
font-size: 1em;
margin-left: -20px;
}

#foldinglist {
list-style-image: url(../images/layout/list.gif);
cursor: pointer;
cursor: hand;
font-weight: bold;
color: #000000;
font-size: 1em;
}

#foldinglist:hover {
list-style-image: url(../images/layout/list.gif);
cursor: pointer;
cursor: hand;
font-weight: bold;
color:#ffcc33;
font-size: 1em;
}

#nofolding {
list-style-image: url(../images/layout/list.gif);
cursor: pointer;
cursor: hand;
font-weight: bold;
color: #000000;
font-size: 1em;
margin-left: -20px;
}

#nofolding:hover {
list-style-image: url(../images/layout/list.gif);
cursor: pointer;
cursor: hand;
font-weight: bold;
color:#ffcc33;
font-size: 1em;
margin-left: -20px;
}

