
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;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #003399;
}

a:hover {
	text-decoration: blink;
	background-color: #CCCCCC;
	color: #000066;
}


h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


h3{
	font-size: 110%;
	color: #006633;
	padding:0 0 0 5px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	border-left-color: #669966;
	border-left-style: solid;
	border-left-width: 10px;
	margin: 20px 0 0 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}


ul{
	list-style-type: square;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 120%;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



#masthead{
	margin: 0;
	border-bottom: 1px solid #339966;
	width: 100%;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}


/************* #globalNav styles **************/

#globalNav{
	color: #333333;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	border-top-style: solid;
	border-top-color: #339966;
	border-top-width: 5px;
	line-height: 20px;
	font-size: 95%;
	padding-top: 5px;
}
/* '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: 95%;
	padding: 0px 4px 0px 0px; 
}



/************** .story styles *****************/



li.bg01{
	background-repeat: no-repeat;
	background-position: 0 2px;
	list-style-type: none;
	padding-left: 15px;
	margin: 3px 0px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	line-height: 130%;
	}
li.bg02{
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding-left: 15px;
	margin: 3px 0px;
	line-height: 130%;
	text-align: left;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 95%;
/*	color: #999999;	*/
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	border-top-color: #339966;
}
