﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px none #FFFFFF;
	background-color: #DFDFFF;
}
.tablelayout {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border: 0 none #FFFFFF;
	background-color: #FFFFFF;
}
td {
	vertical-align: top;
}
* {
	padding: 0px;
	margin: 0px;
}
#table1 {
	border: 2px solid #800080;
	background-image: url('../images/MomsInc Logo.jpg');
	background-repeat: no-repeat;
	height: 100px;
	background-position: right;
	width: 469px;
	background-color: #FFFFDF;
}
#table2 {
	border: 1px solid #800080;
	background-color: #ECECFF;
	margin-bottom: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
#table2 ul {
	list-style-type: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	float: right;
}
#table2 li {
	float: left;
}
#table2 a {
	border-style: solid;
	border-width: 1px;
	border-right-color: #660066;
	border-left-color: #660066;
	text-decoration: none;
	display: block;
	margin-right: 1px;
	padding: 5px;
	border-bottom-color: #660066;
	border-top-color: 660066;
}
#table2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCFF;
}


