/* HTML Tag Definitions */
body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
p { font-family: "Times New Roman", Times, serif; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 14pt; color: #000; }
h2 { font-size: 13pt; color: #000; }
h3 { font-size: 13pt; color: #333; }
h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #333; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
img { border: none; }

/* Useful Class Definitions */
.printonly { display: none; }
.breakbefore { 
	page-break-before: always;
	page-break-after: avoid;
}
.clear_line {width: 0px; margin: 0px; padding: 0px; border: 0px; height: 0px; line-height: 0px; clear: both; display: block;}
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
ul.nobullet { list-style-type: none; }

.image_container {
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: .8em;
}

/* Site Content Container, a holder for Site Specific Content */
#siteContainer {
	margin: 0px;
	padding: 0px;
	width: auto;
	}
	
/* Content Container (keeps all the pieces in place) */
#whole, #full_column, #multi_column_container, #multi_column_left, #multi_column_right { margin: 0px; padding: 0px; }

/* Site Navigation */
#siteMenu { display: none; }

/* Footer */
#siteFooter { display: none; }