﻿/**********************************/
/* This style sheet specifies the */ 
/* necessary formatting to ensure */
/* a friendly appearance when     */
/* printing a page                */
/**********************************/


#doc
{
/*
	width: auto;
	*width: auto;
	border-style: solid;
	border-bottom-width: thin;
*/
}

.MainMenu
{
	display: none;
}

#leftColumn
{
	display: none;
}

#hd, #bd, #ft
{
	width: 650px;
	*width: 650px;
	/*border: solid thin Black;*/
}

#bd
{
}

#rightColumn
{
	width: 100%;
	*width: 100%;
	float: none;
}

a:link, a:visited
{
	color: Black;
	text-decoration: none;
}