/*
    lt. sage : cccc9a
    drk sage:  999967
    orange: CC6600
    light leaf green: #D3E1B5
    leaf green: #86A847
    dark leaf green: #2E5100
    raspberry red: #BA0605
    blueberry blue: #5E6B7C
*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    background-attachment: scroll;
    background-image: url(images/stripesbg.gif);
    background-repeat: repeat-y repeat-x;
    background-position: 0px 0px;
}

/* links */
a {
    color:#BA0605; 
    text-decoration: none;  
    font-weight: bold;
}
a.visited {
    color:#BA0605; 
    text-decoration: none;  
    font-weight: bold;
}
a.hover {
    text-decoration: none;  
    font-weight: bold;
    color: #5E6B7C;
}

/* wrapper */

#wrapper {
    width: 956px;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
    text-align: left;
    border: 1px solid #cccc9a; /* #DDDDDD; */
}

/* header */

#header {
    margin: 0px;
    padding: 0px;
    height: 100px;
    width: auto;
    background-color: #FFF;
}

#header #logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

/* content */

#container {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
/*    
    background-attachment: fixed;
    background-image: url(images/leftlogo.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
*/
    background-color: #FFFFED;
    height: 1%;
    width: auto;
}

#left {
    background-color: #FFFFED;
    margin: 0px;
    width: 160px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: left;
}

#nav {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}
#nav li {
    margin: 0px;
    padding: 0px;
    display: block;
    background-attachment: scroll;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    color: #851111; 
    font-size: 11px; 
}

#nav li a:link, #nav li a:visited, #nav li a:active {
    color: #851111;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    width: 130px;
}
#nav li a:hover {
    color: #86A847;
    text-decoration: none;
}


#center {
    height: auto;
    width: 504px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    line-height: 1.8em;
    background-color: #FFF;
}

#centernoright {
    height: auto;
    width: 708px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    line-height: 1.8em;
    background-color: #FFF;
}

h1 {
    font-size: 16px;
    margin: 0px;
    padding: 10px 0 0 0 ;
    border-bottom: 1px solid #f3e7e7;

}

img.floatleft {
    float: left; 
    margin: 0 5px 5px 0; 
    padding: 6px;
    border: solid 1px #ccc;
}

img.floatright {
    float: right; 
    margin: 0 0 5px 5px; 
    padding: 6px;
    border: solid 1px #ccc;
}

#right {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
    width: 160px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
}

#right #slogan {
    text-align: center;
    /* font-style: italic; */
    font-weight: bold;
    font-family: Helvetica;
    font-size: 11px;
    color: #86A847; 
    font-size: 16px; 
    letter-spacing: 1px; 
    line-height: 19px; 
    margin: 20px 0 20px 0; 
}

#right #didyouknow  {
    text-align: center;
    /* font-style: italic; */
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    color: #BA0605; 
    font-size: 16px; 
    letter-spacing: 1px; 
    line-height: 19px; 
    margin: 20px 0 20px 0; 
    border: 1px solid #ddd;
    background-color: #D3E1B5;
    padding: 5px;
}

#right #news {
    text-align: center;
    /* font-style: italic; */
    font-family: verdana;
    color: #BA0605; 
    font-size: 12px; 
    letter-spacing: 1px; 
    line-height: 16px; 
    margin: 10px 0 10px 0; 
    border: 1px solid #ddd;
    padding: 5px;
}


#right #dict #word {
    color: #851111; 
    font-weight: bold;
    font-size: 20px; 
    margin: 30px 0 0 0; 
}

#right #dict #definition {
    color: #F00; 
    font-size: 16px; 
    margin: 20px 0 20px 0; 
    background: #D3E1B5;
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
}

#footer {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #FFFFED;
}
#footer p {
    color: #333;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
    color: #999999;
    text-decoration: none;
}
#footer a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

