/*properties of page*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		width: 97%;
	line-height: 120%;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 100%;
	font-family: Comic Sans MS, Trebuchet MS, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 100%;
	/* font-family: Comic Sans MS, Trebuchet MS, Arial, Helvetica, sans serif; */
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 100%;
	/* font-family: Comic Sans MS, Trebuchet MS, Arial, Helvetica, sans serif; */
}
h5 {
	font-size: 1em;
	font-style: italic;
	line-height: 100%;
	/* font-family: Comic Sans MS, Trebuchet MS, Arial, Helvetica, sans serif; */
}

#contentcell {
	vertical-align: top;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
}
#sitenavcell {
	width: 170px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	vertical-align: top;
	padding-left: 5px;
}
.menu {
	margin-left: 1em;
	margin-right: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	border-top: solid 1px #999999;
}
.submenu {
	margin-left: 1.5em;
	/* text-indent: -10px; */
	padding-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.menu_otherstuff {
	margin-left: 1em;
	margin-right: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 1.5em;
	border-top: solid 1px #999999;
	text-align: center;
	font-size: 0.9em;
}

#sectioncell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-top: 0.2em;
	vertical-align: top;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.2em;
}
a {
	color: #FF0000;
}
.newnotable {
	font-size: 1.2em;
	text-align: center;
}

.annotation {
	margin-left: 2em;
}
img {
	border: none;
}
.floatleft {
	float: left;
}
.dates {
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-top: 40px;
}
.yorklinks {
	font-size: 0.925em;
	text-align: center;
}
.footer {
	margin-top: 2em;
	padding-top: 0.5em;
	font-size: 0.925em;
	border-top: solid 1px #333333;
}
.reference {
	margin-left: 2em;
	text-indent: -2em;
	}
.smallbodytext {
	font-size: 0.88em;
}
/* use these classes to change the list marker type */
li.upper-alpha-list{
     list-style-type:upper-alpha;
     }
li.lower-alpha-list{
    list-style-type:lower-alpha;
	}
li.upper-roman-list{
    list-style-type:upper-roman;
	}
li.lower-roman-list{
    list-style-type:lower-roman;
	}

/* use nobullet class on li for internal page menus */
li.nobullet{
    list-style-type:none;
	}

/* sitemenu div identifies the site menu in the sitenavcell */

#sitemenu {
	background-color: #EEEEEE;
	border: 1px solid #999999;
}
div#sitemenu a {
	color: #000000;
	text-decoration: none;
}

div#sitemenu a:hover {
	color: #000000;
	text-decoration: underline;
}

/* .current is a class to be applied to the a tag that represents the link to the current page
-- these styles keep the current page from looking like a link */
div#sitemenu a:link.current { 
	font-style: italic;
	color: #FF0000; 
}
div#sitemenu a:visited.current {
	font-style: italic;
	color: #FF0000; 
}
div#sitemenu a:hover.current {
	cursor: default;
	text-decoration: none;
}

/* currentsection is a class to the applied to the a tag for the current section 
-- this keeps the current section title from looking like a link */

div#sitemenu a:hover.currentsection {
	cursor: default;
	text-decoration: none;
}

/* formatting for the lists in the main menu */

#menulinks {
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	} 

#menulinks ul {
	list-style-type: square;
	margin-left: 5px;
	padding-left: 0px; 
}

#menulinks li {
	margin: 0px;
	padding: 0px;
	padding-top: 0.4em;
}

/* make all the menu items bold, then change submenus back to normal */
#menulinks ol li {
	font-weight: bold;
}
#menulinks ul li {
	font-weight: normal;
}

	
/* formatting for the list below the main menu */
#finallinks {
	text-align: center;
	font-size: 0.85em;
	margin-top: 2em;
}
#finallinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#finallinks li {
	border-style: none;
	padding-bottom: 1em;
}


.hidden {
	display: none;
}

.textdisplay {
	padding: 1em;
	margin: 1em;
	border: 2px ridge #999999;
}
.textdisplay-redborder {
	padding: 1em;
	margin: 1em;
	border: 2px ridge #FF0000;
}
.nowrapdisplay {
	padding: 1em;
	margin: 1em;
	/* border: 1px solid #999999; */
	white-space:nowrap;
	text-align: center;
}
.codedisplay {
	display: block;
	padding: 1em;
	margin: 1em;
	border: 1px solid #999999;
	font-family: Courier New, Courier, mono;
}

#breadcrumbheader{
	margin:0;
	width:100%;
	background-color:#EFEDED;
	padding:0;
	height:2em;
}

#bcheadertext{
	padding: 0px 1px 0px 10px;
	background-color:#EFEDED;
}

#bcheadertext h2 {
	font-size: 1em;
}

#bctext{
	border-right:1px dotted #CCCCCC; 
	border-left:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	padding:0;
}

.youhere {
	font-size: 0.8em;
	margin-top: 0.5em; margin-bottom: 0.5em;
}

#breadcrumbbox{
	float:right;
	display:inline;
	width:180px;
	padding:0 10px 1px;
	margin-bottom:20px;	
}

#breadcrumb{
	padding:0 2px 12px 12px;
	border-bottom:1px dotted #CCCCCC; 
	font-size: 0.925em;
}

.highlight {  
	background-color: yellow; 
}

.strike {
	text-decoration: line-through
}
.displaycenter {
	text-align: center;
}
.hotredtext {
	color: #FF0000;
	font-style: italic;
}
#casefeedback {
	margin: 3em;

}
.feedbackreturn {
	font-size: 0.925em;
	text-align: right;
}
#returnlink p {
	font-size: 0.925em;
	text-align: center;
	margin-top: 40px;
}

