﻿#showcase-container
{
    background-color : #2a3a1f;
    width : 1150px;
    height : 800px;
    margin-left:auto;
    margin-right:auto;
}

#showcase-content
{
    width : 1150px;
    height : 550px;
    background-color:#365620;
    float:left;
    clear:none;
}

p.showcasecontent
{
 margin-left:150px;
 text-align:justify;
 margin-right:200px;
    font-family:Times New Roman;
    font-weight:bold;
    font-size:14pt;
    
    
}

p.showcasecontentheader
{
    margin-left:150px;
    text-align:left;
    margin-right:200px;
    font-family:Times New Roman;
    font-size:24pt;    
    font-weight:bold;
    padding:0px 0px 0px 0px;
    border-width:0px;
    margin-top:0px;
    margin-bottom:0px;

    
}

.horizontalline
{
    height: 1px;
    width: 800px;
    background-color:White;
    margin-left:150px;
    margin-right:200px;
}