/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	padding: 0px;
	background-color: #D7D7D7;

}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainTable {
	width:800;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	padding:0;
}


#header {
height:99px;
padding:0px;
background-color:
	background-color: #40AD52;
	background-color: #40AD52;
	background-image: url(../images/headerBG.jpg);
}

#navBar
{
	width: 210px;
	background-image: url(../images/newtek_wood_raw27_170.jpg);
	background-repeat: repeat-y;
	background-color: #C4E4AD;
	margin:0px;
	padding:0px;
}

#content{
	width: 590px;
	margin: 0;
   padding: 0 5px 0 0;
		background-color: #C4E4AD;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #siteInfo styles ***************/



#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	background-color:#ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** #navBar link styles ***********/


 #navBar ul
 {
 margin-top:0px;
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 }

 #navBar a
 {
	display: block;
	font-weight:bold;
	padding: 3px;
	width: 164px;
	height: 20px;
	color:#fff;
	
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #966E44;
	border-right-style: solid;
	border-right-width: 1px;
 }

 #navBar a:link, #sectionLinks a:visited
 {
 text-decoration: none;
 }

 #navBar a:hover
 {
color:#000000;
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	border-bottom-color: #966E44;
	border-bottom-style: solid;
	border-bottom-width: 1px;
 }
