/* CSS Document */
* {
margin:0;
padding:0;
}


html, body {margin:0; padding:0}

body {
	font-size: 16px; font-family:Arial, Helvetica, sans-serif;

	}

.highlight {
	color:#f1693e;
	font-weight:bold;
}

.highlightLarge {color:#3470b7; font-weight:bold; font-size:medium;}

.highlightBig {color:#3470b7; font-weight:bold; font-size: 24px;}

.images {border : 1px solid #595959; display:block;}

a:link {color:#3470b7;	text-decoration:underline;	font-weight: bold}
a:visited {color:#3470b7; text-decoration:underline; font-weight: bold}
a:active  {color:#cccccc; text-decoration:underline; font-weight: bold}
a:hover   {color:#d49c3d; text-decoration:none; font-weight: bold}

a.linknoUL:link {color:#000000; text-decoration:none;  font-weight: normal}
a.linknoUL:visited {color:#000000; text-decoration:none; font-weight: normal}
a.linknoUL:active  {color:#000000; text-decoration:none; font-weight: normal}
a.linknoUL:hover   {color:#000000; text-decoration:underline; font-weight: normal}


/* Main div blocks basic styling */

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	background-color:#FFFFFF;
	margin-top:25px;

}

#header {
	height:256px;
}

#leftbar {
	float: left;
	width: 180px;
    border-right: 0px dotted #cccccc;
}

#leftbar p {padding: 0 1em; margin-left:12px; }


/* left menu styling */


#menu {
   padding-left: 0;
   margin-left: 1em;
   padding-right:1em;
   margin-top:15px;
}


/* menu li block */
#menu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #144f95; /* this will be link color for all levels */
     font-family:Arial, Helvetica, sans-serif;
   background: url(images/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 

}


/* hover state for all links */
div#menu a:hover {
	background-color: #f1693e;
	color:#FFF;

}
div#menu a.active:hover {
   background-color: #e2d5a3;
   color: #ffffff;

}


/* separator */
div#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu li.separator hr {
   display: none; /* this is for accessibility */
}






#rightbar {
	float: right;
	width: 175px;
	display: inline;
}


#rightbar p {
	margin-left: 10px;
	margin-top:15px;
	margin-right:10px;

}

#rightbar h1 {
	margin:0 .5em; 
	padding: .5em .5em 0 .5em;
 	color:#3470b7; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.1em; 
	letter-spacing: .25ex;	
	font-weight:normal; 
	border-bottom: 1px solid #3470b7;
	text-align:center;
}

#boxed {border: 1px solid #cccccc;  background-color:#fff; width:95%; margin:0 auto; margin:15px 15px;
}

#boxed p.MissionText {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
 }

#boxed h1.MissionHead {
	margin:0 .5em;
	padding: .5em .5em 0 .5em;
	color:#3470b7;
	letter-spacing: .25ex;
	border-bottom: 1px solid #3470b7;
	text-align:center;
	font: italic bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#content { 
	float: left;
	width: 60%;
	min-height:400px;

}

div#content h1 {
	margin-left:0px;
	margin-top:15px;
	margin-bottom:0;
	color:#3470b7;
	letter-spacing: .05ex;
	text-align:center;
	font: normal 1.9em/100% Arial, Helvetica, sans-serif;
	}
	
div#content h2 {
	margin-left:20px;
	margin-top:15px;
	margin-bottom:12px;
	margin-right:25px;
 	color:#666; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.3em; 
	letter-spacing: .5ex;	
	font-weight:bold; 
	border-bottom: 1px solid #666;}
	
	
div#content h3 {
	margin-left:20px;	
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.3em; 
	font-weight:bold;}	
	
div#content p {	
	margin-left:20px;
	margin-right:15px;
	LINE-HEIGHT: 160%;
	margin-bottom:12px;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	}

div#content table { table-layout:auto; margin-left: auto; margin-right: auto;} 

div#content td {	
	margin-left:20px;
	line-height: 145%;
	
	}
div#content th { background-color:#1e518e; color:#FFF; padding:3px; text-align:center; background-image:url(images/tablebkg.jpg); background-repeat:repeat-x;}
	


	
div#content .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}


div#content ul
{
list-style-type: none;
padding: 0;
margin-top:10px;
}


div#content li {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:25px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	padding-left: 0.9em;
	line-height:100%;

}	

.Small_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.Small_Textc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

div#content img {margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px}



#footer {
	clear: both;
	height:75px;
	vertical-align: middle;
	color:#FFFFFF;
	background: #f1693e url(images/consumer-credit-counseling.jpg) no-repeat;
}

#footer p { 
	margin: 0 auto;
	font-size:.9em;
	font-weight:bold;	
	padding-top:20px;
	padding-bottom:20px;	
	text-align:center;
	vertical-align: middle;	
	color:#000000;
}
div#TWD {margin:0; text-align:center;}
div#TWD p { padding-top: 15px; font-size: 0.8em; color:#FFFFFF}
div#TWD p a:link, div#TWD p a:visited {color:#FFFF00; text-decoration:none}
div#TWD p a:hover {text-decoration:underline;}	

