
/* CSS Document */

html,body{
height:100%;
}

/* Form Defaults */
.content form{
	margin: 1.2em 0em 0.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}
.content fieldset{
	margin-bottom: 1.2em;
	padding:1.2em;
}

.content fieldset > :first-child {
	margin-top:0px;
}
.content legend{
	padding-left:0.8em;
	padding-right:0.8em;
}
.content label, .content input{
/*display:block;
float:left;*/
margin:0.2em 0em 1em 0em;
padding:0px;
line-height:1.2;
}
.content label{
clear:left;
margin-right:1em;
color:#333;
font-size:0.8em;
}
.content input[type=text], .content .f_text{
border:1px solid #999999;
padding:0.2em;
}

/* Container Defaults */
#container.same_h{
	overflow:hidden;
	padding-bottom:0;
min-height: 100%;
	height: auto !important;
	height: 100%;
margin:0 auto -50px;
}
#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:49em;

}
.same_h #col_wrapper{
position:relative;
	text-align:left;
	width:49em;
min-height: 100%;
	height: auto !important;
	height: 100%;
margin:0 auto -100px;
}
/* Col-Main Defaults*/
.same_h #col-main{
margin-bottom:-25000px;
padding-bottom:25000px;
}

/* Col-Sub Defaults*/
.same_h #col-sub{
margin-bottom:-25000px;
padding-bottom:25000px;
}

/* Header Defaults */
#header{
	position:relative;
	height:100%;/*IE6 fix*/
}
#header p{
padding:0px;
margin:0px;
}

/* Footer Defaults */
.all_height #footer, .all_height .push{
clear:both;
height:100px;
}

#footer{
margin:0 auto;
clear:both;
float:none;
position:relative;
width:49em;
}

/* Column Defaults*/
#col-main, #col-sub{
float:left;
position:relative;
}

/* Start CSS STYLES */
#header,#footer{
background:#BBBBBB none repeat scroll 0 0;
}
#col-main{
width:37em;
}
#col-sub{
width:12em;
float:right;
background:#aaaaaa none repeat scroll 0 0;
}
