body
{
	background-color: #848a97;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 15pt;
}

#container {
	width: 900px;
	margin: 20px auto;
	background-color: #FFFFFF;
}

#container-top {
  background: url(/images/layout/container.gif);
  width: 900px;
  height: 18px;
}

#container-bottom {
  background: url(/images/layout/container.gif) 0px 18px;
  width: 900px;
  height: 18px;
}

#banner-nav {
	width: 540px;
	height: 30px;
	margin: 0px auto;
	padding: 50px 0px 0px 300px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	background-image: url(../images/layout/banner2.gif);
}

#banner-nav a {
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	color: #fff0b0;
}

#banner-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

#copyright {
  border-top: 1px solid #c4cad7;
  margin: 30px 45px 0px 45px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #848a97;
  font-size: 0.9em;
}

#content {
  margin: 0px 45px;
}

h1 {
	color: #2B3546;
	font-size: 2em;
	background: url(/images/layout/header.gif) repeat-x;
	height: 20px;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

h2 {
	margin: 20px;
	color: #F25625;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	font-family: Tahoma;
}

p {
	margin: 10px 22px; /* 20 really, +2px for looks */
	text-align: justify;
	line-height: 1.2em;
}

p strong {
  font-size: 0.9em;
  color: #333;
}

a {
  color: #0000d4;
  text-decoration: none;
}

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

ul {
  margin: 10px 22px 10px 32px;
  padding: 0;
}
li {
  line-height: 1.3em;
  margin: 0;
}

p + h1, div + h1, form + h1, script + h1 {
  margin-top: 45px;
}

h1 + p {
  margin-top: 0px;
}

h1 + h2 {
  margin-top: 10px;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

.two-column {
  margin-left: 18px;
}

.two-column .first {
  width: 380px;
  float: left;
}

.two-column .second {
  margin-left: 14px;
  width: 380px;
  float: left;
}
