/* CSS Document */

html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body 
{
    margin: 0;
    padding: 0;
	background-color: #F8F8E1;	
}

body, td, th, input
{
	font-size:   12px;
	font-family: sans-serif;
	color:       #1C0601;
}

th
{
    font-weight: bold;
}

a
{
	color:           #59472D;
	text-decoration: underline;
}

a:hover 
{
	color: #804040;
}

h1, h2, h3, h4, h5, h6
{
    padding-top: 1em;
	font-family: sans-serif;
	font-weight: bold;
}

h1
{
	font-size:   20px;
}

h2
{
	font-size:   18px;
}


h3
{
	font-size:   16px;	
}

h4
{
	font-size:   14px;
}

h5
{    
	font-size:   12px;	
}

h6
{    
	font-size:   10px;	    	
}

table.tableBrownBorder, table.tableBrownBorder100
{
    border-style: solid; 
    border-color: #896455;
    border-width: 2px;
    padding: 1em 0;
    margin: 0;
    border-collapse: collapse;
}

table.tableBrownBorder * td, table.tableBrownBorder * th, table.tableBrownBorder100 * td, table.tableBrownBorder100 * th
{
    border-style: solid; 
    border-color: #896455;
    border-width: 1px;
    vertical-align: top;
    padding: 5px;
}

.tableBrownBorder100 {
    width: 100%;
}

.linkToTop
{
	font-size:   10px !important;
	font-family: sans-serif !important;
	color:           #59472D !important;
	text-decoration: underline;	
	font-weight: normal !important;
	
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

a.linkToTop:hover 
{
	color: #804040;
	text-decoration: underline;
}

.term
{
    font-size:   12px;
	font-family: sans-serif;
	color:       #035107;
	text-decoration: none;
}

a.term:hover
{
	text-decoration: underline;
}

.epigraph
{
    margin-left: 280px;
    font-style: italic;
}

.newBlockQuote
{
    border: #896455 1px solid;
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: 15px;
}

.stepRight
{
    padding-left: 20px;
}

ol.alpha { 
    list-style-type: lower-alpha; 
} 

.nowrap
{
    white-space: nowrap;
}

dl.articleLinks dd{
    margin-top: -1.1em;
    margin-left: 30px;
}
dl.articleLinks dt{
    text-align: right;
    width: 25px;
}

.inlineImage5p {
    border:  0;
    padding: 0;
    margin:  0 5px 5px 0;
}

.inlineImage2p {
    border:  0;
    padding: 0;
    margin:  0 2px 2px 0;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

