/* GENERAL STYLES */
#projectContent {
   font-size: 9pt;
   padding-left: 10px;
   min-height: 280px;
   float: right;
   border-left: #ddd 1px solid;
   width: 570px;
}

#projectContent h1 {
   clear:both;
   font-size:16pt;
   font-weight: normal;
   color: #666666;
   margin: 8px;
}

#projectContent h2{
   font-size: 9pt;
   font-weight: bold;
   margin-left: 8px;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #88a04c;  
}

#projectContent #bodyText {
   height: 100%;
   margin:5px 20px 10px 0px;
   color:black;
}

#projectContent #bodyText img {
   margin: 5px 10px 5px 0px;
   border: 10px;
}

#projectContent #bodyText p
{
   margin-top: 0px;
   margin-left: 20px;
}

#projectContent #bodyText ul {
   margin-top: 10px;
   margin-bottom: 0px;
}

#projectContent #bodyText li {
   list-style-image: url(Style/bullet_01.jpg);
   font-weight: bold;
   color: #88a04c;
   position: relative;
   left: -20px;
}

#projectContent hr {
   color: #a1cb39;
   background-color: #DD002A;
}

#projectContent img {
   margin: 10px;
}

#projectContent #bodyText #printVersion {
   margin-top: 0px;
   font-size: 8pt;
   color: #666666;
}

#printVersion {
   float:right;
   margin-right: 20px;
}
#printVersion a {
   margin-top: 0px;
   font-size: 8pt;
   color: #666666;
   text-decoration: underline;
}

#printVersion a:Hover {
   color: #DD002A;
   text-decoration: underline;
}


/* EDITOR PROPERTIES */
