﻿body.backgroundimage
{
	background-image: url('../images/framework/backdots.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.normalpage
{
	min-width: 1024px;
}


html
{
	min-height: 100%;
}


#header
{
	width: 100%;
}

#wrapper
{
	display: table;
	width: 100%;
	padding-top: 10px;
}

#wrapper.center
{
	min-width: 1024px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.columns
{
	display: table-cell;
	vertical-align: top;
}

.blueRectangle
{
	width: 100%;
	background-color: #3d6599;
	height: 20px;
	margin-bottom: 10px;
}

#messageBanner
{
	width: 100%;
	background-color: #3d6599;
	height: 30px;
}

#messageBannerText
{
	position: relative;
	top: 5px;
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
}
