/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}


/*hack for IE6 so double clikc tag doesnt create unwanted height*/
#double_click {
	margin: 0px; 
	padding:0px;
	height:1px; 
	width: 1px; 
	line-height:1px; 
	font-size:1px; 
}

/*links*/
a {
	color:#000;

}

/*general structure*/




#content_spacer {
	width:960px;
	height:74px;
}
#content2 {
	width:740px;
	min-height:350px;
	margin:0 0 0 25px;
	padding:0;
	
}

.column_one input {border:none;}

#footer_wrap {
	width:960px;
	height:140px
}
	#footer_wrap_left {
		width: 480px;

		padding-top:30px;
		float:left;
	}

	#footer_wrap_right {
		width: 480px;
		height: 50px;

		float:left;
	}


.blue {
	color:#0000FF;
}
.blue a {
	color:#0000FF;
}
/*nav*/
#nav_wrap {
	width:560px;
	height:40px;
	float:left;
	position:relative;
	top:88px;
	left:180px
}
#nav_wrap a {
	color:#4ebbfe;
	font-size:16px;
	padding:12px;
	text-decoration:none;
	float:left
}
#nav_wrap a:hover {
	color:#EEEEEE
}
/*text*/
.bigtext {
	font-size:14px;
	line-height:20px;
}
.bigtext a {
	color:#4ebbfe;
	text-decoration:none;
	float:left
}
.bigtext a:hover {
	color:#0000CC
}
/*columns*/
.column_one {
	width: 235px;
	float:left
}
.column-two {
	width:236px;
	float:left;
	font-size:10px;
	padding-bottom:20px;
}
.border {
	width:1px;
	height:308px;
	border-left:1px dashed #BBBBBB;
	float:left
}


/*footer*/


/*FORMS*/
.textfieldhw {
width:190px;
height:13px;
}

.textfieldhalf {
width:86px;
height:13px;
}

.checkboxdiv {
height:20px;
}

form input {
	font-size:10px
}
form select {
	font-size:10px
}
.form1 {
	font-size:10px;
	padding:8px 0 0 3px
}
.form2a {
	font-size:10px;
	padding:8px 0 0 9px
}
.form2 {
	font-size:10px;
	padding:0 0 0 9px
}
.form3 {
	font-size:10px;
	padding:8px 0 0 9px
}
.formLocator {
	font-size:12px;
}
.nobreak {
	white-space:nowrap;
}
.radios {
	margin:0;
	padding:0;
}
.radios li {
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
}

#request_footer {
	width:700px;
	height:45px;
	/*border-top:1px solid #333333;*/
	/*float:left;*/
	border-bottom:1px solid #eee;
	font-size:10px;
	padding:1px 0 10px 0;
	margin:0;
}



.clear {
	clear: both;
	line-height:0;
	font-size:0;
	height:0;
	padding:0;
	margin:0;
}

