@charset "iso-8859-1";

.container
   {
	width            :  560px;
	background-color :  #FFFFFF;
	border           :  0px solid #333;
	padding          :  10px;
   }

.wrapper
   {
	width            :  900px;
	border           :  1px solid #006400;
    margin-left      :  auto;
    margin-right     :  auto;
    padding-top      :  5px;
    padding-right    :  15px;
    padding-bottom   :  10px;
    padding-left     :  10px;
	height           :  100%;
/*    background-image :  url('resources/btk01_mod2.jpg') */
/*	background-repeat:  repeat */
    background-color :  #F5FFFA;
   }


.buttonscontainer
   {
    width            :  205px;
    position         :  fixed;
/*    float            :  left; */
/*    clear            :  right; */
   }

.textcontainer
   {
    padding-left     :  240px;
/*    float            :  right; */
   }
   
.buttons a
   {
    display          :  block;
    color            :  #90EE90;
    font             :  12pt comic sans ms, verdana, arial, helvetica, sans-serif;
    font-weight      :  normal;
    text-decoration  :  none;
    text-align       :  left;
    border           :  1px solid;
    padding-top      :  3px;
    padding-right    :  1px;
    padding-bottom   :  3px;
    padding-left     :  3px;
    background-color :  #006400;
    border-color     :  #90EE90 #006400 #006400 #90EE90; /* top right bottom left */
    margin           :  0px 0px 0px 0px;
    width            :  100%;
    }

.buttons a:hover
   {
    display          :  block;
    color            :  #006400;
    font             :  12pt comic sans ms, verdana, arial, helvetica, sans-serif;
    font-weight      :  normal;
    text-decoration  :  none;
    text-align       :  left;
    border           :  1px solid;
    padding-top      :  3px;
    padding-right    :  1px;
    padding-bottom   :  3px;
    padding-left     :  3px;
    background-color :  #90EE90;
    border-color     :  #006400 #006400 #006400 #006400; /* top right bottom left */
    margin           :  0px 0px 0px 0px;
    width            :  100%;
   }
