
body {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
    background-image: url(images/bkgrnd_bg.gif); 
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5px 0 5px 50%;
	background-color: #f6f0e8;
}
a:link, a:visited {
	font: 100%  "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 100% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ff950d;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 0 0 -350px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 9px solid #fff;
	background-color: #ebdfcf;
}

#container_logo {
	position: relative;
	width: auto;
	background-color:#FFFFFF;
	display:block;
}

#container_header {
	position: relative;
	width: auto;
	height: 120px;
	background: white url(images/logo.gif) no-repeat top left;
	border-bottom: 0px solid gray ;
	text-align:right;
	padding: 10px 10px 0px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container_header a:link, a:visited{
   color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#container_header a:hover{
   color: #005bbe;
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline
}

#pano_holder {
	/*position: relative;*/
	width: auto;
	height: 200px;
	background: white;
	border-bottom: 2px solid gray;
}

#pano_note {
	position: absolute;
	top:355px;
	width: auto;
	height: 17px;
	text-align: left;
	padding-left: 250px;
	color:gray;
	display:none;
}
h1 {
	color: #005bbe;
	font: 180% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	}
h2 {
	color: #005bbe;
	font: 160% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	}
h3 {
	color: #005bbe;
	font: 140% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	}
h4 {
	color: #005bbe;
	font: 120% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	}	

acronym {
	border: 0;
	font-style: normal;
}

/* Header - just provides space */
#pageHeader {
	height: 350px;
}
#pageHeader span {
	display: none;
}

/* Content */
#quickSummary {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #42443A;
}
#quickSummary a:link, #quickSummary a:visited {
	color: #42443A;
}
#quickSummary a:hover, #quickSummary a:active {
	color: #42443A;
}
/* This .p1 info is in the header image... */
#quickSummary .p1 {
	display: none;
}
#content {
	width: 430px;
	margin-left: 220px;
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 18px;
	border-left: #000 1px dotted;
	padding-left: 20px;
}

#content a:link{
	color: #005bbe;
	text-decoration: underline;
}

#content a:visited{
	color: Gray;
	text-decoration: underline;
}

#content a:hover{
	color: #ff950d;
	text-decoration: none;
}

#content a:active{
	color: #a52a2a;
	text-decoration: underline;
}



#footer {
	position: relative;
	width: 430px;
	height: auto;
	background: #ebdfcf url(images/footer.jpg) no-repeat bottom right;
	font-size: 11px;
	padding: 10px;
	}
#footer a:link, #footer a:visited {
	color: #005bbe;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

/* Left Bar */
#container #linkList {
	position: absolute;
	left: 18px;
	top: 360px;
	width: 198px;
	/*font: 10px "Trebuchet MS", Verdana;*/
}
#linkList h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#linkList h3 span {
	display: none;
}

/* holder for navigation */

#masterdiv {
   /*float: left;*/ 
	width:180px;
	padding: 10px;
	background-color: #ebdfcf;
	background-image: none;
	background-repeat: no-repeat; 
	color: #A52A2A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

 /* start css for horizontal nav */
 #navcontainer
{
margin: 0;
font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
display:block;
 /* ie hackU */
behavior:  url(scripts/ie-hover-fix.htc);	
}

#navcontainer LI
{
margin: 0;
padding: 0;
float: left;
width: 25%;
text-align:center;
}

#navcontainer A
{
color: #fff;
display: block;
width: auto;
font-size:100%;
text-decoration: none;
font-weight:bold;
background: #005bbe;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-bottom: 6px solid #fff;
}

#navcontainer LI A.green {background:#82c305}
#navcontainer LI A.orange {background:#ff950d}
#navcontainer LI A.lbrown {background:#d6c482}
#navcontainer LI A.blue {background:#025ac3}

#navcontainer A:hover, #navcontainer A:active { background: #82acd6; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/*end css for horizontal nav */

/* start css for nav 
 #navcontainer{ width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 170px;
background-color: #fdf6d2;
border-bottom: 2px dotted #D58F32;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
margin:10px; 
}

#navcontainer a:hover
{
background-color: #b5b166;
color: #336633;
}
 end css for nav */
/* start css for slide nav */
#masterdiv {
   float: left; 
	width:180px;
	padding: 10px;
	background-color: #ebdfcf;
	background-image: none;
	background-repeat: no-repeat; 
	color: #A52A2A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menutitle{
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
color: #336633;
cursor:pointer;
margin-bottom: 5px;
background-color: #ebdfcf;
color:#000000;
width:170px;
padding-bottom: 5px;
padding-top: 5px;
text-align:center;
text-decoration: none;
font-weight:bold;
border-bottom: 1px dotted gray;
}

.menutitle_home{
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
color: #336633;
cursor:pointer;
margin-bottom: 5px;
background-color: #ebdfcf;
color:#000000;
width:170px;
padding-bottom: 5px;
padding-top: 5px;
text-align:center;
text-decoration: none;
font-weight:bold;
border-bottom: 1px dotted Green;
}

.menutitle a{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration: none;
}

.menutitle a:link {
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#000;
text-decoration: none;
}

.menutitle a:visited{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#000;
text-decoration: none;
}

.menutitle a:hover{
color: #999933;
display: block;
padding: 0px;
}

.submenu{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: black;
margin-bottom: 0.5em;
}

.submenu a{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: #336633;
text-decoration: none;
margin-bottom: 0.5em;
border-bottom: 1px;
padding-top: 1px;
}

.submenu a:link{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: #336633;
text-decoration: none;
margin-bottom: 0.5em;
border-bottom: 1px;
padding-top: 1px;
}

.submenu2 a:link{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: #d58f32;
font-weight: bold;
text-decoration: none;
margin-bottom: 0.5em;
border-bottom: 1px;
padding-top: 1px;
}

.submenu a:visited{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: #336633;
text-decoration: underline;
margin-bottom: 0.5em;
border-bottom: 1px;
padding-top: 1px;
}

.submenu a:hover{
font-family:verdana, arial, helvetica, sans-serif;
font-size:12px;
color: #999933;
text-decoration: underline;
margin-bottom: 0.5em;
}
/* end css for slide nav */
/* css for tables */

.xtable {
background:#f6f0e8;
}
tr.selected td {
	background: #ff950d;
	color:black;
	}
	
tbody tr.change td {
	color: #000000;
	background-color: #f2ffca; 
	cursor: auto;	
	}
	

