/* Colors 

#16385F Blue
#900 Red
#fff4c6 Yellow
#608341 Green

*/

/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h5, h5{ font-weight:bold } /* This helps to identify headings at the initial build stage */


a {color: #900; text-decoration: none;}
a:hover {color: #16385F; font-weight: bold;}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:bold;
	margin-bottom: 10px;
	color: #900;	
}
/* NOTE:  #head2 should be the same setting as h2 */

#hd2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:bold;
	margin-bottom: 10px;
	color:#900;	
}


h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:bold;
	color:#16385F;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:bold;
	margin-bottom: 10px;
	color:#900;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#036;
	line-height: 22px;
	margin-bottom: 10px;
}


p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 140%;
	margin-left:5px;
	margin:1em 0;
}

