html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: white;
	text-align: center;
	padding: 0;
	margin: 0;
}

p {
	margin: 1.3em 2em;
}

p + p { 
	margin-top: 1.2em; 
}

img {
	border: 0;
}

#container {
	width: 799px;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#nav, #nav ul { /* all lists */
   padding: 0;
   margin: 0;
   list-style: none;
   float : left;
   width : 14.4em;
   w\idth : 13em;
   text-align: right;
   font-weight: bold;
   border: solid #eda;
   border-width: 0px;
}

#nav li { /* all list items */
   position: relative;
   float: left;
   padding: 1px;
   line-height : 1.15em;
   margin-bottom : -1px;
   width: 11em;
}
#nav li ul { /* ie hack for second-level lists */
   position : absolute;
   left: -999em;
   margin-left : 2em;
   margin-top : -1.35em;
   text-align: left;
   height: auto;
   width: 15.8em;
   w\idth: 15.3em;
   font-weight: normal;
   white-space: nowrap;
   border: solid #091750;
   border-width: 0.1em;
   background: #EAE5C9;
}

html>body #nav li ul { /* second-level lists */
   position : absolute;
   left: -999em;
   margin-left : 13em;
   margin-top : -1.35em;
   text-align: left;
   height: auto;
   width: 15.8em;
   w\idth: 15.3em;
   font-weight: normal;
   white-space: nowrap;
   border-width: 1px;
   background: #EAE5C9;
}

#nav a {
   display : block;
   width: 13em;
   w\idth : 12em;
   color : #091750;
   font-weight : bold;
   text-decoration : none;
   background: #F0EDD9; url(../images/navback.gif) ;
   padding : 0.25em 0.5em;
}

#nav li a:hover {
	color : #CCA504;
}

#nav a.nonprod {
	color : #091750;
}
#nav li:hover, #nav li.sfhover {
}

#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 { /* lists nested under hovered list items */
	left: auto;
}
	
#navigation {
	font: 68%/1.3  verdana, helvetica, arial, sans-serif;
	background: url(../images/navback.gif);
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 200;
}

#copy {
	font: 68%/1.3  verdana, helvetica, arial, sans-serif;
	color : #091750;
	text-align: right;
}

#content2 {
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background:#fff url(../images/right.gif) repeat-y right;
	width: 530px;
	font: 68%/1.3  verdana, helvetica, arial, sans-serif;
	color : #091750;
}

#content2 a {
	color: #CBA50A;
}

#title {
	border-bottom: 2px solid #eda;
/*	background: #F4F2E2; */
}

.topic {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	margin: 0em 0 4em 0;
	font-weight: bold;
	background: #F4F2E2;
}
.topic2 {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	margin: 0em 0 4em 0;
	font-weight: bold;
	background: #fff;
}

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

.roman {
	font-weight: normal;
}

#leade {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	margin: 0em 0 4em 0;
}

#unleade {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	margin: 0em 0 4em 0;
}

#leade li {
	margin: 1em 2em;
}	

#up {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	background: white url(../images/blocksup.gif) no-repeat;
	margin: 0em 0 4em 0;
}

#down {
	border-top: 1px solid #eda;
	border-bottom: 1px solid #eda;
	background: white url(../images/blocksdown.gif) no-repeat;
	margin: 0em 0 4em 0;
}

.left-element {
	position: absolute;
	left: 0;
}

.right-element {
	position: absolute;
	right: 0;
	text-align: right; /* depends on element width */
} 
