﻿body {
}

div 
{
  position:relative;
}
#Logo 
{
    float:left;
    
 }

#topContent 
{
    clear:right;
    width:65%;
    height:60px;
    float:left;
    text-align:center;
    line-height:60px;
    background-color:Aqua;
    border:3px solid blue; 
    color:Black;
    font-size:x-large;
    text-decoration:none;
    font-weight:bold;
    padding:10px;
    position:relative;
    
    
}
#leftColumn
{
    position:relative;
    clear:left;
    width:12%;
    float:left;
}

#defaulth3
{
    text-align:center;
    font-size:large;
}

#defpic
{
    width:80%;
    height:80%;
    border:4px solid black;
    margin-left:10%;
    margin-right:10%;
    margin-top:5%;
   
   
}
#colpic
{
    width:90%;
    height: auto;
}

#mainContent
{
    float:left;
    margin-top:1%;
    padding-left:2%;
    width:60%;
    position:relative;
    }
    
#rightColumn 
{
    position:relative;
    margin-top:2%;
    width:15%;
    float:left;
    clear:right;
}

#footer 
{
    width:60%;
    height:10%;
    margin-left:12%;
    margin-top:2%;
    font-size:x-small;
    clear:both;
    text-align:center;
    position:relative;
}
 #col1 
 {
     position:relative;
     float:left;
     width:48%;
     margin-right:1%;
 }
 
 #col2 
 {
     position:relative;
     float:left;
     width:49%;
 }
 
 #Photos
 {
     margin-left:8%
 }
 
 .Prestxt
 {
     font-family:arial,Helvetica,sans-serif;
     font-size:medium;
     line-height:1em;
     text-align:justify;
     text-indent:5px;
     width:800px;
 }
 
 .Preshd
 {
     width:800px;
     text-align:center;
 }
     
