body {
	text-align: center; /* needed by IE 5.x to center page */
	min-width: 770px;
	background-color: #FFF;
	color: #004378;
	font: normal 12px Arial;
	margin: 0px; 
	padding: 0px;
}
P, h1, h2, h3 {
	margin: 0px;
}
#container {
	width: 770px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background-image: url(/images/heading.jpg);
	height: 39px;
	text-align: right;
	padding: 20px 20px 0px 0px;
}
#subnav {
	background-image: url(/images/subnav.jpg);
	background-repeat: no-repeat;
	background-color: #edf3e9;
	width: 138px;
	padding: 9px;
	min-height: 641px;
	margin-bottom: 1px;
}
#subnav #anchorpoint {
	position: relative;
}
#subnav P {
	margin-bottom: 6px;
}
#support {
	position: absolute;
	left: 34px;
	top: 214px;
}
#subcontent {
	background-image: url(/images/subcontent.jpg);
	background-repeat: no-repeat;
	background-color: #dde8d4;
	width: 554px;
	min-height: 641px;
	padding: 24px 30px;
	margin-bottom: 1px;
	color: #004378;
	font: normal 14px Arial;
}
#subcontent P {
	margin-bottom: 10px;
}
.plan {
margin-bottom: 15px;
}
#footer {
	text-align:right;
	font-size:9px;
	color: #000;
	width: 770px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.nobr {
	white-space: nowrap;
}
ul {
	list-style-type: none;
	padding: 3px 0px;
	margin: 0px;
}
li {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.3em;
}
.bulletlist ul {
	list-style-type: disc;
	margin: 4px 0px 8px 1.5em;
}
.bulletlist li {
	background-image: none;
	padding-left: 0px;
}
a {
	color: #fd8333;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.large {
	color: #fd8333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.large:hover {
	text-decoration: underline;
}
a.homenav {
	color: #c96301;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1px;
}
a.homenav:hover {
	text-decoration: underline;
}