/* ylc.css */

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Helvetica, Ariel, sans-serif;
	font-size:0.9em;
	color: #3c7704;
}

A:link {text-decoration: none; color: #DE2829;}
A:visited {text-decoration: none; color: #DE2829;}
A:active {text-decoration: none; color: #DE2829;}
A:hover {text-decoration: underline; color: #DE2829;}

.small_white_link {
  font-size: 0.8em;
}


.small_white_link A:link {text-decoration: none; color: #ffffff;}
.small_white_link A:visited {text-decoration: none; color: #ffffff;}
.small_white_link A:active {text-decoration: none; color: #ffffff;}
.small_white_link A:hover {text-decoration: underline; color: #ffffff;}

p {
  margin-top: 0px;
  padding-top: 0px;
}


 #outer_container {
     width: 100%;
     background-image: url(sky6.jpg);
     background-position: bottom;
     background-repeat: repeat-x;
     background-attachment: fixed;
 }


 #inner_container {
   width: 800px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 10px;
   padding: 0px;
   padding-top:0px;
   /* background-color: #FFFFFF; */
 }

 h1, h2, h3 {
   margin-top: 0px;
   margin-bottom: 2px;
   padding-top: 2px;
   padding-left: 10px;
   padding-bottom: 6px;
   background-color: #00A24A;
   color: #ffffff;
   margin-left: -10px;
   margin-right: -10px;
 }


 h3 {
   margin-bottom:10px;
 }

input.btn {
	  color:#050;
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	  background-color:#fed;
	  border:1px solid;
	  border-color: #696 #363 #363 #696;
      margin-top: 3px;
	}

.pics {
    padding: 0px;
    margin-left:  -10px;
    border-top-style: solid;
    border-top-color: #00a24a;
    border-top-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #00a24a;
    border-bottom-width: 4px;
}

#footer {
  width: 800px;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
}

.underline {
  border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#00A24A;
  color: #DE2829;
  font-weight: bold;
}

.bullet_list {
  margin-left:0px; padding-left:14px; list-style-image: url('bullet2.gif');
}

.image_right {
  float:right; clear: both; margin-left:30px; margin-bottom:20px; margin-right:10px;
  border-width: 2px;
  border-style: solid;
  border-color: #DE2829;
}

.image_left {
  float:left; clear: both; margin-left:10px; margin-right:30px;
  border-width: 2px;
  border-style: solid;
  border-color: #DE2829;
}
