﻿* {
	margin: 0;
}
html, body {
	height: 100%;
	font-size:11pt;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 250px; /* .push must be the same height as .footer */
}


body 
{
	background-color:#f4f9fd;
}

.menuContainer
{
	height:48px;
	background-image:url('images/menuBg.png');
	width:100%;
}

.headerContainer
{
	height:206px;	
	background-image:url('images/headerBg.png');	
	background-position:center top;	
	background-repeat:repeat-x;
}

.headerLogo
{
	padding-top:7px;	
	width:387px;
	height:227px;
}

.contentContainer
{
	min-height:288px;
	background-image:url('images/clouds_horzTile.jpg');
	width:100%;
	background-position:center top;
	background-repeat:repeat-x;
}

.footer
{
	background-image:url('images/city_horzTile.jpg');	
	background-position:center;		
}

h1
{
	font-size:22px;
	padding-top:20px;
	font-weight:bold;
}
h2
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:4px;
}

h3
{
	font-size:11px;
	color:#449c22;
}

h4
{
	font-size:11px;
	font-weight:bold;
}

.title
{
	font-size:22px;	
	font-weight:bold;
}


