body
{
	
font-size: .9em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the conthorizNavbarainer in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DFCFB5;
	/*background-image: url(../images/nthsbg.gif);*/
	background-repeat: repeat-y;
}



.twoColElsLtHdr #container
{
	width: 900px;
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 18px auto 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 4px solid;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	border-color: #547645;
	border-width: 4px;
	border-style: solid;
}

.twoColElsLtHdr #header
{
	background: #FFFFFF;
	padding: 0 0px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColElsLtHdr #header .horizNavbar
{
	background: #082042;
	width: 900px;
	height: 32px;
	padding: 0 0px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: -3px;
	border-top: 6px #082042;
}

.twoColElsLtHdr #header .pagetitle h1
{
	margin: 0;
	color: #082042;
	padding: 15px 0 5px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #sidebar1
{
	float: left;
	margin-top: -3px;
	width: 150px;
	/* since this element is floated, a width must be given */
	background: #092142;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	/* top and bottom padding create visual space within this div */
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p
{
	margin-left: 10px;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.logoBand
{
	background-image: url(../images/nthc_logo_sm.gif);
	background-repeat: repeat-x;
	height: 100px;
	z-index: 10;
}

.twoColElsLtHdr #mainContent
{
	margin: 0 0em 0 12px;
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
	min-height: 900px;
}

.twoColElsLtHdr #mainContent .midContent
{
	font-size: 12px;
	padding: 12px;
	line-height: 1.25em;
}

.twoColElsLtHdr #footer
{
	padding: 0 10px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #54764F;
	font-size: 9px;
	text-align: center;
}

.twoColElsLtHdr #footer p
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
}

.twoColElsLtHdr #footer a:link
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
}

.twoColElsLtHdr #footer a:active
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
}

.twoColElsLtHdr #footer a:visited
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
}

.twoColElsLtHdr #footer a:hover
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
}

/* Miscellaneous classes for reuse */
.fltrt
{
	float: right;
	margin-left: 8px;
}

.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.times
{
	text-align: right;
	white-space: nowrap;
}

.topics
{
	color: #003366;
	font-weight: bold;
}

.eyebrow
{
	font-size: 14px;
	font-style: italic;
}

.prog_info
{
	font-size: 16px;
	font-weight: bold;
	line-height: 155%;
}

.proginfo
{
	font-size: 18px;
	font-weight: bold;
}

.program_info
{
	font-size: 18px;
	font-weight: bold;
}

.sponsors
{
	font-size: 14px;
	font-weight: bold;
}

.times
{
	text-transform: inherit;
	white-space: nowrap;
	text-align: right;
}

.time
{
	text-transform: inherit;
	white-space: nowrap;
	text-align: right;
}

.boldred
{
	font-weight: bold;
	color: #008000;
	font-size: 14px;
}

.white { color: white; }
#spacer { height: 600px; }

.grayborder
{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.fieldlabel
{
	background-color: #666666;
	color: white;
	font-size: 12px;
	text-align: right;
	padding: 6px;
}

#legend { font-size: 10px; }

.hr
{
	border-color: #666666;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.smiles
{
	font-size: 14px;
	line-height: 18px;
}

.smiles li
{
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.fourteen
{
	font-size: 14px;
	line-height: 18px;
}

.sixteen
{
	font-size: 16px;
	line-height: 125%;
}

.photoRight
{
	padding: 8px;
	float: right;
}

.photoLeft
{
	float: left;
	padding: 8px;
}

.navLeft
{
	border-top: 1px white solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height: 26px;
	display: block;
}

.faqs { font-weight: bold; }

/* under layer */
ul#mainnav
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

/* top layer */
ul#mainnav li
{
	background-color: #092142;
	padding: 3px;
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid none none none;
	font-weight: normal;
	font-size: 12px;
	list-style: none;
}

ul#mainnav li a:link
{
	text-decoration: none;
	display: block;
	background-color: #092142;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

ul#mainnav li a:visited
{
	text-decoration: none;
	display: block;
	background-color: #092142;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

ul#mainnav li a:active
{
	text-decoration: none;
	display: block;
	background-color: #092142;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

ul#mainnav li a:hover
{
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #000000;
	padding: 3px;
}

/* top layer hover color
ul#mainnav li a:hover
{
	background-color: white;
	color: black;
	padding: 3px;
	display: block;
}*/

.PageTitle
{
	font-size: 38px;
	line-height: 110%;
	color: #092142;
}

#welcomeText {width:865px;}

.welcome
{
	font-size: 24px;
	line-height: 160%;
	color: #092142;
	font-weight: bold;
	font-style: italic;
}

.largerType
{
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	font-style: italic;
}

.fieldLabel { background-color: #DFCFB5; }

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #092142;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #092142;
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #092142;
	font-weight: bold;
}

.noteBorder
{
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width: 450px;
}

#rightBoxContainer
{
	float: right;
	border-color: white;
	border-width: 8px;
	border-style: solid;
}

#rightBox
{
	width: 200px;
	padding: 0px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.rightBoxheadOne
{
	font-size: 14px;
	font-weight: bold;
	background-color: #082042;
	width: 196px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
}

.rightBoxhead
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
	width: 196px;
	padding: 2px;
	text-align: center;
	color: #082042;
}

.rightBoxtext
{
	width: 191px;
	padding: 4px;
	font-size: 12px;
	line-height: 135%;
	border-color: #ccCCCC;
	border-width: 1px;
	border-style: solid;
}

a.pdfDoc, span.pdfDoc
{
	background-color: transparent;
	background-image: url("../images/adobeicon.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding-left: 15px;
}

#contentColOne
{
	width: 320px;
	float: left;
	
}

#contentColTwo
{
	float: left;
	width: 550px;
	padding-left: 12px;
	margin-top: -20px;
	font-size: 100%;
}

#contentColTwo p {font-size: 12px;}







.infoBoxHead
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
	/*width: 196px;*/
	padding: 2px;
	text-align: center;
	color: #082042;
}

.infoBoxText
{
	/*width: 191px;*/
	padding: 4px;
	font-size: 12px;
	line-height: 125%;
	border-color: #ccCCCC;
	border-width: 1px;
	border-style: solid;
}




