body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	text-align: center;
/* part 1 of 2 centering hack */
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #336699;
	outline: none;
}

a:visited {
	color:  #336699;
}

a:active {
	color:  #0066ff;
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
}

.ahem {
	display: none;
}

strong, b {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: 0;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}

#titlegraphic {
  text-align:left;
  margin: 20px;
  bac
}

#content-wrap {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 1px solid #999;
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px;
}

#content-main {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

#icontable p {
  margin-left: 10px;
}

#leftcolumn {
  float:left;
  width: 500px;
}

#rightcolumn {
  float:right;
  width: 200px;
}

#footer {
  clear:both;
}

#rightcolumn p {
  line-height: 18px;
}

blockquote p {
  padding: 0px 0px 25px 0px;
  background: url(../img/quote_close.gif) bottom right no-repeat;
}

blockquote {
  padding: 10px 0px 0px 0px;
  background: url(../img/quote_open.gif) top left no-repeat;
}

cite {
  padding: 0px 40px 0px 0px;
  font-size: 12px;
  float: right;
}

