.todoContent .leftContent				{float: left; width: 580px; font-size: smaller;}
.todoContent .leftContent a:link,
.todoContent .leftContent a:visited		{color: #856363; text-decoration: underline;}
.todoContent .leftContent a:hover		{color: #ffffff; background-color: #856363;}
.todoContent .leftContent .header		{margin: 9px 0 0 9px;}				
.todoContent .leftContent .header img	{display: block;}
.todoContent .leftContent .content		{margin: 10px 0 0 20px;}
.todoContent .leftContent .textbox		{margin: 0 5px 0 5px;}
.todoContent .leftContent .button		{color: #99cc99; border: 1px solid #99cc99; background-color: #ffffff; display: block;}
.todoContent .leftContent .message		{color: #856363; font-size: large; font-weight: 500;}
.todoContent .rightContent				{float: right; height: 500px; width: 205px; margin: 50px 42px 0 0;}
.todoContent .rightContent .container			{margin: 30px 0 0 0;}
.todoContent .rightContent .rightImageContainer				{float: right;}
.todoContent .rightContent .rightButton						{float: right; width: 49px; height: 200px; margin-top: 100px; margin-bottom: auto;}

div.editPopup								{clear: both; border: 1px solid #99cc99; background-color: White; width: 500px; font-size: small; overflow: auto;}

div.editPopup .title						{margin: 0; font-size: medium; background-color: #99cc99; padding: .3em;}
div.editPopup div.content					{margin: .5em; clear: both;}

div.editPopup .content input.state			{width: 30px;}
div.editPopup .content input.zip			{width: 60px;}

div.editPopup .content .buttons					{margin: 20px 0 0 0;}

div.editPopup .content .inlineContainer			{display:inline;}

.largeLink									{font-size: large; font-weight: 300;}
table							{width: 780px;}
td								{width: 50%;}