/*
	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 "aqua-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 h3
{
	font-family: "Verdana", "Homerton", sans-serif;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn a:link
{
	color: #006;
}
#innerLeftColumn a:visited
{
	color: #566;
}
#innerLeftColumn a:active
{
	color: #588;
}
#innerLeftColumn a:link, a:visited, a:active
{
	text-decoration:none;
	margin: 1em 0 0 0;
}
#innerLeftColumn h3
{
	color: #600;
	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;
}

img.headshot
{
	padding-left:10px;
}

table.centered
{
	margin-left:auto;
	margin-right:auto;
}
