a:link  {
	color : #ff0000";
	text-decoration : underline;
}

a:visited  {
	color : #000000";
	text-decoration : underline;
}

a:hover  {
	color : #FF0000;
	text-decoration : underline;
}

a:active  {
	color : #FFFF04;
	text-decoration : underline;
}

body  {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
}

caption  {
	font-size : 80%;
	font-weight : bold;
	padding-bottom : .5em;
}

em.bold  {
	font-style : normal;
	font-weight : bold;
}

em.subScript  {
	font-style : normal;
	vertical-align : sub;
}

em.superScript  {
	font-style : normal;
	vertical-align : super;
}

h1  {
	font-size : 160%;
	font-weight : bold;
	margin-bottom : 1.50%;
	padding-bottom : .3em;
}

h2  {
	font-size : 140%;
	font-weight : bold;
	margin-bottom : 1.50%;
}

h3  {
	font-size : 120%;
	font-weight : bold;
	margin-bottom : 1.20%;
}

hr  {
	margin-top : 0%;
	margin-bottom : 0%;
}

img  {
	border-style : none;
	margin-top : 0%;
}

li  {
	margin-bottom : 2%;
	margin-top : 2%;
	font-weight : normal;
}

li p  {
	margin-bottom : 2%;
	margin-top : 2%;
}

li p.small  {
	font-size : 75%;
	font-weight : normal;
	margin-top : .3em;
	margin-bottom : .3em;
}

map  {
	padding : 0;
}

/* Left Navigation Bar */
/* Style the side navigation */
.sidenav {
    height: 100%;
    width: 190px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000084;
    overflow-x: hidden;
}

/* Side navigation links */
.sidenav a {
    color: white;
    padding: 16px;
    text-decoration: none;
    display: block;
}

/* Change color on hover */
.sidenav a:hover {
    background-color: #ddd;
    color: black;
}

/*Top Navigation */
* {
    box-sizing: border-box;
}


/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #000084;
	margin-left: 190px;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the footer */
.footer {
    background-color: #f1f1f1;
    padding: 10px;
	margin-left: 190px;
    align="center"
}



/* Style the content */
.content {
    margin-left: 190px;
    padding-left: 20px;
}

ol  {
	margin-top : 2%;
	list-style-type : decimal;
	margin-bottom : 2%;
}

ol ol  {
	list-style-type : lower-alpha;
}

ol ul  {
	margin-top : 0.5%;
	list-style-type : circle;
	margin-bottom : 0;
}

p  {
	font-weight : normal;
	margin-top : 1%;
	margin-bottom : 1%;
}

p.exsmall  {
	font-size : 60%;
	font-weight : normal;
	margin-top : 0.5%;
	margin-bottom : 0.5%;
}

p.image  {
	font-weight : normal;
	padding : 0;
	margin : 0;
}

p.indent1 {  
	margin-right: 3em; 
	margin-left: 3em;
}
p.indent2 {
	margin-right: 6em;
	margin-left: 6em;
}

p.small  {
	font-size : 75%;
	font-weight : normal;
	margin-top : .2em;
	margin-bottom : .2em;
}

p.smallind  {
	font-size : 75%;
	font-weight : normal;
	margin-left : 3em;
}

sup  {
	font-size : 80%;
	vertical-align : super;
}

table  {
	font-size : 100%;
	margin-top : .2em;
	margin-bottom : .2em;
}

tbody  {
	font-size : 100%;
	vertical-align : top;
}

td  {
	padding-left : .8em;
	padding-right : .8em;
	padding-bottom : .8em;
}

td  p  {
	margin-top : 1.5%;
	margin-bottom : 2%;
}

td p.small  {
	font-size : 80%;
	margin-bottom : 0.50%;
}

thead  {
	font-weight : bold;
	font-size : 75%;
	vertical-align : bottom;
	text-align : left;
	background : #DDDDDD;
}

th  {
	padding-left : .8em;
	padding-right : .8em;
	padding-top : .8em;
	padding-bottom : .8em;
}

ul  {
	margin-top : 0.5%;
	list-style-type : disc;
	margin-bottom : 0;
}

ul ul  {
	font-size : 80%;
	margin-top : 0.5%;
	list-style-type : circle;
	margin-bottom : 0;
	margin-left: 0;
}

em.copyright  {
	font-size : 75%;
	font-weight : normal;
	font-style : normal;
}

.logo {
    font-size: x-large;
    font-weight: bold; 
	color:#000080;
	margin-top: 2px; 
	margin-bottom: 2px; 
	padding-top: 2px; 
	padding-bottom: 2px}
	
.toc {  
    font-size: 80%; 
	list-style-type: square}
	
.toc2 {
    font-size: 100%; 
	list-style-type: square}
