html {
	margin: 0px;
	padding: 0px;
}
body {
    background-color: #006699;
    background-image:url(images/bgr.jpg);
    background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, Serif;
	margin: 0px;
	margin-bottom: 75px;
	padding: 0px;
}
a:link {
	color: #ff0000;
}
a:visited {
	color:#003366;
}
a:hover {
	color: white;
}
img {
    border-width: 0px;
}
img.footerimg{
    width: 256px;
    height: 241px;
    margin-left: 162px;
}
div.headernav {
    position: absolute;
    left: 295px;
    top: 27px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 48px;
}
div.contentbox {
    position: relative;
    left: 255px;
    top: 60px;
    width: 700px;
	background-color:#6f99c9;
	background-image:url(images/content-othersections-bgr.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, Serif;
	border: solid 8px white;
	margin: 0px;
	padding: 0px;
}
div.innercontent {
	margin-top: 0px;
    padding-left: 2em;
	padding-right: 2em;
}
h1, h2, h3, h4, h5 {
    font-family: "Franklin Gothic Medium", Impact, Calibri, Corbel, Arial, Helvetica, Sans-Serif;
}

h2 {
   color: white;
   margin-top: 1.5em;
   margin-bottom: -0.5em;
   line-height: 100%;
   font-size: 120%;
}
h3 {
	margin-bottom: -0.5em;
	margin-top: 2.0em;
}
h5.credit {
	margin-top: 0.5em;
    margin-bottom: 1em;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: black;
}
h6 {
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 90%;
   font-weight: normal;
   font-style: italic;
}
hr {
   border-style: dotted 

}
