
/*
CSS Village
*/


body {
    background-color : #f1ffb1;
    font-family : "tahoma", Helvetica, Arial, sans-serif;
    line-height : 125%;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


p {
    color : black;
  }


h1, h2, h3 {
    font-family: "tahoma", Helvetica, Arial, sans-serif ;
    margin: 0 ;
  }


h1 {
    background-color : gray;
    color : #ff0000;
    padding-bottom : .5em;
    padding-left : .4em;
    padding-top : .5em;
  }


h2 {
    color : navy;
    font-size : 1.3em;
    font-weight : normal;
    margin-top : 15px;
  }


em {
    font-size : 1em;
    font-weight : bold;
    line-height : 125%;
    text-transform : uppercase;
  }


a {
    font-weight: bold;
  }


a:link {
    color: red;
    text-decoration : none;
  }


a:visited {
    color: #8A3F59;
    text-decoration : none;
  }


a:hover {
    text-decoration: none;
    color:#CE2C4F;
  }


a:active {
    color: aqua;
    background-color: navy;
  }


li {
    font-size : small;
    list-style-position : outside;
    list-style-type : none;
  }


#tagline p {
   background-color : #227224;
   border-bottom-color : #3cb338;
   border-bottom-style : solid;
   border-bottom-width : 10px;
   border-left-color : #3cb338;
   border-right-color : #3cb338;
   border-top-color : #3cb338;
   border-top-style : solid;
   border-top-width : 10px;
   color : #ffffff;
   font-size : 125%;
   font-style : italic;
   font-weight : bold;
   margin-bottom : 0;
   margin-left : 0;
   margin-right : 0;
   margin-top : 0;
   padding-bottom : .2em;
   padding-left : .2em;
   padding-top : .2em;
 } 

/*
#tagline p {
    background-color : #227224;
    border-bottom-color : #3cb338;
    border-bottom-style : solid;
    border-bottom-width : 10px;
    border-left-color : #3cb338;
    border-right-color : #3cb338;
    border-top-color : #3cb338;
    border-top-style : solid;
    border-top-width : 10px;
    color : #ffffff;
    font-size : 125%;
    font-style : italic;
    font-weight : bold;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : .2em;
    padding-left : .2em;
    padding-top : 2em;
  }
*/

table.table {
    border-collapse: collapes;
  }


table.table caption {
    font-size:small;
    font-weight: bold;
    padding-bottom:5px;
  }


table.table th, table.table td {
    padding: 4px;
    border: 1px solid #000066;
  }


table.table th {
    font-size:x-small;
  }


table.table td {
    font-size:x-small;
  }


.fun {
    color: #339999;
    font-family: Georgia, Times, serif;
    letter-spacing: 0.05em;
  }


#header,#sitebranding,#tagline,#bodycontent,#footer {
    margin-bottom : 2px;
    padding-bottom : 2px;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
  }


#navigation,#bodycontent,#header {
    position : absolute;
  }


#navigation,#bodycontent {
    top:290px ;
  }


#header, #tagline {
    width: 100%;
  }


#bodycontent {
    left : 200px;
  }


#bodycontent p,ol{
    width : 600px;
  }


.img_border {
    border-bottom-color : #006633;
    border-bottom-style : solid;
    border-bottom-width : 10px;
    border-left-color : #006633;
    border-left-style : solid;
    border-left-width : 10px;
    border-right-color : #006633;
    border-right-style : solid;
    border-right-width : 10px;
    border-top-color : #006633;
    border-top-style : solid;
    border-top-width : 10px;
  }

.pic_cap {
    font : caption;
    font-size : medium;
    font-style : italic;
    font-weight : bold;
    padding-bottom : .0;
    padding-top : 0;
    margin: 0;
  }

.pic_cap_copyr {
    font-size : xx-small;
    padding-bottom : .0;
    padding-top : 0;
    margin-bottom: 10px;
  }
  
.feature {
    float : right;
    margin-left : 10px;
  }


#topbanner {
    text-align : center;
  }


#navigation {
    border-top-color : #000000;
    border-top-style : double;
    border-top-width : 5px;
    border-bottom-color : #000000;
    border-bottom-style : double;
    border-bottom-width : 5px;
    border-left-color : #000000;
    border-left-style : double;
    border-left-width : 5px;
    border-right-color : #000000;
    border-right-style : double;
    border-right-width : 5px;
    width : 180px;
    background-color : #006633;
    /* Green */;
  }


#navigation h1 {
    color : #FFFFFF;
    font-size : 105%;
    font-style : italic;
    background-color : #006633 ;
    border-bottom: 1px solid #FFFFFF ;
  }


#navigation ul {
    list-style-type : none;
    margin : 0 ;
    padding : 0;
  }


#navigation li {
    border-bottom: 1px solid #FFFFFF ;
    background-color : #FFCC66;
  }


#navigation li a:link, #navigation li a:visited {
color: black;
    font-size: 110%;
    display : block;
    padding : 0.2em 0 0 0.5em ;
    border-left : 12px solid #006633;
    border-right : 1px solid #006633;
    text-decoration : none;
  }


#navigation li a:hover {
    color : #ff0000;
    background-color : #e3f48e;
  }


#navigation ul ul {
    margin-left : 12px ;
  }


#navigation ul ul li {
    border-bottom: 1px solid #FFFFFF ;
    margin: 0 ;
  }


#navigation ul ul a:link, #navigation ul ul a:visited {
    font-size: 90%;
  }


#navigation ul ul a:hover {
    color : #ff0000;
    background-color : #e3f48e;
  }


.curr {
    background-color : #ff651e;
    color : #ffffff;
  }


#fpc_mins {
    color : #000000;
    width : 650px;
  }


#fpc_mins h2 {
    font-size : 1.3em;
    color : navy;
    font-weight : normal;
    line-height: 1.4em ;
  }


#fpc_mins h3 {
    font-size : 1.2em;
    line-height: 1.3em ;
    color : navy;
    font-weight : normal;
  }


#fpc_mins p {
    font-size : 1em;
    padding-top : 3px;
    line-height: 1.1em ;
  }


#fpc_mins li {
    font-size : 1em;
    list-style-type : square;
    padding-top : 3px;
  }

/* tab Stuff */




#top_nav {
    font-size: 90%;
    float:left;
    width: 100%;
    border-bottom: 5px solid #FFCC66;
    margin-bottom: 2em;
  }


#top_nav ul {
    list-style: none;
    margin: 0;
    padding: 2em 0 0 0;
  }


#top_nav li {
    display: inline;
    float: left ;
    background-image: url("gifs/tab_left.gif");
    background-repeat: no-repeat;
    margin: 0 1px 0 0;
    padding: 0 0 0 8px;
  }


#top_nav a {
    display: block;
    float: left ;
    background-image: url("gifs/tab_right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0.2em 10px 0.2em 0;
    text-decoration: nonefont-weight: bold;
    color:#000000;
  }


#top_nav li a:hover {
    color : #ff0000;
    background-color : #e3f48e;
  }


.top_nav_curr a {
    display: block;
    float: left ;
    background-image: url("gifs/tab_active_right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0.2em 10px 0.2em 0;
    text-decoration: nonefont-weight: bold;
    color:#000000;
  }


.top_nav_curr li {
    display: inline;
    float: left ;
    background-image: url("gifs/tab_active_left.gif");
    background-repeat: no-repeat;
    margin: 0 1px 0 0;
    padding: 0 0 0 8px;
  }

/* Footer stuff                   */
/*================================*/

#footer {
    background-color : inherit;
    text-align : center;
    width : 650px;
  }


#footer  p {
    color : #52595b;
    font-size : xx-small;
    text-align : center;
    width : 650px;
  }


#footer a {
    color : #52595b;
    font-size : xx-small;
    font-weight : normal;
  }


#footer a:visited {
    color: navy;
  }


#footer a:hover {
    text-decoration: none;
    color: white;
    background-color: navy;
  }

