@charset "iso-8859-1";

/*******************************************************************************
*  st_gargoyles_v4.css : 2004.08.30
* -----------------------------------------------------------------------------
*  Version 4  browser specific stylesheet (primarily for IE4 & NN4)
*
*  This CSS will be seen by all browsers. So it is important that everything
*  defined in this stylesheet is redefined in st_gargoyles.css. Otherwise we
*  run the risk of a v4 style cascading down to a  v5 or better browser, which
*  could break the layout.
*******************************************************************************/

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	color: #000;	
}
#outerColumnContainer
{
	padding-left: 200px;
}
#leftColumn
{
	position: absolute;
	left: 0;
	top: 20px;
	width: 100px;
}
#leftColumn .inside
{
	padding: 0 10px;
}
.leftBlock
{
	margin: 10px;
}
.leftBlock ul, .leftBlock ul li
{
	margin: 0;
	list-style-type: none;
}
.leftBlock ul li
{
	padding-bottom: 5px;
}

.leftBlock h3
{
	font-size: 110%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#masthead h1
{
	font-size: 120%;
	text-align: right;
	margin: 0;
}
#masthead h2
{
	font-size: 200%;
	text-align: center;
	margin: 0;
}

a, a:link, a:visited, a:active
{
	color: #009;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
.clear
{
	clear: both;
}
#leftColumn .hide
{
	display: none;
}

td, th
{
	vertical-align: top;
}
.bookmark
{
	float: right;
}
.bookmark a
{
	color: #000;
}
.bookmark img
{
	border-width: none;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer
{
	text-align: center;
}


