body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	}



/* -----------------------------------
 * Blue top area with logo
 */
div#top {
  background-color: #002750;
  height: 80px;
  position: relative;
  margin: 0;
  width: 950px;
}
/*
  width: 950px;
*/

div.logo {
    padding-left: 26px;
    padding-top: 16px;
}

a img {
  border: none;
}


/* -----------------------------------
 * Main navigation layout
 */
div#nav a:hover {
    background: #d0d0ca;
    color: #002750;

}

div#nav a {
	text-decoration: none;
	color: white;
	display: block;
        padding: 0.25em 0 0.25em 0.5em;
}
div#nav span.current {
	display: block;
        padding: 0.25em 0 0.25em 0.5em;
    background: #d0d0ca;
    color: #002750;
}

div#nav {
    font-size: 10pt;
    float: left;
    margin: -1px 0 0 245px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    }

div#nav ul {
    padding: 0; 
    margin-left: 0px;
}
div#nav li {
    list-style: none;
    padding: 0px;
    float: left;
    width: 9em;
    margin: 0;
    }




/* -----------------------------------
 * Sidebar layout
 */
div#sidebar {
  background-color: #d0d0ca;
  width:245px;
  height: 100%;
  float: left;
}

ul.subnav li {
    list-style: none;
}

ul.subnav li a {
    text-decoration: none;
    color: #002750;
}
ul.subnav li a:hover {
    text-decoration: underline;
    color: #002750;
}

ul.subnav {
  padding: 0;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* -----------------------------------
 * Teaser layout
 */
div.teaser {
    margin: 10px;
    border-bottom-style: solid;
    border-bottom-color: #002750;
    border-bottom-width: 1px;
}

.teaser h1 {
    font-size: 12pt;
    color: #003a73;
}
.teaser p,ul {
    font-size: 10pt;
}
.teaser a {
    text-decoration: none;
}


/* -----------------------------------
 * Main content layout
 */
div#content {
    margin-left: 255; 
    margin-top: 10px; 
    font-size: 10pt;

    width: 620px;
   

    margin-right: 20px;

}


h1 {
    font-size: 14pt;
    color: #002750;
}
h2 {
    font-size: 12pt;
    color: #002750;
}
h3 {
    font-size: 12pt;
    color: #d0d0ca;
}

a {
    text-decoration: none;
    color: #002750;
}
a:hover {
    text-decoration: underline;
    color: #002750;
}


table.table1 {
  font-size: 10pt;
}

td {
	vertical-align: top;
  padding: 2px;
  background-color: #d0d0ca;

}

th {
    background-color: #002750;
    color: white;

}
td.table-footer {
    background-color: #002750;

}

/*
h1 {
	margin: 30px;
	width: 870px;
}

img.logo {
	margin: 30px;
}

div.menu {
	margin-top: 0px;
	border-bottom: solid;
	border-bottom-width: 1px;
	padding-bottom: 15px;

}

div.menu a {
	text-decoration: none;
	font-size: 18px;
	margin: 30px;
	color: black;

}
div.main {
	font-family: Verdana;
	height: 620px;
	margin: 30px;
	width: 870px;
}
div.footer {
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}
div.footer a {
	text-decoration: none;
	color: black;
}

div.footer a:hover {
	text-decoration: underline;
}
div.bottom {
	margin-top: 20px;
	border-top: solid;
	border-top-width: 1px;
}
*/
