﻿img
{
    padding: 5px;
    border: 1px solid #5f9b1e;
}
img.floatLeft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 35px;
    margin-top: 10px;
    margin-left: 0;
}
img.floatTL
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0;
}
img.floatTR
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-right: 0;
}
#leftcolumn
{
    color: #333; /* background-color : #E1EBF5; */
    margin: 0 0 0 0;
    padding-top: 10px;
    width: 160px;
    float: left;
    position: relative;
}
img.flicker
{
    width: 10px;
    height: 25px; /*border : 1px solid #5f9b1e; */
}
.linksbar
{
    width: 150px;
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}
.linksbar li span
{
    color: #53a5ce;
}
.linksbar ul li ul li
{
    margin: 0;
    padding: 0;
}
.linksbar ul li ul li span
{
    color: #53a5ce;
}
.linksbar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.linksbar ul li ul
{
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
.linksbar h2
{
    padding: 1px;
    font-weight: bold;
    color: #6666cc;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; /* border-bottom : 1px solid blue; */
    border-bottom: 1px dotted blue;
    font-size: 1.1em;
    text-align: center;
}
.linksbar li ul li
{
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #6666cc;
    font-weight: lighter;
}
.linksbar a
{
    display: block;
    padding: 3px;
    text-decoration: none; /* color : #6666cc;  */
    color: #0101df; /*color: Black; */
    font-weight: lighter;
}

.clear
{
    clear: both;
}
#content
{
    float: left;
    color: #333; /* color : #0101df; */
    background: #fafaee;
    padding: 10px;
    min-height: 350px;
    width: 440px;
    display: inline; /* font-family: verdana,geneva,arial,helvetica,times new roman;  */
    text-align: justify;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#content h1
{
    color: #53a5ce; /* color :#cc00cc; */ /* color : #0000ff; */ /* color : #5858fa; */
    font-size: 1.9em;
    font-weight: lighter;
}
#content h2
{
    /* color :#cc00cc; */
    color: #5858fa;
    font-size: 1.6em;
    font-weight: lighter;
    padding-top: 5px;
    padding-bottom: 5px;
}
#content h3
{
    /* color : #53a5ce; */
    color: #5858fa;
    color: #357ec7;
    font-size: 0.9em;
    font-weight: lighter;
}
#content h4
{
    /* color : #357ec7; */
    color: #5858fa;
    font-size: 0.8em;
    font-weight: lighter;
    padding-top: 5px;
}
#content h6
{
    /* color : #53a5ce; */
    color: #5858fa;
    font-size: 0.9em;
    font-weight: lighter;
}

#content p
{
    color: #5858fa;
    font-size: 0.9em;
    font-weight: lighter;
}
#ammamessage
{
}
#ammamessage h2
{
    color: #5858fa;
    font-size: 1.3em;
    font-weight: normal;
}
#ammamessage h4
{
    color: #5858fa;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
#ammamessage p
{
    /* color : #53a5ce; */ /* color : #5858fa; */ /* color: #0066cc; */
    color: #0000ff;
    font-size: 1.1em;
    font-weight: lighter;
    padding-top: 5px;
}
.ammatour
{
    font-family: helvetica, arial, sans-serif;
}
.ammatour p
{
    color: #5858fa;
    font-size: 0.9em;
    font-weight: lighter;
    padding-top: 5px;
}
.ammatour a
{
    color: Black;
    font-size: 1.5em;
    font-weight: lighter;
}
#boxes
{
    margin-right: 0;
    margin-top: 10px;
    margin-left: 0;
}

#boxes p a
{
    color: Gray;
}
.box
{
    width: 215px;
    min-height: 180px;
    border: 1px solid #c9e3d8;
    border: 1px solid #b9b9b9;
    float: left;
    padding-bottom: 5px;
    margin: 8px 0 5px 0;
}
.box p
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: #0101df;
    font-weight: lighter;
}

.box h4
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #333; /* background-color : #6666cc; */ /* background-color : #53a5ce;  */
    background-color: #e0ecf8; /* color : #fff; */
    color: #0101df;
    font-weight: lighter;
    font-family: verdana,geneva,arial,helvetica,times new roman;
    font-size: 1.1em;
    text-align: center;
}
.box ul
{
    margin-left: 5px;
    line-height: 18px;
    padding-top: 10px;
}
.box li
{
    list-style-type: none;
    color: #80b86a;
    font-style: italic;
    font-weight: lighter;
    font-size: 0.9em;
}
.box a
{
    padding-left: 5px; /* color : #80b86a; */
    color: Gray;
    text-decoration: none;
}


#rightcolumn
{
    color: #333;
    margin: 0 0 0 0;
    padding-top: 10px;
    width: 180px;
    float: left;
    position: relative;
}
#rightcolumn p
{
    padding: 1px;
    font-weight: lighter;
    color: #0101DF;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 0.9em;
    text-align: center;
}

.linksbar1
{
    width: 170px;
    float: right;
    padding-right: 5px;
    padding-top: 5px;
    color: #6666cc;
}
.linksbar1 h2
{
    padding: 1px;
    font-weight: bold;
    color: #6666cc;
    margin-top: 0;
    margin-right: 0; /* margin-bottom : 0; */
    margin-left: 0;
    margin-bottom: 10px; /* border-bottom : 1px solid blue; */
    border-bottom: 1px dotted blue;
    font-size: 1.1em;
    text-align: center;
}
/*
.linksbar1 h2 { 
padding : 1px;
font-weight : bold;
color : #0101DF;
font-weight : lighter;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
border-bottom : 1px dotted blue;
font-size : 1.1em;
text-align : center;
} 
*/
.linksbar1 h4
{
    padding: 1px;
    font-weight: lighter; /* color : #6666cc; */
    color: #0101DF;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    border-bottom: 1px dotted blue;
    font-size: 0.9em;
    text-align: center;
}

.linksbar1 p
{
    font-family: verdana;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    padding-right: 20px;
    font-size: 0.9em;
    font-weight: lighter; /* color : #6666cc; */
    color: #0101DF;
}

.linksbar1 ul
{
    list-style-position: inside;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    font-weight: bold;
    float: right;
}
.linksbar1 ul li
{
    list-style-position: inside;
    font-weight: bolder;
}
.linksbar1 ul li ul
{
    list-style-position: inside;
}
.linksbar1 ul li ul li
{
    list-style-position: inside;
    font-weight: lighter;
}
.linksbar1 ol
{
    list-style-position: inside;
}
.linksbar1 a
{
    color: blue;
}
.first_indent
{
    margin-left: 3.5em;
    text-align: right;
}

.second_indent
{
    margin-left: 5.5em;
    text-align: right;
}

.calendar img
{
    padding: 5px;
}
.calendar a
{
    padding: 3px;
    text-decoration: none;
    color: #fff;
    font-weight: lighter;
}

