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

#navigation ul {
  width: 100%;
  margin:0;
  padding:0;
}

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

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

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

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

#navigation .selected{
	background-color:#FFFFFF;
	width: 100%;
	color: #346699;
}
#navigation a:hover{
	background-color:#FFFFFF;
	border-top: solid 1 #FFCC66;
	border-left: solid 1 #FFCC66;
	width: 100%;
	text-decoration:none;
}

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

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

#leftborder{
	background-color:#658BB2;
}

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

#textbox{
	background-color:#FFFFFF;
	border-top: solid navy 1px;
}
.content{
	font-size: 9pt;
	color: #346699;
	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: #FFFFFF; 
	TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; 
	COLOR: #346699; 
	TEXT-DECORATION: underline
}

/* footer style */
#footer {
	background-color:#346699;
	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
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #346699;
	margin: 10px 10px 10px 10px;
}


A.footer:hover {
	FONT-SIZE: 7pt; 
	TEXT-DECORATION: underline
}
A.footer:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 7pt; 
	TEXT-DECORATION: none
}
#content a:link {
	color: #346699;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #346699;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: #346699;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #346699;
	font-weight: bold;
	text-decoration: underline;
}
.wholeborder {
	border: 1px solid #000066;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #346699;
	text-align: center;
}
.tree {
	width: 82px;
	background-color: #403C39;
	border-left: solid navy 1px;
	border-right: solid navy 1px;
	border-top: solid navy 1px;
}
