/*   MAIN BODY   */

body {
	font-size: 10pt;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bkg2.gif) top center repeat-y;
  	font-family: Verdana,Tahoma,Arial,sans-serif;
  	behavior: url(csshover.htc);
}

hr {
	color: #89C72C;
}
h3 {
	text-decoration: underline;
	color: Navy;
}

#wrap {
	width: 775px;
	margin: 0px auto;
	padding: 0px;
	background-color: rgb(255,255,255);
	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > .output {
	position: relative;
	z-index: 1000;
}

* > #notes {
	position: relative;
	z-index: 1000;
}

* > form {
	position: relative;
	z-index: 1000;
}

* > #footer {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 775px;
	height: 171px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/banner.jpg) no-repeat;
}


/*** Header navigation bottom ***/
#header-nav-bottom {
	background: url(../images/top_menu.jpg) no-repeat;
	}

/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 78.0em;
	height: 1px;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#vmenu
a {
	color: #000;
	text-decoration: underline;
}

#vmenu
a {
	color: #000;
	text-decoration: underline;
}

#vmenu
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:150px;
}

#vmenu
ul li {
	font: bold 12pt/16pt arial, helvetica, sans-serif;
	height:100%;
	background:transparent;
	border-bottom:0px solid #fff;
	position: relative;
	float:left;
	width:100%;
	}
	
#vmenu	
ul li ul li{
	background:#E0F4B5;
	}
	
#vmenu
ul li a{
	display:block;
	padding: 0px 3px;
	}
	
#vmenu
ul li a:hover {
	color: silver;
	background: transparent;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
}

#vmenu
ul li ul li a:hover{
	background: #016714;
	border-left:0px solid #fff;
}

#vmenu
ul ul {
	position: absolute;
	top: 0;
	display:none;
}

#vmenu
ul li:hover ul{
	display: block;
	left:150px;
}
#left-column-first {
	clear:both;
	float: left;
	width: 160px;
	margin: 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column-first {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

/* End Mac IE5 filter */

#left-column {
	clear:both;
	float: left;
	width: 160px;
	padding: 0em;
	border-right: solid 0.1em rgb(200,200,200);		
	background-color: rgb(242,242,242);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */

#left-column ul {	
	width: 160px;
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;	
	border-bottom: solid 0.1em rgb(200,200,200);
}	

#left-column li {
	margin: 0em;
	padding: 0em;
}

#left-column li.left-nav-title {
	display: block;
	text-align: right;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: uppercase;
	font-weight: normal;
	height: 1.3em;
	font-size: 9pt;
}

#left-column li a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	height: 1.3em;
	font-size: 9pt;
}

#left-column li.left-nav-group a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0.1em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	font-weight: normal;
	height: 1.3em;
	font-size: 9pt;
}	
	
#left-column .selected {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column a:hover {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group .selected {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover {
	text-align: right;
	border-left: solid 0.5em rgb(137,199,44);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

.lefthead {
	text-align: center;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 8pt;
	margin-bottom: 3px;
	margin-top: 3px;
}
/*** Images ***/
#left-column-first .img-left-nav {
	height: 50.0em;
	width: 160px;
	margin: 0em;
	padding: 0em;
	border: none;
}
/***   MIDDLE COLUMN   ***/

#middle-column {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: inherit;
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#middle-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */	

/***   Pagetitle   ***/
#pagetitle {
/*	float: left; */
	width: 39.0em;
	margin: 0.3em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

#pagetitle p {
	padding-top: 15px;
	margin: 0em;
	font-weight: bold;
	font-size: 11pt;
}


/***   FOOTER   **/

#footer {
	clear: both;
/*	float: left; */
	width: 762px;
	background: url(../images/btm_line2.jpg) top left no-repeat;
	background-color: white;
	line-height: 20px;
	text-align: left;
	color: rgb(100,100,100);
	font-size: 8pt;
	padding: 0px 0px 0px 12px;
	border:0px black solid;
	
}
/* Box under top menu */
.style1 {
	color: #000080;
	font-size: x-small;
}


/* PPP Tag */
.pdt {
	font: 9pt; "Times New Roman", Times, serif; text-align: right; color: black; width:775px; 
}
/*** links in middle ***/
/*a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}*/

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */