@charset "utf-8";
html,
body{
	height:100%;
}
body  {
	font: 100%/1.3 Arial, Helvetica, sans-serif;
	background: #f6f4eb;
	margin: 0;
	padding: 0;
	color: #333;
	min-width:940px;
}
h2{
	margin:1em 0 0 0;
	padding:0;
	font-size:13pt;
}
h3{
	margin:1em 0 0 0;
	padding:0;
	font-size:10pt;
}
p{
	margin:1em 0 0 0;
	padding:0;
	font-size:9pt;
}
big{
	font-size:11pt;
	font-weight:bold;
}
li{
	font-size:9pt;
}
ul{
	margin-top:.5em;
	margin-bottom:1em;
}
a{
	color:#4977af;
}
a:hover,
a:focus{
	color:#e73714;
}
a img{
	border: none;
}
form{
	margin 0;
	padding:0;
}
.limiter{
	*width:940px;
	height:1px;
	font-size:1px;
	line-height:0;
}
.twoColLiqLtHdr #container { 
	width: 100%;
	margin:0;
	min-height:100%;
	position:relative;
	min-width:940px;
}
.twoColLiqLtHdr #container_content{
	padding:0 0 140px 0;
	position:relative;
}

.twoColLiqLtHdr #header { 
	background: #2c2c2c url(../images/header_bg.gif) repeat-x;
	height:68px;
	border-bottom: solid 1px #f6f4eb; 
	padding: 0 10px;
	position:relative;
} 



.twoColLiqLtHdr #sidebar1 {
	float:left; 
	width:320px;
	background:url(../images/left_col_bg.png) repeat-x left top;
	position: relative;
}
.twoColLiqLtHdr #sidebar1 .content{
	padding:60px 20px 50px 25px;
	*margin-bottom:100px;
}
.twoColLiqLtHdr #logout{
	position:absolute;
	bottom:0px;
	left:25px;
	z-index:10;
}


.twoColLiqLtHdr #mainContent { 
	margin: 60px 32px 20px 365px;
	padding:0 !important;
}

.twoColLiqLtHdr #footer { 
	padding: 0;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:10;
} 
.seconday_footer{
	background: #fff;
	border-top: solid 1px #cdcdcd;
}
/* Miscellaneous classes for reuse */
.red{
	color:red;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	display:block;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}