/* reeality: style sheet*/

#banner
{
    margin: 0px 0px 0px 0px;
    padding: 10px;
    border: none;
    background: #fefefe;
    height: 100px; /* ie5win fudge begins www. alistapart.com/articles/flexiblelayouts/ */
    voice-family: "\"}\"";
    voice-family:inherit;
    height: 100px; 
}
html>body #banner {
    height: 100px; /* ie5win fudge ends */
}

#signature
{
    font: italic 10pt georgia;
    margin: 0px 10px 10px 10px;
    padding: 10px;
    border: none;
    background: #fefefe;
/*    border-top: solid 1px #ccc;*/
    border-top: dotted 1px #003366; /* rule */
    padding-top: 3px;
	padding-left: 54px;
    height: 50px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    height: 50px;
}
html>body #signature {
    height: 50px; /* ie5win fudge ends */
}

#mainbody
{
    margin: 1px 50px 0px 50px;
	padding: 20px;
    border-left: 1px dotted #003366;
    background: #fefefe;
	text-align: justify;
/*	padding-left: 20px;*/
/*    border-left: 1px dotted #666;*/
}

/* anchors */
a
{
    text-decoration: underline;
/*    font-weight: bold;*/
    color:  #003366;
    outline: none;
    padding-right: 2px;
    padding-left: 2px;
/*  background: #bb4;*/
}

/*a:visited { color:  #888; text-decoration: none ;}*/
a:visited { color:  #3366aa; text-decoration: none ;}
a:active  { color:  #33cccc; }
a:hover   { color:  #336666; }

/* the bookmarklet looks like a button*/
a.bm 
{ 
 text-decoration: none; 
 background: #3366aa; 
 color: #eee; 
 border-right: 1px solid #000; 
 border-bottom: 1px solid #000;
}

/* body text */
body
{                          
  font-family: Georgia, Times, serif;
  color: #000;
  background-color: #fefefe;
}

strong, b
{
    font-weight: bold;
}

h1, h2, h3 { color: #003366; }

h1
{
	height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px;           /* space below rule */
    font: 20pt Trebuchet MS, Helvetica, sans-serif;
    border-bottom: dotted 1px #003366; /* rule */
    padding: 6px 1px 1px 54px;
}

h2
{
    font-size: 20px;
	line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    border-top: dotted 1px #003366; /* rule */
}

h3
{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

td
{
    font-size: 8pt;
    font-family: Helvetica, sans-serif;
	text-align: center;
}

.left
{
    text-align: left;
}

th
{
    font: bold 10pt Helvetica, sans-serif;
    text-align: center;
	background-color: #ffc;
    color: #330000;
}

li
{
	text-align: left;
}

pre
{
    font: normal 8pt Courier;
    border: 1px solid #666;
}

img 
{
    border: 0;
}

/* floating images and captions from css.maxdesign.com.au/floatutorial/ */
.floatright
{
    float: right;
    text-align: center;
    width: 220px;
    margin: 0 0 8px 8px; /* padding outside the box on bot and left*/
    background-color: #ffc;
	padding: 6px;
    border: 1px solid #666;
}

/* images in floatrights have 1px borders */
div.floatright img { 
	border: 1px solid #996633; 
}

.floatcentre
{
    float: none;
    text-align: center;
	margin: 0 0 10px 10px;
    background-color: #fff;
    padding: 10px;
}

.caption
{
    font: normal 9pt Trebuchet MS, Helvetica, sans-serif;
    margin-top: 0px;
/*    margin-bottom: 3px;   */
    color: #330000;
/*    padding: 1px 0 1px 0;*/
    text-align: left;
	padding-top: 10px;
	line-height: 110%;
}

.topnote
{
    font: italic 12pt Georgia, Times, serif;
	color: #003366;
    background-color: #eef;
	padding: 8px 8px 8px 8px;
    margin-bottom: 14px;
    text-align: right;
}

.toon
{
	text-align: center;
}

.note
{
    font: normal 10pt Trebuchet MS, Helvetica, sans-serif;
    color: #000;
}

.footnote
{
    font: normal 8pt Trebuchet MS, Helvetica, sans-serif;
    padding: 1px 1 1px 1;
    border-top: 1px dotted #666;
    margin-top: 100px;
}

.email
{
    font: normal 10pt Georgia, Times, serif;
/*	color: #336633;*/
/*    background-color: #eee;*/
	padding: 8px 40px 8px 40px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #666;
    text-align: justify;
}
