﻿html, body
{
    margin: 0px;
    padding: 0px;
}

body 
{    
    background-image: url(../pics/bg.gif);
    background-repeat: repeat;   
    text-align: center;
    font-family: Arial;
    color: #000000;
    font-size: 13px;
}

div#container
{
    margin-left: auto;
    margin-right: auto;
    width: 956px;
    padding: 0px 20px 0px 20px;
    text-align: left;
    background-color: #ffffff;
}

div#bottom
{
    margin-left: auto;
    margin-right: auto;
    width: 956px;
    padding: 0px 20px 0px 20px;
    text-align: left;
    font-size: 11px;
    background: url(../pics/bundBg.gif) repeat-x; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

div#toggleBox
{
margin: 0px 0px 0px 0px;
display: none;
}

.tabbar
{
    margin: 0px;
    padding: 0px 0px 0px 6px;
    background-image: url(../pics/tabBarBg.gif);
    background-repeat: repeat-x;
    height: 25px;
}

.tab
{
    padding: 5px 8px 0px 8px;
}

.tabSelected
{
    background-image: url(../pics/tabBg.gif);
    background-repeat: repeat-x;            
    padding: 5px 8px 0px 8px;
    margin: 0px;
}

a.tabMenuItem:link, a.tabMenuItem:active, a.tabMenuItem:visited, a.tabMenuItem:hover{ font-size: 11px; color: #ffffff; text-decoration: none; font-weight: bold;}
a.greenText:link, a.greenText:active, a.greenText:visited, a.greenText:hover{ font-size: 12px; color: #08530A; text-decoration: none; font-weight: bold;}
a.secondLayerMenuItem:link, a.secondLayerMenuItem:active, a.secondLayerMenuItem:visited, a.secondLayerMenuItem:hover{ font-size: 11px; color: #ffffff; text-decoration: none; font-weight: normal;}
a.greyMenuItem:link, a.greyMenuItem:active, a.greyMenuItem:visited, a.greyMenuItem:hover{ font-size: 11px; color: #08530A; text-decoration: none; font-weight: bold; }
a.lightGreen:link, a.lightGreen:active, a.lightGreen:visited, a.lightGreen:hover{color: #37AE26; text-decoration: none; font-weight: bold; }
a.feed:link, a.feed:active, a.feed:visited, a.feed:hover{color: #000; text-decoration: none; font-weight: normal; }
a.bottom:link, a.bottom:active, a.bottom:visited, a.bottom:hover{color: #37AE26; text-decoration: none; }
 
.menubar
{
    margin: 0px;
    padding: 0px 10px 0px 13px;
    background-image: url(../pics/menuBg.gif);
    background-repeat: repeat-x;    
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    font-size: 11px; 
    color: #ffffff; 
    text-decoration: none; 
    font-weight: normal; 
    text-transform: uppercase;
}

.greyTopBar
{
    margin: 0px;
    padding: 3px 10px 5px 10px;
    height: 18px;
    background-image: url(../pics/greyBarBg.gif);
    background-repeat: repeat-x;    
    font-size: 11px;
    font-weight: bold;
    color: #08530A;
}

.greenText
{
    font-size: 12px;
    font-weight: bold;
    color: #08530A;
}

.greenTextLight
{
    font-size: 11px;
    color: #08530A;
}

.lightGreenText
{
    font-size: 12px;
    font-weight: bold;
    color: #37AE26;
      
}

.feedText
{
    font-size: 12px;
    font-weight:normal;
    color: #000;
    
      
}

.greenBar
{
    background-color: #37AE26;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.greyBar
{
    
    background-image: url(../pics/krd_top.jpg);
    background-position:left;
    background-repeat:no-repeat;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 5px 10px 5px 10px;
}

.greyBox
{
    background-color: #E4E4E4;
    font-size: 12px;
    color: #000000;
    padding: 10px;
}

.whiteBox
{
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
}

.contentArea
{
    border-top: solid 1px #ffffff;
    background-image: url(../pics/bgheart.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
}

.altContentArea {
    background-image:url(../pics/contentBg.gif);
    background-repeat:repeat;
    border-top:1px solid #FFFFFF;
    padding:62px 174px;
}

.contentBox
{
    background-color: #ffffff;
    padding: 18px 15px 18px 15px;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}

h1
{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

img
{
    border: 0px;
}

.error
{
    color: #ff0000;
}

.required
{
    color: #ff0000;
    font-size: 16px;
}

.fieldDesc
{
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.altRow
{
    background-color: #eeeeee;
}

.altGreyRow
{
    background-color: #F2F2F2;
}

a.topLink:link, a.topLink:active, a.topLink:visited { font-size: 12px; color: #000000; text-decoration: none; }
a.topLink:hover { color: #333333; text-decoration: underline; }

a:link, a:active, a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

.quoteTitle
{
    color: #37AE26;
    font-size: 10px;
    font-weight: bold;
}

.quote
{
    font-size: 12px;
    color: #000000;
}
