﻿body 
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	background:#0a4f90 url('../images/background.jpg') top center repeat-y;
	
}

a:link, a:active, a:visited
{
	color: #0c5192;
}

a:hover
{
	text-decoration: none;
}

a.ts:link, a.ts:active, a.ts:visited
{
	color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
}

a.ts:hover
{
	text-decoration: underline;
	font-weight: bold;
}

#main-body
{
	text-align: left;
	/* take height out when content is placed */
	clear: both;
}

#left-pic
{
	width: 300px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: center;
}

#right-pic
{
	width: 300px;
	height: auto;
	float: right;
	padding: 10px;
	text-align: center;
}

#right-text
{
	width: 400px;
	height: auto;
	float: left;
	padding: 10px;
}

#left-text
{
	width: 400px;
	height: auto;
	float: right;
	padding: 10px;
}

.contact-fields
{
	border: solid 1px #56bf4b;
}

.contact-fields:focus
{
	background-color: #f3f6cb;
}

.frontPageDynamicImage 
{
    width: 150px;
    float: right;
    padding-right: 5px;
    padding-bottom: 5px;
}