﻿p {
	line-height: 22px;
	margin-top: 0px;
	margin-bottom:10px;
}

img {
	border: none;
}

.page_description
{
   display: block;
   position: relative;
   margin: 50px 0px 10px 0px;
   font-family: Tahoma;
   font-size: 11pt;
   color: #393838;
}

a
{
   text-decoration: none;
   color: #393838;
}

.pageWrapper
{
   margin-top: 0px;
   margin-bottom: 50px;
   margin-left: 0px;
   margin-right: 0px;
}

   .pageWrapper .page_column {
      font-family: Tahoma;
      font-size: 10pt;
      color: #393838;
	   float: left;
	   width: 960px;
	   margin-right: 15px;
	   background-image: url('../images/column_bg.gif');
	   background-repeat: repeat-x;
	   padding: 0px 15px 15px 15px;
      margin-bottom: 15px;
      border: 1px solid #dddddd;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      border-radius: 10px;
   }

   .page_column  .img  {
	   float: left;
	   margin-right: 20px;
	   margin-top: 5px;
	   width:auto;
   }

   .page_column h4 {
	   font-size: 14px;
	   color: #1A5A8A;
	   font-weight: bold;
	   padding: 5px 5px 10px 0px;
	   border-bottom: dotted 1px #ccc;
	   margin: 0px 0px 5px 0px;
   }



