/* CSS Document */

body {
  background-color: #36F;
  color: black;
  margin: 0px;
}

#header {
	width: 740px;
	margin-top: 10px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	color: #FFFFFF;
	background-color: #FFF;
	padding: 0px;
}

#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #000;
}

#sidenav {
	float: left;
	width: 110px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	border-top: 5px #00F solid;
}

#pagecontent {
	margin: 0 0 0 110px;
	background-color: #FFF;
	border-top: 5px #00F solid;
	padding: 15px;
	background-image: url(images/gavel.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 475px 100px;
}

p, td, li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #003;
  line-height: 18px;
}

.noindent {
	text-indent: 0px;
}

li {
	margin-bottom: 5px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: #003;
  margin: 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  color: #003;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
  color: #003;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
  color: #003;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  color: #000000;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 0.9em;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  color: #000000;*/
  vertical-align: top;
}

.i {
  font-style: italic;
}

.b {
  font-weight: 700;
}

.bi {
  font-style: italic;
  font-weight: 700;
}

a {
  color: #009;
}

a:hover {
	color: #FFF;
	background-color: #009;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.left {
	text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
}

.in1 {
  margin-left: 25px;
}

.in2 {
  margin-left: 50px;
}

.in3 {
  margin-left: 75px;
}

.red {
  color: #FF0000;
}

.green {
	color: #009900;
}

.white {
  color: #FFFFFF;
}

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.bottomline {
	border-bottom: 1px solid black;
}