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

body{
	font-family: "ＭＳ　ゴシック",sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a { text-decoration: none; }
a.noline { text-decoration: none; }
a:link { color: #006600; } /* #006699 #0066CC blue */
a:visited { color: #666633; } /* #996600; */
a:active { background-color: #FFCCCC; color: #FFCC33; }
a:hover { color: #CC9900; }
a:hover.img { background-color: #FFCC99; }

a:hover {
	text-decoration: underline;
}

a:hover.noline { color: #006600;text-decoration: none; }

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "ＭＳ　ゴシック",sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "ＭＳ　ゴシック",sans-serif;
 font-size: 120%;
 color: #0066FF; /* #334d55; */
}

h2{
 font-size: 114%;
 background-color: #ccffcc; /* #0066FF; #758AC1; #C7C1F2; */
 color: #006600; /* #FFFFFF; */
 text-shadow: #999999 2px 2px 1.3px;
 border: solid 1px #669966;
 padding: 5pt;
}

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #006600; /* #333333; */
}

h5{
 font-size: 100%;
 color: #006600; /* #334d55; */
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% "ＭＳ　ゴシック",sans-serif;
 color: #334d55;
}
				
address { font-family: "Times New Roman", serif;
          font-style: normal;
          /* margin: 10px 3% 10px 60px; */ }

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

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

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    /* Don't show Navigation Bar! */
	display: none;
}

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


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

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


/*************** #masthead styles **************/

#masthead ul {
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 50%;
	padding: 0px 0px 0px 10px;
	/* position: relative; */
}

#masthead ul li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	font-size: 80%; 
	list-style-type: circle;
	color: #758AC1;
}

#masthead ul li a:link, #masthead ul li a:visited {
	color: #758AC1;
}

/************** utility styles *****************/

#utility{
	font: 70% "ＭＳ　ゴシック",sans-serif;
	position: absolute;
	top: 16px;
	right: 3%;
	color: #006600;
	text-align: right;
}

#utility a:link, #masthead a:visited {
	color: #006600;
}

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

#pageName{
	padding: 4px; /* 0px 0px 10px 10px; */
	margin-left: 6px;
	margin-bottom: 6px; 
}


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

#globalNav{
color: #cccccc;
padding: 0px 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: 2px 4px 1px 2px;
	color: #758AC1; /* #FFFFFF; */
	text-decoration: none;
}
#globalNav a:link, #globalNav a:visited {
	color: #758AC1; /* #FFFFFF; */
	text-decoration: none;
}

#globalNav a:hover {
	color: #FFF; /* #FFCC00; */
	background-color: #758AC1;
	text-decoration: none;
}


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

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


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

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

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

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

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

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

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

.story h3{
	padding: 20px 0px 5px 0px;
}

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

#siteInfo{
	clear: both;
	border-top: 1px solid #669966;
	font-size: 85%;
	color: #669966; /* #666666; */
	padding: 5px 3% 10px 3%;
	margin-top: -1px;
	text-align: right;
}
/* 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" */

/************* #date styles ***************/

#date{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	line-height: 150%;
}

/*********** #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 #cccccc;
	font-size: 90%;
}

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

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

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	color: #FFF; /* #FFCC00; */
	background-color: #758AC1; /* #dddddd; */
	padding: 2px 0px 2px 10px;
}


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

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

.relatedLinks h3{
	padding: 10px 0px 6px 0px;
}

#navBar .relatedLinks ul a:link, #navBar .eventmap ul a:visited {display: inline;}

/*********** #eventmap styles ***********/

#eventmap { 
    margin: 10pt 0 5pt 5pt;
    font-size: 80%;
    padding: 5px;
    border: solid 1px #9999CC;
    background-color: #CCFFCC; 
}

#eventmap h3 { 
    margin: 0px 0px 0px 0px;
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    /* color: #0066FF; */
    background-color: #006600;
    color: white;
    padding: 2px;
    border: none; 
}

#eventmap h4 {
	margin: 5px 0px 5px 0px;
    font-size: 90%;
	padding-left: 2px; 
    background-color: white;
    color: #006600;
}
	 
#navBar #eventmap ul a:link, #navBar #eventmap ul a:visited {display: inline;}

#navBar #eventmap ul li {
     border-bottom: none;
	 margin-left: 10pt;
     text-indent: -10pt;
}

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

#advert{
	padding: 10px 0px 6px 10px;
	font-size: 80%;
	/* below the eventmap */
	/* border-top: 1px solid #cccccc; */
}

#advert h3{
	padding: 10px 0px 6px 0px;
}

#advert img{
	display: block;
	margin-bottom: 2px;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#headlines h3{
	padding: 10px 0px 6px 0px;
}

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

/************** miscellaneous styles **************/

.en {
	font-style: "Times New Roman", serif;
}

span.note { 
	font-size: 85%; 
	color: #669966;/* #0066FF */
	font-weight: normal; 
}

span.detail { font-size: 90%; color: #000000; /* #0066FF; */ }

div.quicklinks {
	margin: 7px 0 7px 0;
    text-align: right;
    font-size: 9pt;
    font-weight: normal;
    color: #669966; 
}

table { font-size: 90%; }
th { background-color: #CCFFCC; /* #CCCCCC; */ color: #006600; /* #0066FF; */ text-align: center }
td { padding-left: 10px; }

div.program {
			  margin: 5pt 7% 5pt 7%;
              background-color: white; /* #B0D0FF; */
			  padding: 5pt 15pt 5pt 15pt; 
              border-style: double;
              border-color: #669966; /* #97C0FF; */ 
}

div.program li { margin-bottom: 5pt; font-size: 90%; }

div.form {
	border-style: solid; 
	border-width:1px; 
	border-color: #99cc99;
	margin: 5pt 7% 5pt 7%;
	padding: 5pt 15pt 5pt 15pt; 
	background-color: #99cc99;
}

div.form th {
	background-color: #006600; color: white;
}

span.updated-red { color: yellow;
               background: red;
               vertical-align: super;
               font-weight: normal;
               font-size: 8pt; }
span.updated-yellow { color: red;
               background: yellow;
               vertical-align: super;
               font-weight: normal;
               font-size: 8pt; }

div.intro, div.update {
	margin: 0px 10% 0px 10%;
	line-height: 135%;
}

