﻿h1 
{
    margin: 10px;
    font-size: 16px;
    color: #3064CD; /* NT-Blue */
    }

h2
{
    margin: 10px;
    font-size: 14px;
    }


.imgRight
{
    float: right;
    }
    
#rightcolumn p
{
    margin: 10px;
    }    
    
.teamMember
{
	width: 599px;	
	min-height: 120px;
	padding: 10px 0 10px 0;
	border-top: dashed 1px black;	
	}

.teamMember p
{
	margin-top: 5px;
	}	
	
.teamMember a:link, .teamMember a:visited{
  display: block;
  color: Black;
  text-decoration: none;
}	    

.imageInLeft
{
	display: inline;
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
	}	
	
.formLeft
{
	width: 150px;
	font-weight:bold;
	text-align:right;
	}			
	
.formRight
{
	width: 400px;
	}	