body {
	margin: 0; 
	background-color: #fafcfc; 
	text-align: center; 
	font-family: verdana, arial, sans-serif; 
}

form {
	margin: 3px 0 1px 0;
}

div#outerDiv {
	margin: auto;
	max-width: 800px;  /* For Common Sense Browsers */
	width: expression(document.body.clientWidth>800?"800px":"auto");  /* For MS IE */
}
div#headerDiv {
	margin: auto; 
	background: white url(final.jpg); 
	position: relative; 
	width: 100%; 
	height: 103px; 
}
div#menuDiv {
	margin: auto; 
	background-color: #1a7474; 
	width: 100%; 
	height: 40px; 
	text-align:left;
}
div#contentDiv {
	margin:auto; 
	background: white url(content.gif) top center no-repeat; 
	width: 100%; 
	text-align: center;
}
div#copyrightDiv {
	margin: auto; 
	position: relative; 
	background: white url(copyright.gif) repeat-x; 
	width: 100%; 
	height: 69px; 
}

div.textDiv {
	margin:auto;
	border: dashed #e0e0e0 1px; 
	padding:18px 30px; 
	background-color: #fdfdfd; 
	font-size:11px;
}

div#menuDiv th {
	color: #e3ffee; 
	font-size: 11px;
	padding: 0 22px; 
}
div#menuDiv a:link, div#menuDiv a:visited, div#menuDiv a:active {
	color: white;
	text-decoration:none;
}
div#menuDiv a:hover {
	color: white;
	text-decoration: underline;
}

table#plans {
	margin: auto; 
}
table#plans th, table#plans td {
	font-size: 11px;
}
table#plans td {
	border: #e0e0e0 solid 1px; 
	background-color: white;
	padding: 3px 9px;
}


b {
	font-size: 13px;
}