﻿body
{
    text-align:center;
    margin-top:40px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    padding:0px;
    background-color:#012B52;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
	width: 800px;
	border-color:#000000;
	border-width:0px;
	border-style:solid;
}

.header
{
    height:145px;
}

.headerImage
{
    float:left;
    height:145px;
}

.dividerBar
{
    background-image: url('Images/topWhiteBar.jpg');
    width:800px;
    height:60px;
}

.content
{
	background-image: url('Images/centerStrip_NoBox.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
}

.vertNavBar
{
    float:left;
    width:120px;
    margin-left:12px;
    background-color:#900606;
}

.verNavImageContainer
{
    background-image: url('Images/Sidebar_Middle.jpg');
}
.navImage
{
    border-width:0px;
    margin-top:10px;
    margin-bottom:10px;
}

.rightContent
{
	float:left;
	width: 668px;
	padding-top: 20px;
	text-align: center;
}

.rightContentBody
{
	background-color: #FFFFFF;
	width: 626px;
	margin-left: 21px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-family: Georgia;
	font-size:12pt;
}

.clientTableCell
{
    padding-top:10px; 
    font-family:"Arial Black",Verdana;
    font-size:16px;
    font-weight:bold;
}

.clientTableNav
{
    width: 626px;
	margin-left: 21px;
	padding-top:5px;
	padding-bottom:15px;
}

.clientTableNavButton
{
    font-family:"Arial Black",Verdana;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    color:#E1B103;
}

.polaroidBody
{
    background-image: url('Images/PolaroidBacker.jpg');
    width:350px;
    height:450px;
    margin:0px;
    padding:0px;
}

.emailLinkRed
{
    color:#900606;
    text-decoration:none;
}	

.emailLinkRed:visited
{
    color:#900606;
    text-decoration:none;
}
	
.emailLinkWhite
{
    color:#FFFFFF;
    text-decoration:none;
    font-style:italic;
}	

.emailLinkWhite:visited
{
    color:#FFFFFF;
    text-decoration:none;
    font-style:italic;
}	

.redLink
{
    color:#900606;
    text-decoration:none;
}

.redLink:visited
{
    color:#900606;
    text-decoration:none;
}

.webLinkWhite
{
    color:#FFFFFF;
    text-decoration:none;
    font-size:1em;
}	

.webLinkWhite:visited
{
    color:#FFFFFF;
    text-decoration:none;
    font-size:1em;
}