body, td {
	font: normal normal normal 12px/normal Helvetica, Verdana, Geneva, Arial, sans-serif;
	margin: 0px;
	}
a {
	color: #646263;
	text-decoration: none;
	}
img {
  border: 0px;
  }


#main_container {
	width: 943px;
	margin: 0px auto 0px auto;
	}
#logo {
  text-align: right;
  padding-bottom: 30px;
  }
#navigation {
	height: 70px;
  margin-left: 1px;
	}
#navigation h1 {
	margin: 0px;
  margin-right: 20px;
	font-size: 42px;
  font-weight: normal;
  white-space: nowrap;
	}
#navigation a {
	color: #646263;
	text-decoration: none;
  margin-right: 5px;
	}
#navigation a.selected {
	color: #ffc421;
	}
#navigation .subnav {
  height: 20px;
  overflow: hidden;
  }
#content {
  padding-top: 10px; 
  }
#footer {
  padding-top: 20px;
  text-align: center;
	color: #646263;
	clear: all;
	}




/*

#navigation {
	color: #b2b4b6;
	width: 720px;
	overflow: hidden;
	height: 73px;
	}
#navigation a {
	color: #b2b4b6;
	text-decoration: none;
	}
#navigation a.selected {
	color: #f89828;
	}
#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
	font-size: 42px;
	line-height: 40px;
	}
#navigation ul ul {
	padding-top: 10px;
	font-size: 13px;
	line-height: normal;
	}
#navigation li {
	float: left;
	margin-right: 21px;
	}
#navigation li li {
	margin-top: -5px;
	margin-right: 10px;
	}
#content_container {
	margin-top: 12px;
	}
*/

/* container boxes used specifically for forms and whatnot */
.normal_box {
	height: 300px;
	float: left;
	}
.more_box {
	float: left;
	margin-left: 20px;
	}
.under_box {
	margin-top: 20px;
	}
.container_box {
	}
.container_box .content {
	font-size: 12px;
	overflow: hidden;
	}
.container_box .top {
	background: transparent url(../images/container_box2.gif) repeat-x 0px 0px;
	height: 10px;
	font-size: 3px;
	}
.container_box .top .left {
	float: left;
	background: transparent url(../images/container_box.gif) no-repeat -10px 0px;
	width: 10px;
	height: 10px;
	}
.container_box .top .right {
	float: right;
	background: transparent url(../images/container_box.gif) no-repeat -20px 0px;
	width: 10px;
	height: 10px;
	}
.container_box .middle .content {
	background: #FFF url(../images/container_box.gif) repeat-y -50px 0px;
	padding-left: 10px;
	width: 100%;
	vertical-align: top;
	}
.container_box .middle .right img {
	width: 10px;
	height: 1;
	}
.container_box .middle .right {
	background: transparent url(../images/container_box.gif) repeat-y 0px 0px;
	vertical-align: top;
	}
.container_box .bottom {
	background: transparent url(../images/container_box2.gif) repeat-x 0px -10px;
	height: 10px;
	font-size: 3px;
	}
.container_box .bottom .left {
	float: left;
	background: transparent url(../images/container_box.gif) no-repeat -30px 0px;
	width: 10px;
	height: 10px;
	}
.bottom .right {
	float: right;
	background: transparent url(../images/container_box.gif) no-repeat -40px 0px;
	width: 10px;
	height: 10px;
	}
