﻿body 
{
	margin:0px;
	background-image:url(../images/bgPage.gif);
	color:Black;
	font-size:62.5%;
	font-family:Arial, Helvetica, Sans-Serif;
}

#sideShadows
{
	width:926px;
	margin:0px auto;
	height:auto;
	background:url(../images/bgShadows.gif) repeat-y;
}

#pageWrapper
{
	width:894px;
	height:auto;
	margin:0px auto;
}

#topBanner
{
	width:894px;
	height:170px;
	background:url(../images/topBanner.jpg) no-repeat;
	margin-left:15px;
	/*padding-top:123px;
	padding-left:315px;*/
}

#topBanner img
{
	margin-top:10px;
	margin-left:10px;
	float:left;
	border:0px;
}

#mainContent
{
	width:864px;
	height:auto;
	margin:10px auto;
	font-size:1.2em;
}

#homeImage1
{
	padding:4px;
	background:url(../images/bgHomeImageSpot.jpg) repeat-x;
	margin:0px 51px 0px 10px;
	float:left;
	width:221px;
	height:161px;
}

#homeImage2
{
	padding:4px;
	background:url(../images/bgHomeImageSpot.jpg) repeat-x;
	margin-right:51px;
	float:left;
	width:245px;
	height:161px;
}

#homeImage3
{
	padding:4px;
	background:url(../images/bgHomeImageSpot.jpg) repeat-x;
	float:left;
	width:221px;
	height:161px;
}

#footer
{
	width:894px;
	height:auto;
	margin-top:10px;
	color:#104983;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	font-size:1.1em;
}

a
{
	color:#104983;
	text-decoration:underline;
}

/* -------------------------------------------------- GENERAL STYLES */

h1
{
	color:#104986;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
}

h2
{
	color:#104986;
	font-weight:bold;
	font-size:12px;
	margin:0px 0px 5px 0px;
}

/*p
{
	width:844px;
	height:auto;
	margin:10px auto;
	border-top:1px solid #104983;
	border-bottom:1px dashed #104983;
	background:#ecf2f7 url(../images/bgTextBlock.jpg) repeat-x;
	padding:10px;
	/*font-size:1.2em;
}*/

.clearLeft
{
	clear:left;
	height:15px;
}