body
{
	background-color: #ECECEC;	
}

#page-container
{
	text-align: center;
	margin: 0 auto 0 auto;
	width: 600px;	
}

#page
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

	padding: 70px 0px 5px 5px;
	
	
	background: white url(banner.jpg) no-repeat top center;
	
	border: 1px solid #CCCCCC;
}

#trail
{
	font-size: 80%;
	padding: 2px 0px 4px 0px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	background-color: #FCFCFC; 
}

a 
{
	text-decoration:none;
	color: #9D0428;
}

a:hover 
{
	color:#757678;
	text-decoration:underline;
}

#page div
{
	margin: 0 5px 10px 5px;
}

p
{
	font-size: 95%;
	line-height: 125%;
	margin-left: 5px;
}

p.toplink
{
	font-size: 70%;
	text-align: right;
}

#footer
{
	background: white url(bar.gif) top center no-repeat;
	padding-top: 10px;
	text-align: center;
	font-size: 60%
}

h3
{
	font-size: 100%;
	padding: 2px 5px 3px 5px;
	background-color: #788D9F;
	color: white;	
}

ul
{
	font-size: inherit;
}

ul.feature-list
{
	list-style-image: url(feature-bullet.gif);
}

ul.navigation-list
{
	list-style-image: url(nav-bullet.gif);
}

li
{
	margin-bottom: 10px;
}

.gray-info
{
	color: #777777;
	font-size: smaller;
}