/* Layout Stylesheet */ 
a {
 color : #880000;                                   text-decoration: underline;
}
a:hover {
 text-decoration: underline overline;
}
a:visited {
 color : #500000;
}
body{
 margin : 0;                                         padding : 0; 
 background-color : #88a379;                         color : #000000;
 font-family : arial, verdana, sans-serif;
 font-size : medium;
}
h1 {
 font-size : x-large;                                color : #4f262d;
 text-align : center;
}
h2 {
 font-size : large;                                  color : #000000;
}
h3 {
 font-size : medium;                                 font-weight : bold;
 padding-bottom : -5px;                              margin-bottom : -15px;
}
img {
    border : 0;
}
ul {
 list-style : none;                                  margin : 0;
 padding : 0;
}

/* classes */
.alc {
 text-align : center;
}
.background {
 background : white url(images/background.jpg) no-repeat center !important;
}
.box {
 border : 2px solid #e0c080;                         background-color : #4f262d;
 width : 170px;                                      color : #ffffff;
 margin : 10px auto 0 auto;                          padding : 3px;
 font-size : small;
}
div.box a {
 color : #e0c080;                                    text-decoration : underline;
}
div.box a:visited {
 color : #f0d090;
}
div.box a:hover {
 text-decoration : underline overline;
}
.mauto {
 margin : 0 auto 0 auto;
}
.practice li {
 list-style-type : square;                           margin : 5px 0 5px 35px;
}
.sign {
 border : 2px solid #e0c080;   
}
.small {
 font-size:small;
}
.tr {
 border : 0;                                         width : 500px;
 margin : 10px auto 10px auto;                       text-align : center;
}
.tr tr td {
 font-size : small;                                  text-align : center;
}

/* ids */
#hdr{
 height : 110px;                                     text-align : center; 
 width : 100%;                                       background-color : #88a379;
 color : #000000;                                    margin : 4px auto 0 auto;
}
#c-block {
 width :100%;                                        z-index : 2;
 background : #b9c8a0;                               color : #000000;
 height : 80%;
}
#c-col{
 margin : 0 200px 0 200px;                           position : relative;
 background : #ffffff;                               color : #000000;
 z-index : 5;                                        border : 4px solid #e0c080;
 padding : 10px;                                     
}
#lh-col{
 position : absolute;                                top : 114px;
 left : 0;                                           width : 200px;
 z-index : 3;                                        background-color : #b9c8a0;
 color : #000000;                                    height : 500px;
}
#rh-col{
 position : absolute;                                top : 114px;
 right : 0;                                          width : 200px;
 z-index : 1;                                        background-color : #b9c8a0;
 color : #000000;                                    height : 500px;
}
#ftr {
 width : 100%;                                       height : 70px;
 background : #88a379;                               color : #ffffff;
 margin : 0;                          
}
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
#menu {
 width : 200px;                                      border-style : solid solid none solid;
 border-color : #94AA74;                             border-size : 1px;
 border-width : 1px;                                 margin : 0;
}
#menu li a {
 height : 32px;                                      voice-family : "\"}\"";
 voice-family : inherit;                             height : 24px;
 text-decoration : none;
}
#menu li a:link, #menu li a:visited {
 color : #5E7830;                                    display : block;
 background : url(images/menu1.gif);                 padding : 8px 0 0 10px;
}
#menu li a:hover, #menu li #current {
 color : #26370A;                                    background : url(images/menu1.gif) 0 -32px;
 padding : 8px 0 0 10px;
}
#menu li a:active {
 color : #26370A;                                    background : url(images/menu1.gif) 0 -64px;
 padding : 8px 0 0 10px;
}

