body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-color: #7aafd7;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #000000;
	padding-bottom: 3px;
	line-height: 1.4;
}

#outer {
  background: top left url(images/page_bg_top.jpg) repeat-x;
  padding-top: 20px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/site_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/site_bg_top.gif) no-repeat;
  min-height: 800px;
  height:auto !important;
  height:800px;
  padding-bottom: 14px;
}

#logo {
  width: 25em;
  height: 4em;
  text-align: center;
}

#nav {
  position: absolute;
  top: 100px;
  left: 40px;
  vertical-align: top;
}
#nav li {
  list-style: none;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
a.nav-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
a.nav-link:hover {
  color: #CF3500;
}
a.nav-link-sel {
  color: #7E7F00;
  text-decoration: none;
  font-weight: bold;
}
.nav-link-sel:hover {
  color: #CF3500;
}
#subnav {
  position: absolute;
  top: 120px;
  left: 48px;
  margin: 0;
}
#subnav li {
  list-style: none;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
a.subnav-link {
  color: #7E7F00;
  text-decoration: none;
  font-weight: bold;
}
a.subnav-link:hover {
  color: #CF3500;
}
a.subnav-link-sel {
  color: #7E7F00;
  text-decoration: underline;
  font-weight: bold;
}
a.subnav-link-sel:hover {
  color: #CF3500;
}

#contentbox {
  position: absolute;
  width: 431px;
  top: 160px;
  margin-left: 22px;
  padding-bottom: 15px;
}

#contentbox-bg  { background: url(images/content_bg.gif) repeat-y; }
#contentbox-grd { background: bottom url(images/content_bg_bot.jpg) repeat-x; }
#contentbox-top { background: url(images/content_top.gif) no-repeat; height: 24px; }
#contentbox-bot { background: bottom left url(images/content_bot.gif) no-repeat; height: 23px; }

#contentbox-grd {
  min-height: 300px;
  height:auto !important;
  height:300px;
  padding: 2px 24px;
}

#contentbox h1 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#contentbox p {
  margin: 1em 0;
}

#imagebox {
  position: absolute;
  top: 160px;
  left: 471px;
}

#infobox {
  background: url(images/infobox_bg.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 387px;
  left: 471px;
}
#infobox-top {
  background: url(images/infobox_img.gif) no-repeat;
  padding-left: 20px;
  padding-top: 16px;
}
#infobox-bot {
  background: bottom left url(images/infobox_bot.gif) no-repeat;
  padding-bottom: 20px;
}
#infobox-left
{
	float: left;
	width: 140px;
}
#copyright {
  font-size: 9px;
  color: #FFFFFF;
  margin-top: 5px;
}
#copyright a {
  font-size: 9px;
  color: #FFFFFF;
  margin-top: 5px;
  text-decoration: none;
}
.rightImage
{
	width: 299px;
	height: 210px;
	border: 1px solid #8F8F8F;
}
.thumbImage
{
	border: 1px solid #8F8F8F;
	margin: 0 5px 10px 5px;
	width: 82px;
	height: 58px;
		
}
