﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #e6edf3;
	background-image: url(images/body-background.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial;
	font-size: small;
	color: #666;
}

form
{
	width: 780px;
	margin: 0 auto;
}

div.border
{
	border: solid 1px #fff;
	margin-top: 30px;
}

div.border div.canvas
{
	border: solid 6px #97b4cf;
	padding: 5px;
	background-color: #fff;
	text-align: left;
}

div.headerBorder
{
	border: solid 1px #b2c8dc;
}

div.headerBorder div.header
{
	border: solid 1px #e2ebf2;
	background-color: #d0deea;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	height: 80px;
	position: relative;
}

div.headerBorder div.header span.mainNavigation
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 376px;
	height: 23px;
}

div.headerBorder div.header span.mainNavigation a
{
	margin-right: 2px;
	margin-left: 2px;
}


div.body
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.body div.picture
{
	width: 175px;
	height: 254px;
	border: solid 1px #d2dfea;
	padding: 4px;
	float: left;
}

div.body div.pictureTitle
{
	float:left;
	clear: left;
	text-align: center;
	padding: 4px;
	width: 175px;
	color: #18517c;
	font-family: Verdana;
}

div.body div.content
{
	width: 535px;
	border: solid 1px #d2dfea;
	float: right;
	padding: 10px;
	margin: 0;
}

h1
{
	font-family: "Verdana";
	font-size: medium;
	font-weight: normal;
	color: #18517c;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #d2dfea;
}

h2
{
	font-size: small;
	margin-bottom: 0;
}

p
{
	margin-top: 0;
}

div.callToActionBorder
{
	border: solid 1px #ddd9d9;
	padding: 3px;
}

div.callToActionBorder div.callToAction
{
	background-color: #e9e7ea;
	color: #406f92;
	text-align: center;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.callToActionBorder div.callToAction h2
{
	color: #18517c;
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

div.footerBorder
{
	border: solid 1px #b2c7dc;
}

div.footerBorder div.footer
{
	border: solid 1px #d7e2ec;
	background-color: #c9d8e6;
	color: #18517c;
	text-align: center;
	padding: 0.3em;
}

div.footerBorder div.footer a
{
	padding-right: 1em;
	padding-left: 1em;
	color: #18517c;
}

div.footerBorder div.footer a.rightDivider
{
	border-right: solid 1px #a4c4d3;
}

div.copyright
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-family: Verdana;
	color: #18517c;
}