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

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

body{
	font-family: Arial,sans-serif;
	color: #3e3e3e;
	line-height:150%; margin:0px;
	padding: 30px 30px 30px 30px;
	background-image: url(../images/sora-05.jpg);
	background-repeat:repeat;
	background-position:top left;
}

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: 130%;
 color: #ffffff;
}

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

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

h4{
 font-size: 100%;
 color: #ffffff;
 background-color:#660033;
 width: 750px; 
}

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;
}

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

.story{
	clear: both;
	padding: 20px 0px 0px 5px;
	font-size: 80%;
}

.story p{
	padding: 10px 10px 10px 10px;
}
