@charset "UTF-8";
body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 18px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}



.ContinuousBehavior h1 {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	color: darkblue;
}

.ContinuousBehavior h2 {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}

.ContinuousBehavior h3 {
	text-align: left;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	text-decoration: underline;
}

.ContinuousBehavior h4 {
	text-align: left;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	color: darkgray;
	text-decoration: underline;
}



.ContinuousBehavior #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.ContinuousBehavior pre {
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	overflow: auto;
}

.ContinuousBehavior pre pre {
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border: none;
	overflow: visible;
}

.ContinuousBehavior code {
	font-size: smaller;
}


.ContinuousBehavior #header {
	margin: 0;
	padding: 0;
}
.ContinuousBehavior #logo {
	display: none;
}
.ContinuousBehavior #qrcode {
	display: none;
}
.ContinuousBehavior #banner {
	display: none;
}


.ContinuousBehavior #header h1 {
	text-align: center;
	margin: 0;
	padding: 0.12em 0.25em;
	color: darkblue;
}
.ContinuousBehavior #header h2 {
	text-align: center;
	margin: 0;
	padding: 0.25em;
	font-size: small;
	font-style: italic;
	color: darkblue;
}


.ContinuousBehavior #leftsidebar {
	width: 100%;
}

.ContinuousBehavior #leftsidebar #level0 H1 {
	font-size: small;
	padding: 0.25em;
}
.ContinuousBehavior #leftsidebar #level1 H2,
.ContinuousBehavior #leftsidebar #level2 H2,
.ContinuousBehavior #leftsidebar #level3 H2,
.ContinuousBehavior #leftsidebar #level4 H2,
.ContinuousBehavior #leftsidebar #level5 H2 {
	padding: 0.25em 0;
}

.ContinuousBehavior #leftsidebar H1 a
{
	font-size: large;
	text-decoration: none;
	color: darkblue;
}
.ContinuousBehavior #leftsidebar H1 a:hover
{
	font-size: large;
	color: darkblue;
}

.ContinuousBehavior #leftsidebar H2 a
{
	text-decoration: none;
	color: darkblue;
}
.ContinuousBehavior #leftsidebar H2 a:visited
{
	color: darkblue;
}

.ContinuousBehavior #leftsidebar ul
{
	list-style: none;
	padding: 0;
    margin: 0 10px;
}
.ContinuousBehavior #leftsidebar li
{
	margin: 0 0.15em;
}

.ContinuousBehavior #leftsidebar li a
{
	background: #F0F8FF;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	color: darkblue;
}
.ContinuousBehavior #leftsidebar ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.ContinuousBehavior #leftsidebar ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.ContinuousBehavior #leftsidebar li a:hover
{
	background: #F0F8FF;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 0.1em solid #dcdce9;
	text-align: center;
	font-weight: bold;
	color: black;
}

.ContinuousBehavior #leftsidebar li a:visited
{
	background: #F0F8FF;
	height: 40px;
	line-height: 40px;
	display: block;
	border: 0.1em solid #dcdce9;
	text-align: center;
	font-weight: bold;
	color: darkred;
}


.ContinuousBehavior .captionedphoto {
	text-align: center;
	margin: 0 auto;
	padding: 0.25em;
}
.ContinuousBehavior .captionedphoto img {
	
}
.ContinuousBehavior .captionedphoto p {
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0.25em;
}



.ContinuousBehavior #mainContent {
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
} 


.ContinuousBehavior #footer { 
	font-size: x-small;
	margin: 0 10px;
	padding: 0;
	text-align: center;
} 
.ContinuousBehavior #footer p {
	border-top: 1px dotted;
	margin: 0;
	padding: 0 10px;
}


.ContinuousBehavior #footer .copyright {
	margin: 0;
}

.ContinuousBehavior #footer .contact {
	margin: 0;
}

.ContinuousBehavior #footer .notice {
	font-style: italic;
	font-weight: bold;
	color: darkblue;
}


/* ~~ miscellaneous float/clear classes ~~ */
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
