﻿body
{
	background: #FFFFFF;
	text-align: center;
	/*margin: 15px;*/
	margin: 10px auto 0px auto;
	padding: 0;
	/*font: normal 0.8em/1.2em verdana,aria,sans-serif;*/
	font-family: verdana;
	font-size:10pt;
	color:#1b1747;
	color: #666;
	
/*	width:971px;*/
}

body form
{
	width:100%;
}

#wrapper
{
	position: relative;
	width:971px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	color: #1b1747;
	font-size: 10pt;
	background-color:#555555;
	
	background: url("../images/header/header.jpg") no-repeat center center;
	height:91px;
}

#headerImg
{
	height:168px;
	padding:0;
	margin:0;
}

#leftcol
{
	position: absolute;
	top:260px;
	left:0px;
	width:160px;
	padding: 10px 0px 10px 0px;	
}

#rightcol
{
	position:absolute;
	top:260px;
	right:0px;
	width:210px;
	padding: 10px 0px 10px 0px;
}

#centercol
{
/*	min-height:500px;*/
	
	height: auto !important;  /* modern browsers */
    height: 500px;      /* IE5.x and IE6 */
    min-height: 500px;  /* modern browsers */
	
	padding: 0 200px;
	width: 510px;
	/*margin-top:13px;*/
	margin:0;
	padding-top:10px;
}

#footer
{
	background-color:#e8eae9;
	color:#1b1747;
	width:971px;
	max-height:30px;
	/*clear: both;*/
	margin:0 auto;
	
	background: url("../images/header/backgndFooter.gif") repeat-x;
	background-position:top-left; 
	
	
	padding: 1% 0;
	text-align: center;
}



