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

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;

}

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

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
 padding-top: 13px;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 padding-top: 10px;
}

ul{
 list-style-type: square;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainWrap{
	margin: auto;
}

#wrap{
	margin: auto;
	text-align: left;
}

#masthead{
	margin: 0;
	padding: 0;
}

#navBar{
	display: none;
}

#content{
	margin:0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#tagLine{
	display: none;
}

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

#hide {
	display: none;
}

/*************** #form styles **************/

.boldText{
	font-weight: bold;
}

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

#pageName{
	padding-bottom: 5px;
}

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

 #globalNav ul{
	display: none;
}

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

#breadCrumb{
	display: none;
}

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

.story{
	padding: 0px;
}

.story h3{
	border-bottom: 1px solid #000;
	padding-top: 10px;
}

.story p{
	padding: 0px 0px 5px;
}

.story img{
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #BAC1A3;
	background-color: #FFF;
}

/************** .alert styles ***************/

.alert{
	padding: 0px;
	color: #F00;
	border: thin solid #F00;
}

.alert h3{
	padding: 5px 5px 0px;
	color: #F00;
	font-style: italic;
	text-transform: uppercase;
}

.alert p{
	padding: 0px 5px 5px;
}

/************* #footer styles ***************/

#footer{
	display: none;
}

/************* #cool print styles ***************/

#content a:after {
  content: " (" attr(href) ")";
}

abbr[title]:after, acronym[title]:after {
    content: " (" attr(title) ") ";
}

