﻿body 
{
    text-align:left;
    color:#666633;
    font-family:Georgia;
    font-size:12pt;
    font-style:italic;
    margin:0;
    padding:0;
    overflow:scroll;
}
a:link, a:hover, a:active, a:visited
{
    color:#444444;
}

#main
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

#topBar
{
    background-image:url(images/topBar.gif);
    width:925px;
    height:25px;
    color:#885915;
    font-size:13px;
    font-style:normal;
    padding-top:130px;
    padding-left:35px;
}
#topBar a:link, #topBar a:hover, #topBar a:active, #topBar a:visited
{
    color:#4d8a0c;
    text-decoration:none;
}
#topBar a:hover
{
    color:#4d8a0c;
    text-decoration:underline;
}

#banner
{
    background-image:url(images/banner.jpg);
    width:100%;
    height:245px;
}
#bannerButs
{
    width:350px;
    float:right;
    margin-right:20px;
    margin-top:20px;
}

#content
{
    padding:20px 20px 120px 20px;
    background-image:url(images/botBar.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    min-height:300px;
}

#botBar
{
    margin-top:-17px;
    color:White;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
}
#botBar a:link, #botBar a:hover, #botBar a:active, #botBar a:visited
{
    color:White;
    text-decoration:none;
}
#botBar a:hover
{
    color:White;
    text-decoration:underline;
}

.greenText
{
    color:#4d8a0c;
    font-weight: 700;
}

h1
{
    color:#4d8a0c;
    font-size:25px;
    font-style:normal;
    margin-top:0;
}
h2
{
    color:#4d8a0c;
    font-size:15px;
    font-style:normal;
}
h3
{
    color:#4d8a0c;
    font-size:13px;
    font-style:normal;
}

.roundyBoxOuter
{
    background-image:url(images/roundyBox_topLft.gif); 
    color:White;
}
.roundyBoxInnerTop
{
    background-image:url(images/roundyBox_topRt.gif);
    float:right; 
    width:16px; 
    height:28px;
}
.roundyBoxInnerBottomLft
{
    background-image:url(images/roundyBox_botRt.gif); 
    float:right; 
    width:16px; 
    height:21px; 
    background-repeat:no-repeat;
}
.roundyBoxInnerBottomRt
{
    background-image:url(images/roundyBox_bot.gif); 
    width:14px; 
    height:21px;
    background-repeat:no-repeat;
}
.roundyBoxHeader
{
    height:28px;
    padding-top:5px;
    padding-left:10px;
    font-style:normal;
}
.roundyBoxContent
{
    padding:10px;
    font-style:normal;
}
.roundyBoxContent a:link, .roundyBoxContent a:hover, .roundyBoxContent a:active, .roundyBoxContent a:visited
{
    color:White;
}
.roundyBoxOuter a:link, .roundyBoxOuter a:active, .roundyBoxOuter a:visited
{
    color:White;
    text-decoration:none;
}
.roundyBoxOuter a:hover
{
    color:White;
    text-decoration:underline;
}



.roundyBoxGreyOuter
{
    background-image:url(images/roundyBoxGrey_topLft.gif); 
    color:White;
    margin-right:30px;
}
.roundyBoxGreyInnerTop
{
    background-image:url(images/roundyBoxGrey_topRt.gif);
    float:right; 
    width:16px; 
    height:28px;
}
.roundyBoxGreyInnerBottomLft
{
    background-image:url(images/roundyBoxGrey_botRt.gif); 
    float:right; 
    width:16px; 
    height:21px; 
    background-repeat:no-repeat;
}
.roundyBoxGreyInnerBottomRt
{
    background-image:url(images/roundyBoxGrey_bot.gif); 
    width:14px; 
    height:21px;
    background-repeat:no-repeat;
}
.roundyBoxGreyHeader
{
    height:28px;
    padding-top:5px;
    padding-left:10px;
    font-style:normal;
}
.roundyBoxGreyContent
{
    padding:10px;
    font-style:normal;
}
.roundyBoxGreyOuter a:link, .roundyBoxGreyOuter a:active, .roundyBoxGreyOuter a:visited
{
    color:White;
    text-decoration:none;
}
.roundyBoxGreyOuter a:hover
{
    color:White;
    text-decoration:underline;
}




.credit
{
    font-size:10px;
}

.photo
{
    border-style:double;
    border-color:#999999;
}


.formLeftCol
{
    min-width:200px;
    font-weight:bold;
    text-align:right;
    vertical-align:top;
}
.formRightCol
{
    min-width:200px;
}
.formTextBox
{
    border:1px solid #999999;
    width:200px;
}
.formButton
{
    background-color:#999999;
    color:White;
    border:2px solid #333333;
    font-weight:bold;
    text-align: right;
}