/* CSS Document */
@import "stylesheet.css"; 

/* alter some HTML elements' default style
 */

a.bold
{
	color: #450D0D;
	font-weight: bold;
	text-decoration: none;
}
a.bold:visited
{
	color: #450D0D;
	font-weight: bold;
	text-decoration: none;
}
a.bold:hover
{
	color: #450D0D;
	text-decoration: underline;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
dl
{
	margin-left: 1em;
}
h1
{
	font-size: 130%;
	color: #C56800;
}
h2
{
	font-size: 100%;
	color: #450D0D;
}
h3
{
	font-size: 95%;
	color: #450D0D;
}
h4
{
	font-size: 130%;
	color: #C56800;
}
h5
{
	font-size: 100%;
	color: #450D0D;
}
h6
{
	font-size: 95%;
	color: #450D0D;
}


#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	padding: 10px 0 20px 0;
	width: 100%;
	z-index: 5;
	background-color: #ffffff;
}

#leftColumn
{
	float: left;
	margin: 0 1px 0 -14em;
	padding: 10px 0 0 0;
	width: 14em;
	z-index: 4;
}
#leftColumn .inside
{
	font-size: 95%;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	padding: 0px;
	z-index: 2;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 95%;
	padding: 10px 10px;
}
#rightColumn .inside ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.date
{
	font-size: 90%;
	color: #564C45;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}
.faxlist
{	
	list-style-type: none; 
	padding-left: 0;
	margin-left: 2;
	padding-top: 0;
	margin-top: 10;
}
.faxlist a
{
	text-decoration: none;
	color: #450D0D;
	font-weight: bold; 
}
.faxlist a:hover
{
	color: #450D0D;
	text-decoration: underline;
}
.smallfont
{
	font-size: 90%;
	color: #564C45;
	text-decoration: none;
}

	

			
