	body{
		background:#ffffff;
		margin:0px;
		padding:0px;
		color:#333333;
		font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		
	}
	a {	color: #0071e1;	background: inherit;}
	a:hover { color: #6C757A; background: inherit; }
	
	img {
		border: none;
	}
	.marginBottom {margin-bottom: -7px;}
	#titleBar{
		width:100%;	
		margin:0px auto;
		padding:5px 0 8px 0;
		font-size:1.1em;
		line-height:1.5em;
		background: #FFF;
		border-bottom:solid 2px #4d4d4d;
		
	}
	#small{
		positon:relative;
		padding-left: 5px;
		
	}
	
		
	#small2{
		positon:relative;
		float:right;
		margin-top: -20px;
		
	}
	#menuBar{
		positon:relative;
		float:right;
		margin-top: -15px;
		
	}
	#container {
		
			width: 1020px;
			\width: 1040px;
			w\idth: 1020px;
			border: 0px none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			
	}
	
	#banner {
		padding: 5px;
		margin-bottom: ;
		background-color: #FFFFFF;
	}

	#content {
		margin-top:30px;	
		padding: 5px;
		background-color: #FFFFFF;
	}

	#footer {
		clear: both;
		text-align: center;
		padding: 10px 0 10px 0;
		margin: 0;
		border-top: 1px solid #ccc;
		line-height: 1.8em;
	}
	
	/* left side
   --------- */

	.custFormLeft {
		float: left;
		width: 40%;
		margin: 0 0 10px 0;
	}
	
	#content .left {
		float: left;
		width: 20%;
		margin: 0 0 10px 0;
	}

	
		
	/* right side
	   ---------- */
			
	.custFormRight {
		float: left;
		width: 50%;
		margin: 0 0 10px 10px;
		
	}
	#content .right {
		float: left;
		width: 75.4%;
		margin: 10px 0 10px 10px;
		
	}
	
	
.clearboth{
	clear:both;
}

#page_text{
	padding: 10px 0px 10px 0px;
}

div.content-section {
	float: left;
	width: 680px;
	margin-left:250px;
}
div.side-section {
	float:left;
	width: 230px;
	
}

.align-right{
	text-align:right;
}


.change_client_btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.change_client_btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.change_client_btn:focus {
  outline: 1px dotted #666;
}
