BODY {
	background: #616362 url('images/backg.jpg') repeat-x;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #3c3c02
}

.narrative {
        text-align:left;
	font-family: Tahoma;
        width:475px;
        margin: 0px auto;
}


table {
	font-size:13px
}
.main {
	font-family: Tahoma, Georgia, sans-serif;
	font-size: 13px;
	background: black;
	color: white;
	font-weight:bold;
	width:750px;
	margin:auto;
	border: 1px solid #663333
}
.main a:link,.main a:visited {
	text-decoration:none;
	font-weight: bold
}
.main a:hover {
	color:#800000 
}
.main a:visited {
	color:#990099
}
.main a:hover,.uline {
	text-decoration:underline
}
h1 {
	font-size: 18px
}
h2 {
	font-size: 17px
}
h3 {
	font-size: 16px
}
.head,.right {
	text-align:left
}
.left {
	float:left;
}
.right {
	width: 480px;
	padding:0 20px 0 0;
	margin:0 0 0 0
}
.right {
	float:right
}
.center {
	margin-left:175px;
	margin-right:175px
}
.content_heading {
	background-color: black; /*  #efe9cc; */
	border-bottom:3px solid #ded194;
	font-weight: bold;
	text-align: center;
	font-size: 110%
}
.clear {
	clear:both
}
.head {
	background-color: black;
	color: white;
	font-weight: bold
}
.head_div {
	margin-left: 155px;
	margin-top: 0px;
	text-align: left
}

.head_image {
	float: right;
	padding: 14px
}

.head_logo {
	float:left;
	margin:0px;
	padding:0px
}

.search {
	text-align: right;
	margin-right: 20px
}
.left_nav {
	text-align: left;
	margin-left: 5px
}

#unav {
	width:100%;
	background: black;
	border-top:4px solid black
}

#nav, #nav ul {
        float: left;
        width: 100%;
        font-family: Arial, sans;
        font-size:12px;
/*        font-size: expression(2>1? "12px": "12px"); */
        list-style: none;
        line-height: 1;
        background-image: url('images/menu_bgrd5.png');
/*	background: expression(navigator.userAgent.toLowerCase().indexOf('msie 6')? "#D3D3D3": "#d3d3d3"); */
        font-weight: bold;
        padding: 0;
	padding-left:3px; 
        margin: 0 0 1em 0;
	border-top: 3px solid #A7A7A7;
	border-bottom: 2px solid white; 
	margin:0px;
	margin-bottom:4px;
	padding:0px
}

#nav a {
        display: block;
        width: 9em;
        color: #325886;
        text-decoration: none;
        padding: 0px 0px
}

#nav a:hover {
        color: #325886;
	text-decoration: underline
}

#nav a.daddy {
        background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {                                /* Visible Menubar */
        float: left;
	color: #CA3716; /*#B96415;  */
	padding: 4px 0px 4px 0px;
        width: 10em;
}

#nav li ul {                             /* First Level Dropdown */
        position: absolute;
        text-align:left;
        left: -999em;
        height: auto;
        width: 17em; /* changed 1st level dropdown wider */
        font-weight: bold;
        border-width: 0.25em;
	margin-top: 2px; 
	padding-left:3px;
        margin: expression(document.body.clientWidth>1? "14px 0 0 -100px": " 16px 0 0 -100px") 
}

#nav li li {
        padding-right: 0px;  /* add a little if transition to second menu troublesome */
	/*border-bottom: 4px solid #033A55; /* #033455; */ 
        width: 17em          /* changed 1st level dropdown wider */
}

#nav li ul a {
        width: 17em; /* changed 1st level dropdown wider */
}

#nav li ul ul {
        margin: -1.75em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
       left: auto ; 
}

#nav li:hover, #nav li.sfhover {
	color: white;
        background: #CA3716  
}

#content {
        clear: left;
}

#content a {
        color: #7C6240;
}

#content a:hover {
        text-decoration: none;
}

#topb {
	background: #FFA500;
	height:2px;
	border-top: 3px solid black;
	border-bottom:3px solid #CA3716;
}

#breadcrumb {
	text-align: left;
	float:left;
	margin-top:5px;
	font-size:12px
}

.indented {
	font-size:85%;
	padding: 0 20px 0 20px;
	color: gray
}


