/*
	NS4 doesn't do well with added colors because of the extra
	padding added inside each block element. So colors are
	imported. This theme file will, thus, contain mostly font
	stuff.
 */
@import "rouge-colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, "Homerton", sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn a:link
{
	color: #600;
}
#innerLeftColumn a:visited
{
	color: #655;
}
#innerLeftColumn a:active
{
	color: #855;
}
#innerLeftColumn a:link, a:visited, a:active
{
	text-decoration:none;
	margin: 1em 0 0 0;
}
#innerLeftColumn h3
{
	color: #066;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: verdana, "Homerton", sans-serif;
}
#innerContentColumn h1,h2,h3
{
	color: #000;
}

/*** Masthead ***/
#masthead h1
{
	font-family: verdana, "Homerton", sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: verdana, "Homerton", sans-serif;
}

/* special styles for getting floating to work */
br.all
{
	clear: both;
}

img.right
{
	float: right;
}
