body
{
	background-color: #ffffff;
	margin: 0px 15px 0px 0px;
}

.navBar
{
	background-color: #185AC6;
}

.layoutLines
{
	background-color: #cccccc;
}

a:link { color: #185AC6 }
a:visited { color: #12409c }
a:active { color: #ffc703 }
a:hover { color: #1f65ff }

.TOCEntry, h1, h2, h3
{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
}

h1
{
	font-size: 300%;
	text-align: center;
	color: #999999;
	white-space: nowrap;

	margin: 0px;
}

.TOCEntry, a:link.TOCEntry, a:visited.TOCEntry, a:active.TOCEntry, a:hover.TOCEntry
{
	font-size: 120%;
	color: #cccccc;
	text-align: right;
	text-decoration: none;
}

a:hover.TOCEntry
{
	color: #ffffff;
}

.content, .lowerTOC
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.lowerTOC
{
	font-size: 75%;
	text-align: center;
	border-top: solid 1px #999999;
}

h2, h3
{
	color: #999999;
	background: #ffffff no-repeat left center;
}

h2
{
	font-size: 250%;
	background-image: url(/Images/SunflowerCorner.gif);
	padding: 5px 5px 5px 35px;
}

h3
{
	font-size: 200%;
	background-image: url(/Images/SunflowerCorner-Smaller.gif);
	padding: 5px 5px 5px 25px;
}

img.framed
{
	border: solid 2px #999999;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#cccccc', Positive='true');
}

.smaller
{
	font-size: 90%;
}