@charset "utf-8";
/* CSS Document */

/* BASIC HTML ELEMENTS */
body{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:100%;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a{
	text-decoration:none;
}
p{
	margin:3px 0;
}
/* CONTAINERS */
.wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.content{

}
.content .leftCol {
	width:688px;
	margin:0 20px 0 16px;
	_margin:0 20px 0 8px;
}
.content .rightCol {
	width:219px;
	margin:0 16px 0 0;
	_margin:0 8px 0 0;
	border-left:1px solid #ddd;
	height:850px;
}
/* DISPLAY CONFIG */
.show {
	display:block;
}
.hide {
	display:none;
}
/* LINE SEPARATORS */
.smallLS{
	margin:5px 0;
}
.mediumLS{
	margin:8px 0;
}
.largeLS{
	margin:16px 0;
}
/* ALIGNERS */
.align-left{
	text-align:center;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
/* FLOATS */
.float-left{
	float:left;
}
.float-right{
	float:right;
}
/* FONT */
.fontsize_xs{
	font-size:0.6875em;
}
.fontsize_s{
	font-size:0.75em;
}
.fontsize_m{
	font-size:0.8125em;
}
.fontsize_l{
	font-size:0.875em;
}
.fontsize_xl{
	font-size:1em;
}
.fontsize_xxl{
	font-size:1.25em;
}
.fontweight_normal{
	font-weight:normal;
}
.fontweight_bold{
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
/* STACKING */
.z-back{
	z-index:1;
}
.z-middle{
	z-index:2;
}
.z-front{
	z-index:3;
}
/* FORM INPUTS */

/* TABLES */