body { 
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size:0.8em;
  color: #666; 
  margin: 0px; 
  background:#ffffff url('images/body_bg_subpage.jpg') repeat-x;
}

td, p  { 
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size:90%;
  color: #666
}

input {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 90%; 
  color: #666
}

h1 { 
  font-size: 145%; 
  font-weight: bold; 
  margin: 0px 
}

h2 { 
  font-size: 130%; 
  font-weight: bold; 
  margin-top:0px;
}

h3 { 
  font-size: 120%; 
  font-weight: bold; 
}


a, a.visited, a.link, a.active {
	color:#FF6600   /* orange */
}

a:hover {
	color:#FF6600;
	text-decoration:none
}

a.nav { 
	color: #666666;
	letter-spacing:0.15em;
	text-decoration:none
}

a.nav:hover { 
	color: #666666;
	letter-spacing:0.15em;
	text-decoration:underline
}

a.nav_on { 
	color: #FF6600;
	letter-spacing:0.15em;
	text-decoration:none
}

a.nav_on:hover { 
	color: #FF6600;
	letter-spacing:0.15em;
	text-decoration:underline
}
a.header { 
	color: #666;
	font-size:100%;
	text-decoration:none
}

a.header:hover { 
	color: #666;
	font-size:100%;
	text-decoration:underline
}

a.footer { 
	color: #666;
	text-decoration:none
}

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

a.subnav { 
	color: #666;
	font-size:100%;
	text-decoration:none
}

a.subnav:hover { 
	color: #FF6600;
	font-size:100%;
	text-decoration:underline
}

.small {
	font-size:90%;
}

#line {
	line-height:.5em;
	border-bottom:1px solid #05665f;  /* green */
	margin-bottom:5px
}

#breadcrumbs {
	font-size:90%;
	margin-bottom:10px
}

a#breadcrumb {
	color: #FF6600;
}
 
.box_highlight {
	padding:20px;
	background-color:#eee;
	border:1px solid #05665f;
	width:300px
}

.top {
	text-align:right;
	font-size:90%
}

div.subnav {
	width:180px;
	border:1px solid #05665f;
	padding:20px;
	position:relative;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:7px
}
/*********** Layer sets ************/

#Header { 
	position:relative; 
	width:765px; 
	z-index:1;
	margin-top:11px;
	text-align:right;
}

#Logo {
	position:relative; 
	width:765px; 
	z-index:1;
	margin-top:18px;
	margin-left:20px;
}

#Navigation {
	position:relative;
	width:765px;  
	z-index:1;
	margin-top:19px;
	text-align:center;
}

#Content {
	text-align:left;
	position:relative;
	width:765px; 
	z-index:1;
	margin-top:20px; 
	margin-left:20px;
}

#SubNavBox{
	position:relative; 
	margin-left:465px;
	width:280px;
	z-index:1;
}

#FooterLine {
	position:relative; 
	z-index:1;
	margin-top:10px;
	border-bottom:1px solid #05665f;
}

#Footer {
	position:relative; 
	width:765px;
	margin-top:2px;
	margin-bottom:2px;
	z-index:1;
	font-size:90%;
	text-align:center;
	line-height:1.2em;
}
#header {
	text-align:right;
	font-size:90%;
	color:#666
}


#divider {
	border-bottom:1px solid orange;
	padding-top:10px;
	width:100%
}