﻿body, html, form, div
{
	margin: 0;
	padding: 0;
}

body, html, form, div#container, table#container, td#content table
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}

#breadcrumbCell
{
	border-bottom: 1px solid lightgrey;
	padding:4px;
	width: 33%;
}

#printCell
{
	border-bottom: 1px solid lightgrey;
	padding:4px; 
	padding-right:20px;
	width: 33%;
}

#topicInfoCell
{
	border-bottom: 1px solid lightgrey;
	padding:4px; 
	width: 33%;
}

#footer
{
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

#searchContainer
{
	font-size: 80%;
}

#searchTitle
{
	text-align: center;
	padding-bottom: 5px;
	color: Blue;
}

/* Content Specific Styles */
#content H1
{
	font-size: 165%;
	margin: 0;
}

#content H2
{
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0px;
}

#content H3
{
	font-size: 115%;
	margin-bottom: 0px;
}

#content H4, H5, H6
{
	font-size: 100%;
	margin-bottom: 0px;
}

#content P
{
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

#content HR
{
	color: #CCCCCC;
	height: 1px;
}

#content UL
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content OL
{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content UL LI
{
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#content UL LI LI
{
	list-style-type: disc;
}


#content OL LI
{
	margin-bottom: 0.7em;
}

