/* navigation
--------------------------------------------------*/
#navigation {
	height:100%;
	line-height: 22px;
	font-size: 10pt;
	border-top: solid navy 1px;
}

#navigation ul {
  width: 196;
  margin:0;
  padding:0;
}

#navigation li {
  width: 196;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {
  width: 196;
  display:block;
  padding:0 18px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

/*colors*/
#navigation {
	background-color:#CEDCFD;
	font-family: trebuchet ms, verdana;
	width: 200px;
}

#navigation .selected{
	background-color:#FFFFCC;
	width: 196;
}
#navigation a:hover{
	background-color:#FFFFCC;
	border-top: solid 1 #FFCC66;
	border-left: solid 1 #FFCC66;
	width: 196;
	text-decoration:none;
}

/* hack for child pages in navigation */
#navigation .childselected
  {background-color:#FFFFCC}
#navigation .child{
	line-height: 16px;
	font-size:9px;
	/*background-color:#753317;*/
	padding-left: 12px;
}
#navigation .child a:hover
  {background-color:#FFFFCC}
  

/* Orange Header */
#subheader {
	height: 22px;
	background-color:#B1CBE4;
	color:White;
	letter-spacing: 1px;
	font-size: 13pt;
	font-family: trebuchet ms, verdana;
}

#leftborder{
	background-color:#B1CBE4;
}

#imagebox{
	background-color:#203921;
	width: 174px;
}

#textbox{
	background-color:#FFFFCC;
	border-top: solid navy 1px;
}
.content{
	font-size: 9pt;
	color: #203921;
	font-family: trebuchet ms, verdana;
	margin: 10px 10px 10px 10px;
}


BODY {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: trebuchet ms, verdana;
}
A:link {
	FONT-WEIGHT: bold; 
	COLOR: #000066; 
	TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; 
	COLOR: #000066; 
	TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: bold; 
	COLOR: #000066; 
	TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; 
	COLOR: #000066; 
	TEXT-DECORATION: underline
}

/* footer style */
#footer {
	background-color:#99CCFF;
	text-align:center;
	color:White;
	letter-spacing: 1px;
	font-size: 9pt;
	FONT-FAMILY: trebuchet ms, verdana; 
	FONT-WEIGHT: normal; 
}
.wholeborder #Table_01 {
	border: 1px solid #000066;
}
A.footer:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 7pt; 
	TEXT-DECORATION: none
}
A.footer:hover {
	FONT-SIZE: 7pt; 
	TEXT-DECORATION: underline
}
A.footer:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 7pt; 
	TEXT-DECORATION: none
}
.wholeborder {
	border: 1px solid #000066;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.tree {
	width: 82px;
	background-color: #394C2E;
	border-left: solid navy 1px;
	border-right: solid navy 1px;
	border-top: solid navy 1px;
}
#Table_01 {
	width: 150px;
}

