@charset "utf-8";
/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
}

a:link, a:hover {
	color: #006699;
	text-decoration: underline;
}

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


a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,Sans-serif;
 font-size: 160%;
 color: #FF3300;
 margin-top:10px;
  font-weight: bold;
  #0000CC
}

h2{
 font-weight: bold;
 font-size: 114%;
 margin-bottom:10px;
 margin-top:3em;
border-left: solid 0.8em #6633FF;
padding-left: 0.5em;
}

h3{
 font-weight: bold;
 font-size: 105%;
 margin-bottom:10px;
 margin-top:2em;
border-left: solid 0.8em #66FF00;
padding-left: 0.5em;
}

h4{
 font-weight: bold;
 font-size: 114%;
 margin-bottom:10px;
 margin-top:20px;
border-left: solid 0.8em #6633FF;
padding-left: 0.5em;
}

h5{
 font-size: 120%;
 margin-bottom:0px;
 margin-top:5em;
 padding-top:5px;
  padding-bottom:5px;
border-bottom: solid 5px #0000FF;
border-top: solid 5px #0000FF;

}




h7{
 font-size: 100%;
 color: #FF00CC;
}




ul{
 list-style-type: disc;
}


label{
 font: bold 100% Arial,Sans-serif;
 color: #334d55;
}

/***********************************************/
/* Table                              */
/***********************************************/
		 

.table1 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  
}	
	
.table1 TD, th { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
vertical-align: top; 
padding: 0px 5px 0px 5px; 

} 

.table2 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  

}	
	
.table2 TD { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
table-layout : fixed ;
} 

.table3 { 
margin:10px;
}	

.table3 td, th { border: 1px #666666 solid; 
padding: 0px 10px 15px 10px; 
cellspacing:10px;
}

	
.table4 TD, th {  
vertical-align: top; 
padding: 0px 5px 0px 5px; 

} 


.table5 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  
}	
	
.table5 TD, th  { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
vertical-align: top; 
padding: 0px 5px 0px 5px; 
 margin-left: auto;
 margin-right: auto;
text-align:center;
} 


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

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

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#content{

	margin: 0;
	padding: 0 3% 0 0;
}

#footer {
clear: both;
font-size:60%;
border-top: 1px solid #999999;
margin-top:20px;
text-align:right;
padding: 10px 0px 10px 10px
}


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

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


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

#pageName{
	padding: 10px 0px 10px 10px;
}


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

#globalNav{
color: #cccccc;
padding: 5px 0px 0px 10px;
white-space: nowrap;
}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .number styles ***************/
.number{
	font-size: 80%;
	text-align:right;
	font-weight: bold;
	margin-bottom:40px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}


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



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

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


.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;}
	




/************** .story2 styles *****************/

.story2{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}


.story2 img{
	float: right;
	padding: 0px 10px 10px 10px;
	margin: 5px 5px 5px 5px;}
	


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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


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

#search{
	padding: 5px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #999999;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #999999;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #999999;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}




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

.relatedLink{
font-size: 80%;
padding: 5px 5px 5px 8px;
border-left: 10px solid #0000FF;
width: auto;
}

.relatedLinks img{
	float: center;
	margin: 10px 5px 10px 5px;}
	

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}






/************** print styles*************/
@media print{
#globalNav, #breadCrumb, #navBar {display:none}
}