body, h1, h2, h3, p, a, div, input, ul, li {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #ffffff;
}

#body_container {
	height: 80%;
	position: relative;
	top: 10%;
	left: 0;
	background-color: #f5dd00;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#navigation_container {
	width: 24%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 2%;
	background-color: #f8ed8b;
	z-index: 100;
        border: 1px #f5dd00 solid;
}

#navigation_top {
	position absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5%;
	text-align: center;
	border: 0;
}

#navigation {
	position: relative;
	top: 5%;
	padding: 0px;
}

#navigation_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5%;
	text-align: center;
	border: 0;
}

#content {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 70%;
	height: 96%;
	background-color: #fbf4b2;
	overflow: auto;
	border: 0;
	text-align: justify;
}

#logo {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#SelectFocus {
        position: absolute;
        top: 4px;
        right: 0px;
}

h1 {
  font-size: 11pt;
  font-weight: bold;
  padding: 10px;
  padding-left: 25px;
}

h2 {
  font-size: 10pt;
  padding-right: 10px;
  font-weight: bold;
  letter-spacing: 1.2pt;
  padding-left: 25px;
  margin: 0px;
  background-image: url(../images/nav_bg.gif);
  background-position: center left;
  background-repeat: no-repeat;
}

h3 {
  font-size: 10pt;
  padding-right: 10px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1.2pt;
  padding-left: 25px;
  margin: 0px;
}
p {
  font-size: 10pt;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 1.5;
}

a:link,
a:active,
a:visited,
a:hover {
  padding: 0;
  margin: 0;
  font-size: 10pt;
  text-decoration: none;
  color: #000000;
  background: none;
  letter-spacing: 1.1pt;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px #f5dd00 solid;
  background-image: url(../images/link_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

a:hover {
  background-color: #f5dd00;
}

a.nav:link,
a.nav:active,
a.nav:visited,
a.nav:hover {
  display: block;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  margin: 0;
  text-decoration: none;
  color: #000000;
  font-size: 10pt !important;
  letter-spacing: 1.2pt;
  font-weight: bold;
  border: 0;
  border-top: 1px #f5dd00 solid;
}

a.nav:hover {
  background-color: #f5dd00;
}

a.nav_active:link,
a.nav_active:active,
a.nav_active:visited,
a.nav_active:hover {
  display: block;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  background: none;
  text-decoration: none;
  color: #000000;
  font-size: 10pt;
  letter-spacing: 1.2pt;
  font-weight: bold;
  border: 0;
  border-top: 1px #f5dd00 solid;
}

a.nav_active:hover {
  background-color: #f5dd00;
}

a.subnav:link,
a.subnav:visited,
a.subnav:hover,
a.subnav:active {
  display: block;
  padding-left: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  margin: 0;
  text-decoration: none;
  color: #000000;
  font-size: 10pt;
  letter-spacing: 1.1pt;
  font-weight: normal;
  border: 0;
}

a.subnav:hover {
  background-color: #f5dd00;
}

a.img:link,
a.img:active,
a.img:visited,
a.img:hover {
  border: 0px;
  padding: 0;
  margin: 0;
  background: none;
}

strong {
  color: #000000;
  font-weight: bold;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}


.nav_spacer {
  display: block;
  border-top: 1px #f5dd00 solid;
}

img.logo {
	border: 1px #f5dd00 solid;
}

ul {
  margin-top: 0px;
}