html {
/*
 *  $Id: cj.css,v 1.4 2006/11/08 12:34:31 mas Exp mas $
 */
  min-width: 760px;
}

body {
  font-family: "Liberation Sans", "Bitstream Vera Sans", "Comic Sans MS", Verdana, Helvetica, sans-serif; 
  background: #ff9; 
  color: #000; 
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
  /* above line centers divs in IE 5.x: needs text-align left in child  */
}

#container {
  width: 736px;
  background: #fffff4; 
  color: #000;
  padding: 0;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

#cjbk { height: 154px; width: 500px; }
.cjbkimg { 
  float: left;
  width: 100px;
  margin-right: 12px;
  margin-bottom: 4px;
}

.cjbkimgr { 
  float: right;
  width: 100px;
  margin-left: 12px;
  margin-bottom: 4px;
}

img {
  display: block;
  border: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.inline {
  display: inline;
} 

h1 { 
  margin-top: 24px;
  margin-bottom: 24px;
}

h2 {
  margin-top: 36px
}

h3 {
  margin-top: 18px
}

p, li, ul, dd {
  margin-bottom: 12px;
  line-height: 160%;
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

#maincontent dt, 
#maincontent dd {
  line-height: 140%;
  margin-top: 10px;
  margin-bottom: 12px;
}

#maincontent dd {
  font-weight: bold;
} 

#sidebar dd {
  padding: 4px;
  margin: 4px 0 0 1em;
}

#sidebar dt {
  padding: 4px;
  margin: 6px 0 0 3px;
  line-height: 140%;
  font-weight: bold;
}

strong, b {	
  font-weight: bold;
}	
		
em strong, strong em	{	
  text-transform: uppercase;
  font-weight: bolder;
}	

i, em {
  font-style: italic;
}
		
hr {	
  color: gray;
  background: yellow;
}	
		
a { color: #30f; }

a:active, a:hover	{	
  text-decoration: none;
  color: #F30;
  background: yellow;
}	

div#content {
  width: 540px;
  margin: 0 0 0 3px;
}

html>body div#content {
  /* for non-IE Win bug browsers */
  margin-left: 10px;
  min-height: 652px;
}

div#sidebar {
  float: right;
  margin: 0;
  border: 0;
  width: 12em;
  background: #f6f6f6;
  color: #855;
  line-height: 120%;
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

.hide, #colophon, p.access, #skip {
  display: none;
}

.howto {
  font-style: italic;
  color: #009;
}

.warning {	
  font-weight: bolder;
  background: yellow;
  color: black;
}	

#mainhead {
  height:191px;
  width: 736px;
  margin: 0;
  padding: 0;
  border: 0;
}

#mainhead img {
  display: inline;
  margin-top: 0px;
}

div#navbar {
}

#navbar p {
  background: #ffa;
  color: #000;
  padding: 2px;
  border: 0;
  margin: 20px 0 0 0;
}

#footer {
  display:none;
  color: #000;
  background: #ffa;
  margin: 0;
  border: 0;
}

#footer p {
  font-size: smaller;
  padding: 2px;
  margin: 0;
}	
 
#footer img { 
  display: inline; 
}	
 
