body{
	color: #000000;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #990606;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 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{
 font-size:100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin-left:20%;
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

#navBar{
	position:absolute;
	top:0;
	left:0;
	width:20%;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#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;
}


/************* #globalNav styles **************/

#globalNav{
	font-size: 90%;
	color: #cccccc;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	display: block;
}
#globalNav a:hover{
	background-color: #dddddd;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	border:2px solid #888888;
}

.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 */

/************** .news styles ***************/

.news{
	clear: both;
	font-size: 80%;
	border:1px solid #888888;
}

.news h3{
	padding-left:1em;
	text-align: left;
	background-color:#EEFFDD;
}

.news p{
	margin-top:0px;
	margin-bottom:1em;
	padding-left:2em;
}

.news 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 10px;
	font-size: 80%;
	border:1px solid #bbbbbb;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story dt{
	font-weight:bold;
	margin-left:1em;
}

.story table{
	border-collapse:collapse;
	border:2px #777799 solid;
	width:100%;
}

.story tr.you{
	background-color:#ccffcc;
}
.story tr.day{
	background-color:#ddffdd;
}

.story th{
	border:1px #777799 solid;
}

.story th.sun{
	background-color:#ffcccc;
	width:5%;
}
.story td.sun{
	background-color:#ffdddd;
	width:5%;
}
.story th.sun2{
	background-color:#ffcccc;
	width:18%;
}
.story td.sun2{
	background-color:#ffdddd;
	width:18%;
}

.story th.sat{
	background-color:#ccccff;
	width:5%;
}
.story td.sat{
	background-color:#ddddff;
	width:5%;
}
.story td.none{
	background-color:#eeeeee;
}

.story td.gaibu{
	background-color:#eeccee;
	padding:2pt;
	text-indent:0pt;
}

.story td.naibu{
	background-color:#cceeee;
	padding:2pt;
	text-indent:0pt;
}

.story td{
	border:1px #777799 solid;
	background-color:#ffffdd;
	font-size:x-small;
	vertical-align:top;
	width:18%;
	text-indent:-19pt;
	padding-left:20pt;
	line-height:1.5em;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000022;
	padding: 10px 10px 10px 10px;
	margin-left: 20%;
	text-align:right;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul {list-style: none; margin-left: 5pt; 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;
	font-size: 90%;
}

.sectionLinks h3{
	padding: 5px 0px 2px 10px;
	background-color:#ccccdd;
}

.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;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	border-top:1px solid #66aa66;
	background-color:#ddeedd;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	background-color:#ccddcc;
	margin-left:-10px;
	padding: 2px 10px 0px 10px;
}


