﻿body {
}

.contactcontent
{
	position: relative;
	background-image: url("/img/contactbg.jpg");
	background-repeat: repeat-x;   
	background-color: White;    
	top: 0px;
	left: -1px;
	width: 684px;
	/*height: 500px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-bottom-style: none;
}

.contactnarrative
{
	position: relative;
	width: 490px;
	margin: 10px;
	border-style: none;
	font-family: Arial;
	left: -10px;
}

.imagewrapright
{
	float: right;
	margin: 8px;
}

.imagewrapleft
{
	float: left;
	margin: 8px;
}

.contactheader
{
	font-family: Arial;
	font-size: 25px;
	margin: 10px;
}

.contactlink
{
	text-decoration: none;
}

a.contactlink:link, a.contactlink:active, a.contactlink:visited
{
	text-decoration: underline;
	color: #032c6a;
}

a.contactlink:hover
{
	text-decoration: underline;
	color: #064baa;
}

.contacttable
{
	width: 493px;
	text-align: center;
}

.messagebody
{
	width: 400px;
	height: 150px;
}

.contacttd
{
	text-align: center;
}

.contactddl
{
	width: 400px;
}

.contacttd00
{
	width: 150px;
	text-align: right;
}

.contacttd01
{
	width: 250px;
	text-align: left;
}

.contacttxb
{
	width: 240px;
}

.contacttdheader
{
	background-image: url("/img/tdbg.jpg");
	color: White;
}

