
html
{
    overflow-y: scroll;
}

body
{
    font-size: 12px;
    font-family: Verdana, Arial, Georgia, "Times New Roman" , Times, serif;
    text-align: left;
    color: #5C5C5C;
}


h1
{
    font-size: 20px;
    color: #182f73;
}

h2
{
    font-size: 19px;
    color: #182f73;
}

h3
{
    font-size: 14px;
    color: #182f73;
}

h4
{
    font-size: 12px;
}

/* used to provide SEO emphasis without visual effect */
strong
{
    font-weight: normal;
}

div
{
    padding: 0;
    margin: 0;
}

a
{
    color: #5C5C5C;
    text-decoration: underline;
}

a:hover, a:active
{
    text-decoration: none;
    color: #5C5C5C;
}

a:visited
{
    color: #5C5C5C;
}

img
{
    border: none;
}

/************************** main content area ***************************/

table.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: top;
    width: 985px;
}

table.center td
{
    vertical-align: top;
    text-align: left;
}


/************************** admin table ***************************/
table.cTable
{
    border-color: #eeeeee;
    width: 100%;
}
table.cTable th
{
    border: solid 1px #ABAD85;
    background-color: #ABAD85;
    padding: 8px 8px 8px 8px;
    color: #000000;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

table.cTable td
{
    /*color:#675949;*/
    border: solid 1px #cad3a6;
    text-align: left;
    vertical-align: top;
    overflow: auto;
    padding: 8px 8px 8px 8px;
    font-size: 12px;
}

table.cTable a
{
    text-decoration: underline;
}


.content-inset
{
    padding: 0 20px 0 12px;
}

.validationError
{
    color: Red;
}


/************************** box on home page ***************************/
.box
{
    padding-left: 15px;
    padding-top: 5px;
    background-image: url(/images/box.gif);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 290px;
    height: 260px;
    font-size: 11px;
    font-weight: bold;
}
.box.title
{
    height: 70px;
}
.box-content
{
    padding-top: 2px;
    padding-right: 10px;
    margin-top: -10px;
    height: 145px;
}
.box-button
{
    height: 15px;
}
.box h2, h3
{
    margin: 5px 0 0 0;
    padding: 0;
}


/************************** dissolve effect on home page ***************************/

#slideshow
{
    position: relative;
    height: 280px;
}

#slideshow IMG
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active
{
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active
{
    z-index: 9;
}
