/* 2d2d61, 004a93, 6ec6e5 */

body {
    background-color: white;
    font-family: Tahoma, "MS Tahoma", sans;
    font-size: small;
    color: #2d2d61;
}

p, td, h1, h2, h3, h4 {
   color: #2d2d61;
   font-weight: normal;
}
p, td {
	font-size: small;
}
p {
    font-size: small;
    margin-top: 0;
    margin-bottom: 0;
}
/*#content a {
    color: #aa0033;
}*/

td {
    border-style: none;
    margin: 0;
    border-spacing: 0;
}
/*table table td {
    border: solid magenta 1px;
}
table table table td {
    border: solid green 1px;
}
table table table table td {
    border: solid red 1px;
}
div {
    border: solid orange 1px;
} */

#all {
    vertical-align: top;
}

h1 {
    font-size: large;
    text-align: left;
    margin: 0;
    padding: 0;
}
h1, h1 a {
    margin: 0;
    padding: 0;
}



p {
    text-align: justify;
}

img {
    margin: 0px;
    border: none;
}

.left {
     float: left;
     margin-right: 30px;
}
.right {
     float: right;
     margin-left: 30px;
}

table {
     padding: 0;
    border-spacing: 0;
}

#toc {
    font-size: small;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    background-color: #6ec6e5;
    color: #2d2d61;
    margin: 0;
    padding-bottom: 5px;
}
#toc a {
    color: #2d2d61;
    font-size: small;
    font-style: normal;
}
img.circle {
    margin: 0;
    padding: 0;
    border-left: 10px #6ec6e5 solid;
    border-right: 5px #6ec6e5 solid;
    vertical-align: middle;
}

#pagehead td {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
#pagehead tr {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}
#pagetitle {
    background-color: #2d2d61;
}
#pagehead img {
    margin: 0;
    padding: 0;
    padding-left: 3px;
}
#pagehead h1 {
    font-size: xx-large;
    padding-top: 10px;
    padding-bottom: 5px;
    color: white;
    margin-left: 10px;
}

#content h1 {
    padding-bottom: 2px;
    border-bottom: 2px #004a93 solid;
}

#page {
    margin-top: 10px;
}
#content {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    border-left: 7px #6ec6e5 solid;
/*
    background-image: url(i/bg.jpeg);
    background-repeat: repeat-y;
    background-position: 10px 0px;
*/
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

