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

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

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 20pt;
 color: #334d55;
}

h2{
 font-size: 16pt;
 color: #006699;
}

h3{
 font-size: 14pt;
 color: #334d55;
}

h4{
 font-size: 12pt;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 10pt;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disk;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 14pt "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
 color: #334d55;
}
				

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

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

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

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


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

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


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

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


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

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

.story p{
	padding: 0px 0px 10px 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 #EEEeee solid;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px #cccccc solid;
	font-size: 12pt;
	font-weight:bold;
}

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

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

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

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


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

#relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12pt;
	background-color: #eeeeee;
	border: 1px #cccccc solid;
}

/.relatedLinks h3{
/	padding: 10px 0px 2px 0px;
/}


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

#advert{
	padding: 20px 0px 20px 10px;
	font-size: 10pt;
	background-color:#ffffff
	border: 1px #cccccc hidden;
}

#advert img{
	display: block;
}


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

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

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



