body { font-family: Arial, sans-seif; font-size: 12px;  padding: 0px 0px 0px 0px;}

/* set global tag selector styles
 * IMPORTANT: THESE MUST BE OVERRIDDEN IN MODULES, NAVS ETC */
		p, li, textarea, td, th, div, span, blockquote  { color:#676767; }
		p, li, textarea, blockquote { }
		p, li, textarea  { margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; padding: 5px 8px 0px 8px; }

		.content { text-align: left;  padding: 10px 10px 10px 10px; }
				
/* ----------- global header styles ----------- */
		h1, h2, h3, h4, h5, h6 { color:#768dc1; margin-bottom:10px; } /* this sets global color for ALL headers  */
		h1 { font-size:23px; display:block; color:#aaa; margin-bottom:20px; font-weight:normal; line-height:30px; }
		h2 { font-size:14px; }
		h3 { font-size:14px; }
		h4 { font-size:14px; }
		h5 { font-size:12px; color:#676767; font-weight:bold; }

		.white { font-size:11px; color:#ffffff;  font-weight:bold; }
		
/* ----------- global inline link style ----------- */	
		a,
		a:visited,
		a:active { color:#FF7200; text-decoration:none; }
		a:hover { text-decoration:underline; }



/* ----------- global rules ----------- */
		div.dashedRule { height:1px; width:100%; background:url(/images/global/dashed-line.gif) repeat-x; }

		

		
		
		/** 
 * IE show #text nodes in, this adds some line-height, floating them cause them to go away
 * but there's no reason to float cause of design, therefore clear it right after to not really do anything
 */
.sideNav ul, .sideNav ul li, .sideNav ul li a { float: left; clear: left;  margin: 0px 0px 0px 6px; list-style: none; padding: 0px 0px 0px 0px; 	 }

.sideNav a { color:#ffffff; }

.sideNav a:visited, a.active, .sideNav a.active:hover {  color: #ffffff; }

/* level 1 */
	.sideNav { background-color: #5b68ae; width: 175px; margin: 0px 2px 15px 0px; list-style: none; color: #ffffff text-decoration: none;}
	.sideNav a:hover { text-decoration: underline; color: #ffffff; }
	.sideNav ul li { 	border-bottom: 1px solid White; padding-left: 0px; padding-bottom: 10px; padding-top: 10px; margin: 0px 0px 0px 0px; 	width : 158px;}
	


