	BODY
		{
			font-family: Verdana, Arial;
			font-size: smaller;
		}




	.topbar
		{
			background: url(img/topbar.gif);
			width: 100%;
			height: 28px;
			padding-left: 4px;
			padding-top: 6px;
			line-height: 26px;
			color: #ffffff;
			font-weight: bold;
			font-style: italic;

		}

	.topbar_buttons
		{
			display: none;
		}




	.menuleft
		{
			float: left;
			width: 24%;
		}

	.content
		{
			position: absolute;
			left: 26%;
			width: 100%;
		}




	.content_header
		{
			font-family: Arial Narrow, Trebuchet MS, Arial;
			font-size: 20pt;
			font-style: italic;
			height: 20pt;
			border-bottom: 1px solid #000000;
			margin-bottom: 8pt;
		}

	.content_text
		{
			width: 100%;
			padding-left: 3%;
			margin-bottom: 24pt;
		}

	.content_subhead
		{
			font-size: larger;
			font-weight: bold;
		}

	.footer
		{
			margin-top: 24pt;
			border-top: 1px solid #cccccc;
			font-size: smaller;
			font-style: italic;
		}

	.byline
		{
			font-size: smaller;
			font-style: italic;
			margin-top: 2px;
			margin-bottom: 10pt;
		}




	.boxborder
		{
			border: 1px solid #000000;
			margin: 0px;
			padding: 0px;
		}

	.boxtitle_center
		{
			background: url(img/topbar.gif);
			margin: 1px;
			padding-top: 6px;
			line-height: 26px;
			color: #ffffff;
			font-weight: bold;
			text-align: center;
		}


	.boxtitle_left
		{
			background: url(img/topbar.gif);
			margin: 1px;
			padding-left: 4px;
			padding-top: 6px;
			line-height: 28px;
			color: #ffffff;
			font-weight: bold;
		}

	.boxcontent
		{
			margin: 2px;
			padding: 4px;
			margin-bottom: 16px;
		}



	