#rightSide
	{
		float:right;
		width:210px;
		margin:0 10px 0 20px;
		padding-bottom:10px;
	}

#main ul
	{
		margin-left:50px;
	}

#main li
	{
		list-style-type:square;
		padding-bottom:5px;
	}

#previousClients
	{
		width:245px; 
		margin-top:10px; 
		float:left; 
		height:200px;
	}

#profileBookletArea
	{
		width:205px; 
		margin-top:25px; 
		margin-left:300px; 
		padding-bottom:20px;
	}

.question
	{
		text-transform:uppercase;
		font-weight:bold;
	}

.light
	{
		background-color:#d8d8ab;
	}

#rightSide p
	{
		padding:5px 0;
		margin:5px 12px;
		font-size:90%;
	}

#rightSide .headline
	{
		font-size:100%;
		border-top:1px dotted gray;
		border-bottom:1px dotted gray;
		color:#4d0201;
	}

.label
	{
		text-transform:uppercase;
		padding:0;
		margin:0;
		padding-bottom:1px;
		margin-top:5px;
	}

#formFields li
	{
		list-style-type:none;
	}

.textField
	{
		background-color:white;
		border:none;
	}

.buttons
	{
		margin-left:413px;
		margin-top:10px;
		padding-bottom:20px;
	}

form
	{
		margin-left:-30px;
	}

.button
	{
		background-image:url(images/submitBg.gif);
		color:white;
		border:1px solid #4d0201;
		cursor:pointer;
		height:25px;
	}

#leftSide
	{
		width:525px;
		margin-left:20px;
	}

#leftSide h1, #leftSide .headline
	{
		margin-top:15px;
		border-bottom:1px dotted gray;
		padding:3px 0; 
		margin:15px 0 10px 0;
	}

.subhead
	{
		padding-top:0;
		margin-top:0;
		color:#4d0201;
		font-size:90%;
		font-weight:bold;
		text-transform:uppercase;
		margin-right:10px;
		
	}