@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	color: black;
	margin: 0px;
}

#header {
	width: 850px;
	margin-bottom: 10px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
}

#maincontent {
	background-color: #FFF;
	width: 850px;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	/*height: 100%;*/
	border-top: 1px gray solid;
}

#sidenav {
	background-color: #FFF;
	width: 165px;
	padding: 0px;
	float: left;
	margin: 10px  0 0 ;
}

#content-center {
	background-color: #FFF;
	width: 500px;
	margin: 0;
	padding: 0 8px 0 8px;
	float: left;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

#content-right {
	background-color: #FFF;
	float: right;
	width: 165px;
	margin: 0;
	padding: 0px;
}

#footer {
	width: 850px;
	margin: 0 0 20px 0;
	margin-left: auto;  /*centering for most browsers*/
	margin-right: auto;  /*centering for most browsers*/
	bottom: 0px;
	color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	position: bottom;
	clear: both;
	border-top: 1px gray solid;
}

#footer p {
	font-size: 10px;
}

h1, h2 {
	font-family: "Cooper Black", Arial, Helvetica, sans-serif;
}

h3, h4, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

p, td, li {
	font-size: 14px;
}

.i {
  font-style: italic;
}

.b {
  font-weight: 700;
}

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

.left {
	text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.in1 {
  margin-left: 25px;
}

.in2 {
  margin-left: 50px;
}

.in3 {
  margin-left: 75px;
}

.top0 {
	margin-top: 0;
	padding-top:: 0;
}

.bottom0 {
	margin-bottom: 0;
	padding-bottom:: 0;
}

.green {
	color: #008000;
}

.blue {
	color: #000080;
}

.red {
	color: #900;
}

