body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #f5f0d2;
}

p
{
	margin: 0px;
	padding: 0px;
}

a 
{
	text-decoration: underline;
	color: #006;
}

a:visited 
{
	color:  #006;
}



a:active 
{
	color:  #69f;
	text-decoration: underline;
}

a:hover 
{
	color: #69f;
	text-decoration: underline;
}


strong, b 
{
	font-weight: bold;
}

p 
{
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

/* 
   weird ie5win bug: all line-height to font-size ratios must agree 
   or box gets pushed around. UPDATE: this has turned out to be very 
   rare. my current recommendation is IGNORE this warning. at the 
   moment i'm leaving it in only in case the issue turns up again. 
   possibly the original bug in march 2001 was caused by an unusual 
   combination of factors, although this solved it at the time.
*/
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 
{
	whitespace: 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; 
}

#top 
{
	padding: 0px;
	margin: 0px; 
	text-align: left; 
	background: #69f url(../images/bg.gif) repeat-x left top;
}

#nav
{
	padding: 0px;
	margin: 0px; 
	background: url(../images/gold.jpg) repeat-x;
	text-align: center;
}

#nav a
{
	display: block;
	background-image: url(../images/navbg.jpg);
	page-break-before: auto;
	page-break-after: auto;
	vertical-align: center;
	overflow: auto;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	letter-spacing: normal;
	position: static;
	height: 30px;
	text-align: center;
	width: 150px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	text-decoration: none;
}

#nav a:link
{
}

#nav a:active
{
	text-decoration: none;
	background-image: url(../images/navbghover.jpg);
	width: 149px;
	height: 23px;
	padding: 7px 0px 0px 1px;
}

#nav a:hover
{
	text-decoration: none;
	background-image: url(../images/navbghover.jpg);
}

#nav a:visited
{
}


#left 
{
	position: absolute;
	top: 199px;
	padding: 5px 5px 5px 35px;
	margin: 0px 0px 0px 0px;
    text-align: left;
    background: #69f url(../images/left.jpg) repeat-y left;
    
	width: 110px; 
}



#middle 
{
	padding: 10px 30px 5px 30px;
	margin: 0px;
	border-top: solid 1px #f00;
	
    text-align: left;
}

#right 
{
	position: absolute;
	top: 85px;
	right: 10px; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 0px;
	margin: 0px;
	width: 160px;
    text-align: left;
}

pre 
{
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

textarea
{
	width: 100%;
	border: dotted 1px #69f;
	background: transparent;
	color: #c60;
	font-size: 14px;
	font-family: Courier New, Monospace;
	padding: 5px 5px 5px 5px ;
	margin: 5px 5px 5px 5px ;
}


img
{
  border-width:      0px;
}

#sig
{
	height: 100%;
	text-align:justify;
	display: block;
	float: right;
}

#sig a:link 
{
  color: #996; 
  font-weight: normal; 
  font-size: 10px; 
  text-decoration: none;
}

#sig a:active 
{
  color: #996; 
  font-weight: normal; 
  font-size: 10px; 
  text-decoration: none;
}

#sig a:visited 
{
  color: #996; 
  font-weight: normal; 
  font-size: 10px; 
  text-decoration: none;
}

#sig a:hover 
{
  color: #996; 
  font-weight: normal; 
  font-size: 10px; 
  text-decoration: underline; 
}