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

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


body{
	font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
	color: #333333;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	
	
}


a{
	color: #999999;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}

h1{
 font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
 font-size: 80%;
 color: #888888;
 margin: 0px;
 padding: 0px;
 font-weight:bolder;
}

h2{
 font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
 font-size: 114%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
 font-size: 100%;
 color: #FD6A9D;
 margin-bottom: 10px;
 padding: 0px;
}

h4{
 font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

	

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#content{
		margin:15px auto 150px; 
		
		
		
  }


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

#siteName{
	margin: 20 0 15 0px;
	padding: 0 0 0 5px;
	border: 1px solid #cccccc;
	background-color:#FFF9DD;
	font-weight: bolder;
	font-size: 95%;
    color: #999999;
	
}


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



#pageName{

	margin: 5  0  0  5px;
	padding: 0px 0px 0px 10px;
		
	
}

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

#globalNav{
    margin-top: 10px;
    padding: 0px;
    color: #cccccc;
}

#globalNav img{
 display: block;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */



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

.feature{
	margin: 15px;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	
	
}

.feature h3{
	padding: 10px 0px 5px 0px;
	
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
    
	margin: 15px;
	padding: 10px 0px 0px 0px;
	font-size: 75%;
	
}

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

.story h3{
	padding: 10px 0px 0px 0px;
	
}

.story table#table-01 {
    width: 870px;
	border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;
	
	
}

.story table#table-01 th {
    padding: 1px 3px;
	border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F2F2DD;
    font-weight: bold;
	color: #666666;
	line-height: 120%;
    text-align: center;
    white-space: nowrap;
	
}

.story table#table-01 td {
    padding: 3px 3px;
	border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
   
	background: #FFFFFF;
	
	
}

.story table#table-01 caption {
color: #666666;
caption-side: top;
font-weight: bold;
text-align:left;

}



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


#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	}

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














