/* Begin general typographic formatting */

h1 {
	font-size: 20px;
	color: #333333;
}

h2 {
	font-size: 18px;
	color: #333333;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	margin: 0px 15px 10px 25px;
	color: #333333;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
h5 {
	margin: 0px 15px 10px 25px;
	color: #333333;
	font: 15px Georgia, "Times New Roman", Times, serif;
}
h6 {
	margin: 10px 15px 10px 25px;
	color: #333333;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

p {
	color: #333333;
	margin: 0px 15px 10px 25px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 25px 10px 25px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	font-weight: bold;
}


/* Captioned pictures */
#copy .pict {
	margin-left: 50px;
}

#copy .pictcaption {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-right: 58px;
	text-align: right;
}


/* Begin article (#copy) typographic formatting */

#copy {
}

/* This adds the background image to the about page */
.aboutbgd {
	background: #FFFFFF url(images/for_about/about_bkgd2.jpg) no-repeat;
}

#copy p.first {
	text-indent: 0px;
}


/* NEY ADDS This for text para beside a floating photo -- sans extra prior space */
#copy p.brokenpara {
	text-indent: 0px;
	margin-top:-8px;

}

#copy p {
	line-height: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 25px;
	display: block;
}

#copy a {
	color: #4C5C8C;
	text-decoration: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#copy a:link {
	color: #4C5C8C;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}

#copy a:visited {
	color: #4C5C8C;
	text-decoration: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#copy a:hover {
	color: #4A5EA5;
	text-decoration: underline;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

.dropthecap {
	float:left;
	margin-top:0px;
	color: #333333;
	padding-top:0px;
	font-size:86px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 84%;
	top: 0px;
	margin-right: 2px;
} 

	/* class selector for pullquote */
#copy p.pullquote  {
	text-align: center;
	font-style: italic;
	text-indent: 0px;
	margin-bottom: 10px;
}

	/* Use this pullquote tag selector/style vs. above pullquote class selector until we decide otherwise */
#copy pullquote  {
	text-align: center;
	font-style: italic;
	text-indent: 0px;
	line-height: 180%;
	color: #333333;
	display: block;
	float: none;
	margin-bottom: 10px;
}

    /* class selector for blockquote */
#copy p.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: justify;
	margin: 0px 75px 10px 75px;
	text-indent: 0px;
}
 
	/* Use this blockquote tag selector/style vs. above blockquote class selector until we decide otherwise */
#copy blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: justify;
	margin: 0px 75px 10px 75px;
	text-indent: 0px;
}

	/* class selector for cite */
#copy p.cite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	margin: 0px 75px 10px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	display: block;
	float: none;
}

	/* Use this cite tag selector/style vs. above cite class selector until we decide otherwise */
#copy cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	margin: 0px 75px 10px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	display: block;
	float: none;
}

/* Begin article intro typographic formatting */

#copy p.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
}

#copy p.introfirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	text-indent: 0px;
}
	/* This used for About pics in the table - may be obsolete once final About is done. */
#copy .piclinks a {
	color: #FFFFFF;
}


/* Space between sections */
.sectionsep {
	margin-top: 36px;
}

/* Space between pics/captions and text */
.picsep {
	margin-top: 18px;
}


/* This for any 'float right' pictures */
.introphoto {
	clear: none;
	float: right;
	margin-right: 25px;
	padding-left: 10px;
}


/* NEY ADDS This for any 'float right' pictures WITHOUT margin space on right */
.photoflushright {
	clear: none;
	float: right;
	margin-right: 0px;
	padding-left: 10px;
}

/* NEY ADDS This for any 'float left' pictures WITHOUT margin space on left */
.photoflushleft {
	clear: none;
	float: left;
	margin-left: 0px;
	padding-right: 10px;
}


/* Intro 'un-italic' for TNC in italic p */
.intronoitalic {
	font-style: normal;
}

#left {
	background: url(images/page_parts/home_left.gif) repeat;
}


/* Begin sidebar navigation typographic formatting */
#sidebar {
	font-style: normal;
}

#sidebar h1 {
	font-size: 12px;
	color: #ABABAB;
	margin: 0px 12px 5px 12px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

#sidebar h3 {
	font-size: 4px;
	color: #ABABAB;
	margin: 18px 12px 0px;
	border-top-style: solid;
	border-top-color: #ABABAB;
	border-top-width: 1px;
	padding-top: 2px;
}

#sidebar h2 {
	font-size: 12px;
	color: #ABABAB;
	margin: 20px 12px 5px 12px;
}

#sidebar a {
	color: #8C8C8C;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h2 a:link {
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: none;
}

#sidebar h2 a:visited {
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: none;
}

#sidebar h2 a:hover {
	font-size: 12px;
	color:#EEEEEE;
	text-decoration: none;
}

#sidebar p{
	font-size: 11px;
	color:#EAEAEA;
	margin: 12px 6px 5px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 240%;
	font-style: italic;
}

#sidebar p a:link {
	font-size: 12px;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
}

#sidebar p a:visited {
	font-size: 12px;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
}

#sidebar p a:hover {
	font-size: 12px;
	font-weight: normal;
	color:#EEEEEE;
	text-decoration: none;
}

/* Begin table of contents typographic formatting */
#tableofcontents {
}

#tableofcontents p {
	font-size: 14px;
	color:#333333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}

#tableofcontents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


#tableofcontents p a:link {
	font-size: 14px;
	color: #4C5C8C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#tableofcontents p a:visited {
	font-size: 14px;
	color: #4C5C8C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#tableofcontents p a:hover {
	font-size: 14px;
	color: #4A5EA5;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#tableofcontents h4 a:link {
	font-size: 16px;
	color:#333333;
	text-decoration: none;
}

#tableofcontents h4 a:visited {
	font-size: 16px;
	color:#333333;
	text-decoration: none;
}

#tableofcontents h4 a:hover {
	font-size: 16px;
	color:#B1B1B1;
	text-decoration: none;
}

/* Begin Popup Note styles */


#popupnote p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	line-height: 180%;
	text-indent: 25px;
}

#popupnote .popupfirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	line-height: 180%;
	text-indent: 0px;
}

#popupnote h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

#popupnote .popuppictcaption {
	color: #666666;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-right: 72px;
	text-align: right;
}
#uc_left {
	background: url(images/for_underconstruc2/uc_left.jpg) repeat-y;
}
.uc_right {
	background: url(images/for_underconstruc2/uc_right.jpg) repeat-y;
}

