/* abacus.css: style sheet for abacus pages*/

#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 #996633; /* 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 solid #996633;
    background: #fefefe;
	text-align: justify;
/*	padding-left: 20px;*/
/*    border-left: 1px dotted #666;*/
}

#quotebody
{
  margin: 1px 120px 0px 50px;
/*  margin: 0px 100px 20px 100px;*/
  padding: 10px;
  border: 10px solid #fefefe;
  background: #fefefe;
  border-left: 1px dotted #529342;
  padding-left: 10px;
  text-align: justify;
  font-size: 10pt;
}

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

/*a:visited { color:  #888; text-decoration: none ;}*/
a:visited { color:  #336666; text-decoration: none ;}
a:hover   { color:  #336666; text-decoration: underline;}

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

strong, b
{
    font-weight: bold;
}

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

h1
{
	color: #550000;
	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 #996633; /* 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;

}

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, .floatrightphoto
{
    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; 
}

/* properties for images inside an boxes */
.floatrightphoto img
{
	background-color: #fff; 
    margin: 2px;
    padding: 8px;
/*	border: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
	border-bottom:2px solid #666666;
    border-right: 2px solid #666666;

}

.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: #336633;
    background-color: #eee;
	padding: 8px 8px 8px 8px;
    margin-bottom: 14px;
    text-align: right;
}

.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;
}
