body {
	margin:0px 0px 0px 0px;
}

#holder{
	margin:0;
	position: absolute;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #003399;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #003399;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	font-style: normal;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #fff;
	list-style-position: outside;
}

/* Use this style to indent text rather than the blockquote tag */
.indent { padding-left: .5in;
}

/* Use this style to indent beneath text already indented */
.dblindent { padding-left: 1in;
}

/* styles the links and their hover effects */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: underline;
}


/* styles the privacy statement */
.privacy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

/* these styles position and format the three content areas */
div#mast {
	display: none;
}

div#printonly {
	top: 0;
	left: 0;
	position: absolute;
}

div#left {
	display:none;
	/*width: 2.5in;
	position: absolute;
	top: 1in;*/
}

/* class to tell left nav images not to print */
.noprint { display: none;
 }

div#text {
	width: 6.5in;
	/* background-image: url(images/main-page_03.jpg);*/
	position: absolute;
	top: 1in;
	left: .5in;
}

div#graybar {
	display: none;
}

div#access{
	display: none;
}

div#footer{
	display: none;
}

table.agenda {
	margin-left:auto;
	margin-right:auto;
	width:620px;
	border:0px;
}

td.session {
	border-bottom: 1px #6699CC dashed;
}

