/* --------------------------------------------------------------------
	base.css contains basic formatting such as type sizes and colors.
	Used by the main site and the admin site.
   ------------------------------------------------------------------*/

html, body ,form{
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
p {
	font-size: 8pt;
	line-height: normal;
	text-decoration: none;
	color: #666;
}
ul {
	list-style-type: none;
	padding: 0px;
}
ul li {
	color: #666;
	margin:0;
	padding:0;
}
form {
	display: inline;
}
checkbox, input, radio, select {
}
input {
	height:19px;
	color: #666;
	font-size: 11px;
	padding:0 2px 0 3px;
	border-color:#D7D4CC;
	border-width:1px;
	background-color:#fff;
}
textarea {
	width: 100%;
}
a {
	color: #000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 8.5pt;
}
a:hover {
	color:#c00;
}
img { /* needed for firefox */
	border: 0px;
}


		.container{
			margin:auto; 
			width:749px;
			background-color: #fff; 
    text-align: left;
	border-color:#ccc;
	border-width: 0 1px 0 1px;
	border-style:solid;
			
		}
		.rightConLeftCol{
			float:right;
			width: 530px; 
			background-color:#f1f1ef;			
		}
		.leftConRightCol{
			float:left; 
			width:219px; 
			background-color:#fff;
		}
		.colLeft{
			z-index:1;
			position: relative;
			left:-219px; 
			width:530px; 
			background-color:#fff;
 			min-height: 600px;
			height: auto !important;
			height: 600px;
		}
		.colRight{
			z-index:2;
			position: relative;
			left:530px;
			width:219px; 
			background-color:#f1f1ef;
		}
		.brclear {
			clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
		}
		.brspace {
			font-size: 1px; margin: 0px; line-height: 0; height: 0px;
		}

		/* IE mac hack */
		* html>body .colRight{
			display:inline-block;
			overflow: auto;
		}

		* html>body .colLeft{
		    overflow: auto;
		}