body
{
	background: #283255;
}

#maintable
{
	align: center;
	width: 725px;
}

#header
{
	width: 725px;
}

#navbox
{
	background: #FCFFDD url('img/back_nav.jpg') repeat-y;
	color: #000;
	width: 179px;
}

dt
{
	font-size: 14px;
	font-family: verdana, sans serif;
	padding-top: 5px;
	padding-left: 8px;
}

dd
{
	font-size: 12px;
	font-family: arial, sans serif;
	padding-left: 2em;
	margin: 0;
}

dd a, dt a
{
	text-decoration: none;
	color: #000;
}

#contentbox
{
	width: 546px;
	border: 0;
	text-align: left;
	font-family: helvetica, arial;
	font-size: 12px;
	background: #fff url('img/back_content.jpg') repeat-y;
}

#calcontentbox
{
	width: 671px;
	border: 0;
	text-align: center;
	font-family: helvetica, arial;
	font-size: 12px;
	background: #fff url('img/back_calcontent.jpg') repeat-y;
}

#textformat		/*  all text in the content box  */
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#textformat a
{
	color: #283255;
}

img
{
	border: 0;
}

h1  /*  page titles  */
{
	display: inline;
	font-family: sharnay, arial;
	font-weight: bold;
	font-size: 24px;
	color: #283255;
}



