@charset "utf-8";
/* CSS Document */

#header
{
	visibility: hidden;
	display: none;
}

#menu
{
	visibility: hidden;
	display: none;
}

#sidebar1, #sidebar1Subpage
{
	visibility: hidden;
	display: none;
}

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

#printContainer
{
	font-size: 1.1em;
	padding: 0 0 1em 1em;
}

h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 2em;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 1.5em;
}
h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 1.3em;
}

p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1em 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	line-height: 1.4em;
}

img {
	border: 0;
}

A:link {color:#990000; text-decoration: none;}
A:visited {color:#990000; text-decoration: none;}
A:active {color:#990000; text-decoration: none;}
A:hover {color:#990000; text-decoration: underline;}

.borderBottomExt, .fileCategorySpacing, .borderBottom
{
	padding-top: .5em;
}

.faqTitleCollapsed, .fileItem
{
	padding-top: .3em;
	padding-bottom: 0.2em;
}

.faqAnswerCollapsed
{
	padding-bottom: 0.5em;
}

.indentedContent
{
	visibility: hidden;
	display: none;
}
.imgContainer {
	padding-top: 15px;
	float: left;
}
.imgOutline {
	border: none;
	padding: 0;
}
.imgItem {
	padding: 0 10px 10px 0;
	float: left;
}
.clearLeft {
	clear: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}