﻿.header
{
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 860px;
	height: 88px;
	text-align: left;
	border-left-width: 0px;
	border-right-width: 0px;
}

.header_bg
{
	width: 866px;
	height: 90px;
	background-image: url('/images/content_bg.jpg');
	background-repeat: repeat-y;
}

.menu
{
	width: 866px;
	height: 21px;
	background-image: url('/images/menuBar_bg.png');
	background-repeat: repeat-x;
}

.content
{
	text-align: left;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #CCCCCC;
	width: 860px;
}
.content_bg
{
	width: 866px;
	background-image: url('/images/content_bg.jpg');
	background-repeat: repeat-y;
}

.rightColumn
{
	padding: 0px;
	margin-left: 633px;
	width: 230px;
}


.leftColumn
{
	margin: 0px;
	padding-left: 8px;
	float: left;
	width: 625px;
}

.rightColumnCt
{
	
	padding: 0px /*; 	margin: 0px, 0px, 0px, 610px; 	*/ margin-left:610px;
	width: 250px;
	margin: 0px 0px 0px 0px;
	background-color: #EEEFF1;
}


.leftColumnCt
{

	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 568px;
}


.clear
{
	height: 0px;
	clear: both;
}
.footer
{
	border-width: 1px;
	border-color: #CCCCCC;
	width: 860px;
	height: 14px;
	border-bottom-style: solid;
	font-weight: lighter;
	font-size: 10px;
	color: #999999;
	padding-top: 2px;
	text-align: left;
	font-family: Tahoma;
	text-decoration: none;
	border-top: #dddddd thin solid;
}
.footer_bg
{
	width: 866px;
	height: 18px;
	background-image: url('/images/content_bg.jpg');
}

