/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	size: 12px;
	color: #322D2C;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(pict/bg2.jpg);
	

	 
}

a:link, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #A85439;
}

h2{
 font-size: 100%;
 color: black;
}

h3{
 font-size: 100%;
 color: black;
}

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;
}



/************** .story styles *****************/

.story{
	font-size: 14px;
	font-color: #322D2C;
	font:Verdana, Arial, Helvetica, sans-serif;
}





/************* #siteInfo styles ***************/

#siteInfo{
	
	
	font-size: 12px;
	color: black;
	
}


				

