body {
	background:#000;
	margin:10px;
	padding:0px;
}

.pngstyle {
		behavior:url(iepngfix.htc);
}

.index,.index a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
	font-family: trebuchet, trebuchet MS, verdana, serif;
}

.index a:hover{
	text-decoration:underline;
}

#boundingbox {
	background:url(/resources/leftbg.gif) repeat-y left top;
	width:950px;
	font-size: 11pt;
	font-family: trebuchet, trebuchet MS, verdana, serif;

}

#header {
	background:url(resources/header-bg.jpg) #BC5200;
	width:100%;
	height:100px;
}

#topnav {
	position:absolute;
	top:10px;
	left:170px;
	}

#firstlink {
	position:absolute; 
	top:15px; 
	left:30px;
}

#toprightlogo {
	position:absolute; 
	top:15px; 
	left:555px;
}

#main {
	width:100%;
	margin:0px;
	padding:0px;
}

#nav {
	float:left;
	width:150px;
	border:0px solid red;
	margin-bottom:10px;
}

#nav ul {
  margin:60 -2 0 22;
  padding:0 0 2px;
  list-style:none;
  font-weight:bold;
  }

#nav ul ul {
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	padding-left:5px;
	padding-right:0px;
	font-size:12px;
	font-weight:none;
	} 
#nav ul ul li a {
	color:#2C86A3;
	font-weight:normal;
}


#nav li {
  display:block;
  margin:0;
  padding:0 2px;
  line-height:1em;
  }
#nav li a {
	color:#FFF;
  display:block;
  padding:6px 3px 6px;
  text-decoration:none;
  line-height:0.85em;
  }
* html #nav li a {
  height:1%;
}

#nav li a:hover {
	text-decoration:underline;
}

#mainbody {
	float:right;
	width:775px;
	padding-top:10px;
	padding-bottom:15px;
	line-height:15pt;
	color:#ccc;
	border:0px solid red;
}

#mainbody h1 {
	font-style:italic;
	font-size:19pt;
	font-variant: small-caps;
	line-height:15pt;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}

#mainbody h2 {
	font-size:15pt;
	padding:20px 0px 0px 20px;
	border-top:1px solid #333;
}

#mainbody a {
	color:#999933;
}

#mainbody td, #mainbody th {
	font-size:11pt;
	color:#ccc;
}

#mainbody dt {
	font-size:14pt;
	font-weight: bold;
	font-style: italic;
	font-family:trebuchet, trebuchet MS, verdana, serif;
	margin-top:10px;
	border-top:1px solid #9f9f3f;
	padding-top:10px;
}

.mainImg {
	float:right;
	margin-left:8px;
	margin-bottom:3px;
}

#footer {
	clear:both;
	width:100%;
	background:#BC5200;
	height:30px;
	color:#fff;
	border:0px solid red;
}

#footer p {
	padding-top:3px;
}

#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	}

#subfooter {
	clear:both;
	width:100%;
	height:10px;
	font-size:8pt;
	color:#777;
	text-align:center;
}

#subfooter a {
	color:#999933;
}

.credit {
	font-size:9pt;
	color:#999;
}