/******************************************************************************/
/*
 *	Default cascading style sheet
 *
 *
 *	Written by: Tony Cratz cratz@hematite.com
 */
/******************************************************************************/


/* set-up the default form body */
body {
	background: url(images/webground_lightcolors_000749.jpg);
	color:		black;
	font-family:	TimeNR, , 'New Time Roman', serif;
}

/* set up the default color for links */
a:link {color: blue;}
a:visited {color: darkgreen;}
a:hover  {color : yellow;}
a:active {color: yellow;}

/* paragraph indent */
p.indent {text-indent: 1em;}

p {
	margin-left: 1em;
	margin-right: 1em;
}

p.left {
	float: left;
}


p.right {
	float: right;
}
div.base {
	position: realtive;
}

/* set up the header block at the top of the screen */
div.logoarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 125;
	height: 100;
	background: url(http://sfsfc.org/back0.gif);
}

div.header {
	position: absolute;
	left: 125;
	top: 0;
	height: 100;
	max-width: 95%;
	width: 100%;
	background: url(http://sfsfc.org/back0.gif);
}

div.sidebar {
	position: absolute;
	top: 100;
	left: 0;
	width: 125;
	height: 100%;
	background: url(http://sfsfc.org/back0.gif);
}

div.sidebar1 {
	position: absolute;
	top: 100;
	left: 0;
	width: 125;
	height: 170%;
	background: url(http://sfsfc.org/back0.gif);
}
div.main {
	position: absolute;
	top: 100;
	left: 100;
	max-width: 95%;
	width: 100%;
	height: 100%;
}

div.inner {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	heigth: 100%;
}

div.footer {
	position: absolute;
	top: 95%;
	width: 100%;
	font-size: small;
}

/* define what the print page will look like */
@media print {
	body {
		background:     white;
		color:          black;
	}
}

