﻿body
{
	font-family: verdana, Arial, Helvetica;
	font-size: 10pt;
	margin: 0;
    background-repeat: repeat-y;
}

#wrapper
{
    width: 780px;
}

#header
{
    border-bottom: 5px solid teal;
    border-right: 5px solid teal;
}

#leftNav
{
    float: left;
    width: 120px;
    margin: 5px;
}

#montage
{
    text-align: center;
    border-bottom: 3px solid navy;
    padding-bottom: 5px;
    height: 120px;
}

#montageText
{
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

#content
{
    margin: 5px;
    width: 630px;
    float: right;
}

#footer
{
    margin-top: 40px;
}

#footerContact
{
    margin-top: 10px;
    text-align: center;
}


.linkName
{
    margin-top: 15px;
    margin-bottom: 15px;  
}

.linkName a,
.linkName a:hover,
.linkName a:visited
{
    color: Navy;
    font-weight: bold;
    text-decoration: none;
}

h4
{
    font-style: italic;
    color: Blue;
}