body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	width: 760px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #800080;
}
a:active {
	color: #FF0000;
}
#freeplans2 {
	float: right;
	text-align: center;
	margin-top: 10px;
}
#freeplans1 {
	float: left;
	text-align: center;
	margin: auto;
	width: 390px;
	margin-top: 50px;
}
#freeplans3 {
	clear: both;
	padding: 10px;
}

#container0  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 149px;
	background-image: url(images/header_background.jpg);
	text-align: center;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0 0 0;
	font-size: 45px;
}
#header h2 {
	font-size: 16px;
}
.navbar  {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	line-height: 18px;
	background-color: #5D8AD4;
	padding: 3px 0px;
	border-top: 1px solid #000;
	border-right: 1px none #000;
	border-bottom: 1px solid #000;
	border-left: 1px none #000;
}
.navbar a   {
	padding-right: 10px;
	padding-left: 10px;
}
#Container2 {
	background: #FFF;
	float: left;
	width: 760px;
	overflow: hidden;
	clear: left;
}
#Container1 {
	background: #5D8AD4;
	float: left;
	width: 760px;
	position: relative;
	right: 573px;
}
#col1 {
	float: left;
	width: 172px;
	position: relative;
	left: 580px;
	overflow: hidden;
}
#col1 h3  {
	font-size: 16px;
	text-align: center;
}
#col1 p {
	font-size: 12px;
	text-align: left;
}
#col1 #instructions {
	font-size: 10px;
}
#col1 #SignUp {
	border: 1px solid #000;
}
#col1 #SignUp .signupframe tr td label {
	font-size: 12px;
}
#col1 #SignUp .signupframe tr td input {
	font-size: 10px;
}
#col1 p i {
	color: #FF0;
}
.signupframe #submit {
	font-size: 16px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#col2  {
	float: left;
	width: 549px;
	position: relative;
	left: 600px;
	overflow: hidden;
} 

#footer  {
	background:#DDDDDD;
	clear: both;
} 
#footer p {
	padding: 2px 10px;
	margin: 0px;
	font-size: 9px;
}
#Profiles_Table {
	border: thin solid #000;
	margin: auto;
	border-collapse: collapse;
	width: 90%;
	font-size: 12px;


#Profiles_Table tr td {
	padding: 1px 3px;
}
#ContourList li {
	margin-bottom: 12px;
}
