body {
    background-color: #adc1cc; /*#99b1bf; #d6e7f1;*/
    font-family: Verdana, Arial, Sans;
}

img {
    border: 0;
}

a:link { 
  color: #29356c; 
}

a:visited { 
  color: #29356c; 
}

a:hover { 
  color: #5771e6; 
}

div#index {
    width: 60%;
    min-width: 600px;
    min-height: 350px;
    margin-top: 90px;
    margin-left: auto; 
    margin-right: auto;
    background-image: url(images/cogs.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 230px;
}

div#title {
    width: 75%;
    margin-left: auto; 
    margin-right: auto;
}

div#title h2 {
    font-variant: small-caps;
    /*text-transform: uppercase;*/
    font-size: 250%;
    font-family: courier;
    border-bottom: 4px solid #000000;
    margin-bottom: -10px;
    overflow: visible;
    white-space: nowrap;
    word-spacing: -15px;
    text-align: justify;
}

table.toc {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #ffffff;
    border-collapse: collapse;
    border: thin solid black;
}

table.toc th {
    padding: 10px;
    background-color: #eeeeee;
    border: thin solid black;
    color: #29356c;
}

table.toc td {
    border: thin solid black;
}

table.recognized {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    border: thin solid black;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.recognized th {
    padding: 10px;
    background-color: #eeeeee;
    font-size: small;
}

table.recognized td.title {
    padding: 5px;
    border-top: none;
    background-color: #eeeeee;
}

table.recognized td {
    padding: 5px;
    border: thin solid black;
}

table.states {
	width: 100%;
	border: thin solid black;
}

div#footer { 
  margin-top: 25px;
  max-width: 900px;
  min-width: 750px;
  font-size: x-small;
  position: relative; 
  clear: both;
}

hr.cgeu {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    border: thin solid #888888;
}

hr.c {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border: thin solid #888888;
}

p.cgeu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    font-size: x-small;
}

p.quote {
	width: 80%;
    margin-left: 50px;
	font-style: italic;
}

table#nav {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding: 0px;
    font-size: small;
}

table#nav td {
    text-align: center;
    width: 11%;
}

div#cgeu {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

table.contacts {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    border: thin solid black;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.contacts th {
    padding: 10px;
    background-color: #eeeeee;
}

table.contacts td.title {
    padding: 5px;
    border-top: none;
    background-color: #eeeeee;
}

table.contacts td {
    padding: 5px;
    border: thin solid black;
}

table.contacts td p {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: left;
}

table.links {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    border: thin solid black;
    background-color: #ffffff;
    border-collapse: collapse;
}

table.links th {
    padding: 10px;
    background-color: #eeeeee;
    font-size: large;
    border: thin solid black;
    width: 25%;
}

table.links td {
    padding: 5px;
    border: thin solid black;
    font-size: small;
    background-color: #ffffff;
}

table.links td li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 95%;
    text-align: left;
}

table.links td p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

table.links td hr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

ul.trans {
    font-size: small;
    list-style-type: none;
}

ul.trans li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
}

.c {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.g {
    background-color: #cccccc;
    width: 12%;
}

.w {
    background-color: #ffffff;
    width: 12%;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

