/* ylc.css */

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


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


.normal_link A:link {text-decoration: underline; color: #001144;}
.normal_link A:visited {text-decoration: underline; color: #001144;}
.normal_link A:active {text-decoration: underline; color: #001144;}
.normal_link A:hover {text-decoration: underline; color: #001144;}


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

#outer_container {
  width: 100%;
  background-image: url(background6.jpg);
  background-position: top;
  background-repeat: repeat-x;
}


 #inner_container {
   width: 900px;
   margin: auto;
   margin-bottom: 15px;
   padding: 0px;
   background-color: #E9EAED;
   color: #001144;
   /* border:  #001144 1px solid; */
 }

 #quick_links {
   width: 290px;
   float: right;
   font-size: 0.8em;
   margin-left: 25px;
   margin-right: 25px;
   padding-left: 25px;
   border-left: solid 1px #001144;
}

 #quick_links img {
   float:right;
   margin-left:15px;
   margin-right:5px;
 }


 .sidebar {
   border:  #001144 1px solid;
   padding: 0px;
   margin: 10px;
   min-height: 112px;
   cursor: hand; cursor: pointer;
 }

 .sidebar p {
   margin-left: 10px;
   margin-right: 10px;
 }


 #content {
   padding: 20px;
   margin-right: 35px;
   /* float:left; */
 }

 #menu {
   padding: 20px;
 }

 h1, h2 {
   margin-top: 0px;
   margin-bottom: 2px;
   padding-top: 4px;
   padding-bottom: 0px;
 }


 h3 {
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 2px;
   padding-left: 10px;
   padding-bottom: 0px;
   background-image: url(heading_grad.jpg);
   background-position: top;
   background-repeat: repeat-x;
   color: #001144;
   height: 32px;
 }



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: 900px;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  /* color: white; */
  font-size: 0.7em;
  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;
}

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


.product {
  border: solid 1px #001144;
  margin: 10px;
  padding: 10px;
  width: 400px;
}

.product2 {
  border: solid 1px #001144;
  margin: 10px;
  padding: 10px;
  width: 450px;
}
