/* typography.css */
/* 
	TC Orange: E96B12
	TC Blue: 21007B
*/

body { 
	font-family: Verdana, sans-serif; color : #000; font-size: 12px; }

.orangetype {
	color : #F57712;
	}

.orangeitalic {
	font-style: italic;
	color : #F57712;
	}
.orangebold {
	font-weight : bold;
	color : #F57712;
	}
	
.boldorangeitalic {
	font-weight : bold;
	color : #F57712;
	}

/* photocaption moved */

.tcform{
	font-family: Verdana, sans-serif; color : #000; font-size: 11px;
	}

h2, h3, p, blockquote {  /* ul, */
	margin-bottom : 20px; 
	}
h2, h3 {
	font-family: Times New Roman, serif;
	font-size : 25px;
	font-weight : 400;
	color : #21007B;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color : #F57712;
	margin-top : 10px;
	margin-bottom : 10px;
	}
h5 {
	font-weight: normal;
	font-size: 12px; /*80%*/
	margin-bottom : 10px;
	margin-top: 10px;
	}
ol {
	padding-left : 0px; /*25px; */
	margin-left : 25px;
	}
ol li 
{	padding-top:4px; 
}

ol li ol { margin-left:15px; }

ul.tc_list {
	list-style-position: outside;
	padding-left : 0px; /*25px; */
	margin-left : 25px;
	color:#F57712;
	}
ul.tc_list li 
{	padding-top:6px; 
}
ul.tc_list li span { color:#000; }

ul.tc_list li ul.tc_list { margin-left:15px; }
ul.tc_list li ul.tc_list li { padding-top:4px; }


ol.tc_olist {
	padding-left : 0px; 
	margin-left : 25px;
	color:#F57712;
	}
ol.tc_olist li 
{	padding-top:6px; 
}
ol.tc_olist li span { color:#000; }

ol.tc_olist li ol.tc_olist { margin-left:15px; }
ol.tc_olist li ol.tc_olist li { padding-top:4px; }


p	{ 
	font-size : 100%; 
	}
h2+p { 
	font-size : 100%; }

div#navsec p { 
	font-size : 11px;
	line-height: 12px;
	color : #000;
	}

/* this next style creates the white space around the choices in the side navigation */

div#navsec li {
	margin-top: 0px;
	padding-top : 0px;
	margin-bottom: 0px;
	padding-bottom : 0px;
	}
div#navsec li p{
	padding-top: 6px;
	margin-left: 15px;
	margin-bottom : 0px; 
	padding-bottom: 0px;
	}
div#navmain li { 
	font-size : 11px;
	color : #000; 
	} 



