/** 
 * Styles Stylesheet
 * ---------------------------------
 * This style sheets imports all other major style sheets for the site templates.  Styles should be labeled according to use or top
 * level html element name. The styles should be incremented. 
 * Example:
 *    .list1 - A list with round bullets and green font
 *    .list2 - A list with squar bullets and orange font
 *
 * Headers
 * -------
 * Headers should be indexed by the level they are on the site. For multple variates append
 * the font name, size, color, weight, etc. Example:
 *   .header1_verdana_14_blue
 *   .header1_verdana_16_blue_bold
 *   .header1_times_12_blue
 *   .header2_verdana_12_blue
 * In this example .header1_verdana_14_blue should never be used unless it is at the top of a page &
 * .header2_verdana_12_blue should never be used at the top of the page. It should alwaysfollow a
 * .header1_<attr> style. Consequantly .header3_verdana_12 needs to follow a .header2_<attr>
 * 
 */
 
 @import url('/css/styles_links.css');
 @import url('/css/styles_structure.css');
 @import url('/css/styles_text.css');
 @import url('/css/nav1_main.css');
 @import url('/css/ec_styles.css');


 body {
 font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
	line-height:18px;
 	background-color:#FFFFFF;
 	background-image:url(/images/background.jpg);
 	background-repeat:repeat-x;
 	padding:0;
	margin:0;
} 

P {
 margin:0px 0px 10px 0px;
 
 }

ul {
	margin:5px 0px 0px 15px;
	padding:5px 0px 0px 15px;
	line-height:20px;
	list-style:square;
}

ul ul {
list-style-type:circle;
margin-bottom:5px;



}


 .list1 {
 
 }
 
 .list2 {
 
 }
 

 
 h1 {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 15px 0px;
	line-height:24px;
	color:#CB0000;
 }
 h2 {
 
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
 	margin:25px 0px 2px 0px;
 	line-height:20px;
	color:#002D73;
}
 h3 {
 
	font-size:12px;
 	margin:0;
 	line-height:18px;
	color:#CB0000;
} 
h4 {
 
	font-size:11px;
 	margin:0;
 	line-height:18px;
	text-transform:uppercase;
	color:#CB0000;
}
