/* Vaclib.org style sheet */
/* Use Comic Sans MS (cursive) Courier New (Monospace) Arial/Impact/Verdana(Sans-serif) */
/* Times New Roman (Serif) */

img.small {width: 580px;}
@media only screen and (max-width: 600px) {
  img.small {width: 90%;}
  }
  
a.fancy:link {color: #0000ff; text-decoration: underline; }
a.fancy:visited {color: #cc0000; text-decoration: underline; }
a.fancy:hover {color: blue; text-decoration: underline; background-color: #dd9900; }
a.fancy:active {color: #00ff00; }

a:hover {color: #0000ff; text-decoration: underline; background-color: yellow; cursor: crosshair;}
a:link {color: #0000ff;}
a:active {color: #0000ff;}
a:visited {color: #000099;}

p.first:first-letter {color: black; font-size: 1.3em;
font-weight: bold;
}

p.second:first-letter {color: blue; font-size: 1.3em;
font-weight: bold;
}

p {text-indent: 3%;
color: black; 
font-weight: normal;
font-size: 1em;
}

p.times {text-indent: 4%;
color: black; 
font-weight: normal;
font-size: 1em;
font-family: "Times New Roman", "Bitstream Vera Sans", "Comic Sans MS", Arial, sans-serif;}

p.grey {
background-color: rgb(98%,98%,98%); 
margin-left: 3%; 
margin-right: 3%;
}

p.solid {
border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: aqua;
}


dt { color:#ff3333; font-weight:bold; }
dd { color:blue; text-indent:3%; }

div.solid {
border-style: solid;
background-color: #f0f0f0;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: blue;
	padding: .5em;
}

div.boxed {
border-style: solid;
background-color: #f6f6f6;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: blue;
	padding: .5em;
}

div.smallbox {
font-weight: bold;
background-color: #f0f0f0;
border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: blue;
	margin-left: 3%; 
	margin-right: 30%;
	margin-top: .8em;
	padding: .1em;
}

div.redbox {
font-weight: normal;
border-style: solid;
background-color: #f6f6f6;
	border-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: red;
	margin-top: .8em;
	padding: 1.5em;
}

div.smallredbox {
font-weight: bold;
border-style: solid;
background-color: #f6f6f6; 
	border-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: red;
	margin-left: 27%; 
	margin-right: 27%;
	margin-top: .2em;
	padding: .1em;
}


div.dashed {
border-style: dashed;
background-color: #f6f6f6;
	border-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: blue;
	margin: 4em;
	padding: .5em;
}

div.letter {
border-style: none;
background-color: rgb(98%,98%,98%);
	margin-left: 10%; 
	margin-right: 10%;	
	
}

div.exempt {
border-style: solid; 
background-color: #f6f6f6;
	border-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: yellow;
	margin-left: 12.5%;
	margin-right: 12.5%;
	padding: .5em;
}



ul.grey {
background-color: rgb(98%,98%,98%); 
margin-left: 3%; 
margin-right: 3%;
}

div.whitebox {
background-color: rgb(100%,100%,100%); 
	margin-left: 15%;
	margin-right: 20%;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: black;
	padding: .5em;
}

div.red {
	background-color: #c00000; 
	color: white; 
	font-size: 1.7em;
	padding: 5px;	
	border-radius: 10px;
	text-align: center;
}

div.green {
	background-color: #00b000; 
	color: white; 
	font-size: 1.7em;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
}


.green2 {
	background-color: #00b000; 
	color: white; 
	font-size: 1em;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	max-width: 800px;
	margin: auto;
}

.purple {
	background-color: #800080; 
	color: white; 
	font-size: 1em;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	max-width: 800px;
	margin: auto;
}


div.gold {
	background-color: #ffd700; 
	color: white; 
	font-size: 1.7em;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
}

  
.warning {
	color: red;
	border: 3px solid #000099;
	float: left;
	padding: 3px;
	margin: 10px;
	text-align: center;
	text-indent: 0px;	
	font-size: 1.3em;
	  }


body {
	font-family:  "Georgia", "Bitstream Vera Sans", "Times New Roman", sans-serif;
	background-color: #3366a0;
	font-size: 1.15em;
	color: black;
	margin-left: 3%; 
	margin-right: 3%;
	padding: .5em;
}



#navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

div.cbl {
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: blue;
	background-color: #f0f0ff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	color: black;
	margin: 2em;
	padding: .5em;
}

div.footer {
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: blue;
	background-color: #f0f0ff;
	text-align: left;
	font-size: 1em;
	color: black;	
	padding: .5em;
	margin-left: 15%; 
	margin-right: 15%;
	margin-top: 1%;
	font-family: "Times New Roman";
}

div.pp {
	border-style: solid;
	border-width: 3px;
	border-color: #990000;
	background-color: #0000cc;
	text-align: left;
	font-size: 1.25em;
	color: white;	
	padding: .5em;
	margin-left: 25%; 
	width: 400px;
	margin-top: 5px;
}
h3.pp {
	color: #ffff00;
	text-align: center;
}

p.ten {
background-color: rgb(91%,95%,98%);
margin-left: 10%;
margin-right: 15%;
text-align: left;
color: black; 
font-weight: normal;
font-size: .9em;
}

div.title {
PADDING-RIGHT: 6px;
BORDER-TOP: #000000 3px solid; 
MARGIN-TOP: 9px; 
PADDING-LEFT: 6px; 
FONT-WEIGHT: bold; 
FONT-SIZE: 1.4em; 
MARGIN-BOTTOM: 5px; 
PADDING-BOTTOM: 4px; 
PADDING-TOP: 4px; 
BORDER-BOTTOM: #000000 3px solid; 
BACKGROUND-COLOR: #ffeeee; 
TEXT-ALIGN: center;
}

div.subtitle {
PADDING-RIGHT: 16px;
BORDER-TOP: #000000 2px solid; 
MARGIN-TOP: 12px; 
PADDING-LEFT: 16px; 
FONT-WEIGHT: bold; 
FONT-SIZE: 1em; 
MARGIN-BOTTOM: 12px; 
PADDING-BOTTOM: 4px; 
PADDING-TOP: 4px; 
BORDER-BOTTOM: #000000 2px solid; 
BACKGROUND-COLOR: #eeeeff; 
TEXT-ALIGN: center;
}

div.cite1 {border: thick solid #80cc80; padding: 1em;}

div.cite2 {border: thick solid #ffff00; padding: 1em;}




table.litegrey {background-color: #f6f6f6;}



 /* Dropdown Button */
.dropbtn {
    background-color: #ccccdd;
    color: #0000ff;
    padding: 2px;
    font-size: 1em;
    border: none;
    cursor: pointer;    
}





/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #3333ff;
    padding: 5px 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e1e1e1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
   
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/* Show the dropdown as lite yellow */
.dropdown-content--left {
    display: none;
    background-color: #ffffdd;
	position: relative;
	bottom: 20px;
}

/* Show the dropdown as lite blue-grey */
.dropdown-content--right {
    display: none;
    background-color: #fbfbfb;
    position: relative;
	bottom: 20px;
}

span.hl
  {
	font-family: arial, verdana, helvetica;
	font-style: italic;
	font-size: 1em;
	padding: 10px;
	margin: 10px;
	text-indent: 10px;
	
	  }

.b3 {width: 98%; height: 3px; color: blue; background-color: blue;}
.b8 {width: 98%; height: 8px; color: gray; background-color: gray;}


label {background-color: #ccccff; border-style: solid;}


#show,#content{display:none;}
#show:checked~#content{display:block;}

#show1,#content1{display:none;}
#show1:checked~#content1{display:block;}

#content2{display:none;}
#show2:checked~#content2{display:block;}

#show3,#content3{display:none;}
#show3:checked~#content3{display:block;}

#show4,#content4{display:none;}
#show4:checked~#content4{display:block;}

#show5,#content5{display:none;}
#show5:checked~#content5{display:block;}

#show6,#content6{display:none;}
#show6:checked~#content6{display:block;}

#show7,#content7{display:none;}
#show7:checked~#content7{display:block;}

#show8,#content8{display:none;}
#show8:checked~#content8{display:block;}

#show9,#content9{display:none;}
#show9:checked~#content9{display:block;}

#show10,#content10{display:none;}
#show10:checked~#content10{display:block;}

#show11,#content11{display:none;}
#show11:checked~#content11{display:block;}

#show12,#content12{display:none;}
#show12:checked~#content12{display:block;}

li {padding: .3em;}


