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

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	background-color: #FFFFFF;
}



h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 13px;
}


ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width:auto;
	float: none !important;
 	color: #000000
}

#masthead{
	display: none;

}

#logo{
	display: none;


}

#navBar{
	display: none;

}

/* #headlines{
	display: none;
	}
*/

#content{
	width:auto;
	float: none !important;
 	color: #000000
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	display: none;

}


/************** #content styles *****************/
#content ul{
 list-style-type: square;
}


/*************** #pageName styles **************/

#pageName{
	font-size: 13pt;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/************* #global styles *************/
.smalltxt{
	font-size: 9px;
}

.smalltxt a{
	color: #333333;
	text-decoration: none;
}

.smalltxt a:hover{
	text-decoration: underline;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	display: none;
}


/************** .feature styles ***************/

.feature{
	width:auto;
	float: none !important;
 	color: #000000

}

.feature img{
	display: none;
}

.feature p{
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.feature table{
	border: 1px solid #999999;
}

.feature td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.feature th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #f5f5f5;
}


/************** .story styles *****************/

.story{
	width:auto;
	float: none !important;
 	color: #000000

}


/************** .storyG styles *****************/

.storyG{
	width:auto;
	float: none !important;
 	color: #000000

}

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

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

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


/************* #search styles ***************/

#search{
	display: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	display: none;

}

/*********** #greenLinks styles ***********/

#greenLinks{
	display: none;

}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	display: none;

}


.noprint{ 
	display:none
}

