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

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

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

a:link, a:visited, a:hover {
/*	color: #000000; */
	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: 100%;
 color: #334d55;
}

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

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

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

label{
 color: #334d55;
}

style1 {
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	height: 15px;
	padding: 3px 0px 0px 10px;
}
style2 {
	font-size: 11px;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
}
style3 {
	font-size: 8px;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
}
style7 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}

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

#masthead{
	margin: 0pt 0 -1pt;
	width: 100%;
	background: url(/hdrBack.jpg) no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 6pt;
}
#masthead a:hover{

	padding: 2px 0px 2px 4px;
}

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

#globalNav{
	color: #cccccc;
	padding: 3pt 0px 2pt 11px;
	background-image: url(/hbar.jpg);
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-color: #C7EC55;

}
/* '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 2px; 
}

#globalNav a:hover {
	margin: -1px 0px 0px -1px;
	background-image: url(/hbarOn.gif);
}

#content{
  float:right;
	width: 81%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

#siteName{
	margin: 0px;
	padding: 2px 0px 7pt 12px;
}


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

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



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

.globalNavSub{
	  float: left;               /* ¶‘µ‚¦ */
	  margin: -13px 0px 0px -1px;
	  padding: 15px 0px 1px;
	  text-decoration: none;     /* ‰ºü‚ðÁ‚· */
}
/* '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 */

.globalNavSub:hover {
	margin: -1px 0px 0px -1px;
	background-image: url(/hbarOn.gif);
}


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

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


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

.featureleft{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.featureleft h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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

.featureRight{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.featureRight h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.featureRight img{
	float: Right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.featureButtom{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.featureButtom h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.featureButtom img{
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

.featureTop{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.featureTop h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.featureTop img{
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

p.clearfloat{
	clear:left;
}

/* 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 p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9px;
}
/* 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;
}
/************* #navBar styles **************/

#navBar{
	//margin: 0 600px 0 0;
	width:auto;
	margin: 2pt 84% 0px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	/*background-color: #F9FFF4;*/
}

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

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	padding-top: 1pt;
	padding-left: 10px;
	top: 2px;
	padding-bottom: 2px;
	margin-right: 3pt;
	margin-left: 3pt;
	}
/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 5px;
	font-size: 10pt;
	background-image: url(/hbar.jpg);
	height: auto;
	width: auto;
	border-top: 0.1px solid #CCCCCC;
	border-right: 0.1px solid #CCCCCC;
	border-bottom: 0.1px none #CCCCCC;
	border-left: 0.1px none #CCCCCC;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}

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

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

/************* #logon styles ***************/

#logon{
	padding: 0px 0px 0px 5px;
	font-size: 10pt;
/*	background-image: url(/hbar.jpg);*/
	height: auto;
	width: auto;
	border-top: 0.1px solid #CCCCCC;
	border-right: 0.1px solid #CCCCCC;
	border-bottom: 0.1px none #CCCCCC;
	border-left: 0.1px none #CCCCCC;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}

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

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





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

#sectionLinks{
	font-size: 10pt;
	width: auto;
/*	border-bottom: 1px solid #CCCCCC;*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: normal;
	line-height: normal;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #F9FFF4;
}	

#sectionLinks h3{
	background-repeat: repeat;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: auto;
	padding-left: 5px;
	left: 10px;
	padding-bottom: 1px;
	background-color: #E2FECB;
	padding-top: 2pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sectionLinks h4{
/*	background-repeat: repeat;*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
/*	font-weight: bold;*/
	color: #000000;
/*	border-right-width: 1px;
	border-bottom-width: 1px;*/
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFEC;
	border-bottom-color: #FFFFEC;
/*	height: auto;
	padding-left: 0px;
	left: 10px;
	padding-bottom: 1px;*/
	background-color: #FFFFEC;
/*	padding-top: 2pt; */
/*	border-top-width: 1px;
	border-top-style: solid;*/
	border-top-color: #FFFFEC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sectionLinks a:link{
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
}

#sectionLinks a:hover{
	background-color: #FFFFCC;
}


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

.relatedLinks{
	background-repeat: repeat;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	height: auto;
	padding-left: 5px;
	left: 10px;
	padding-bottom: 1px;
	background-color: #FFFFCC;
	padding-top: 2pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.relatedLinks h3{
	padding: 1px 0px 2px 0px;
	background-color: #FFFFCC;
	border: #FFFFCC;
}

.relatedLinks a:link{
	padding: 1px 0px 2px 10px;
	width: 100%;
	width: auto;
	border: #FFFFCC;
	background-color: #FFFFCC;
}

.relatedLinks a:visited{
	padding: 1px 0px 2px 10px;
	border: #FFFFCC;
	background-color: #FFFFCC;
}

.relatedLinks a:hover{
	background-color: #FFFFCC;
	padding: 1px 0px 2px 10px;
	border: #FFFFCC;
}



/************** #advert styles **************/

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

#advert img{
	display: block;
}


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

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

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