/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #cee8ce;
    text-align:center;
    width:800px;
	margin: auto;
}

.pagecontainer
{
    width: 800px;
    border-right: #cee8ce thin outset;
    border-top: #cee8ce thin outset;
    border-left: #cee8ce thin outset;
    border-bottom: #cee8ce thin outset;
    margin: 5px;
    text-align: left;
}

.leftside
{
    text-align:left;
    float: left;
    width: 30px;
    margin: 5px;
}

.header
{
    
    float: left;
    width:750px;
    margin-top: 5px;
    margin-left: 5px;
   
}

.cleardiv{clear:both;}

.label
{
    text-align: left;
    margin-left: 5px;
    float: left;
}

.outset
{
    
    border-right: #cee8ce thin outset;
    border-top: #cee8ce thin outset;
    border-left: #cee8ce thin outset;
    border-bottom: #cee8ce thin outset;
   
}
.outset1
{
    
    border-right: #cee8ce thin outset;
    border-top: #cee8ce thin outset;
    border-left: #cee8ce thin outset;
    border-bottom: #cee8ce thin outset;
    margin-left:100px;
}
.hyper
{
    width:150px;
    text-align:left;
    float:left;
    clear:both;
    
}
.labeltext
{
    font-size:1.2em;
    text-align: left;
    margin-left: 5px;
    float: left;
    width: 650px;
    
}
.image
{
    float:none;
    margin-left:10px;
   
   
   
    }
    
    .imagel
    {
        margin-left:25px;
        float:left;
        margin-bottom:25px;
        }
        
        .imager
    {
        margin-right:55px;
        float:right;
        margin-bottom:25px;
        }
.image2
{
    width:200px;
   
    clear:both;
    
 
    }
 .brochure
{
    font-family: 'Times New Roman';
    color: #336600;
    font-size: 1.4em;
    font-weight: bold;
    clear: both;
    margin-top: 50px;
}