/* FRAMEWORK LAYOUT */
html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#pagewidth
{
	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position: relative;
	height: 210px;
	width: 100%;
	z-index:100;
}

#leftcol
{
	position: absolute;
	top: 159px;
	bottom: 55px;
	height: auto;
	margin-right: 5px;
	background-color: #5d9acd;
	width: 160px;
	overflow:hidden;
}

#leftcol h3 
{
    margin-left:3px;
	color:White;
	font-weight:bold;
}

#leftcol p
{
	color:White;
}


#maincol
{
	background-image: url( 'images/background.gif' );
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	margin-left: 160px;
	overflow: auto;
	width: 685px;
	top: 159px;
	bottom: 55px;
	height: auto;
	z-index: 99;
}


#footer
{
	position: absolute;
	bottom: 0px;
	height: 55px;
	background-color: #fff;
	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
	/*hide the left column when printing*/
	#leftcol
	{
		display: none;
	}
	#twocols, #maincol
	{
		width: 100%;
		float: none;
	}
}
