/*need both div and body to center pages in ie and fox

ore1.css etc not used, still listed in html*/

DIV {
text-align : center;
}

BODY {
width : 720px;
/*actual width of tables req by fox*/
margin-right : auto;
margin-left : auto;
background-color : #e5d9a6;
background-image : url(bkgray800gold.gif);
background-repeat : repeat-y;
background-position : top center;
}


a {
color : #369; 
text-decoration : none; 
}
a:active {
color : #c99c33;  
} 
a:hover {
background-color : #ff9; 
color : black;  
} 
a:visited {
color : #369; 
}




p  {
font-family : Verdana, Georgia, Arial, serif; 
font-size : 11pt; 
font-weight : normal;
line-height : 1.8em; 
}

div, th, td, li, dd, dl, dt {
font-family : Verdana, Georgia, Arial, serif; 
font-size : 11pt; 
font-weight : normal;
}




H1 {
font-family : Verdana, Arial, sans serif;
font-size : 20pt;
font-weight : bold; 
color : #369;
margin : 10px 0 0 0 ;
/*border-bottom : 1px solid #ccc;*/
}

H2 {
font-size : 11pt;
font-weight: normal;
font-family : Verdana, Arial, sans serif; 
margin : 0;
padding : 0; 
line-height:1.2em;
}

H3 {
font-size : 12pt;
font-weight : bold;
font-family : Arial, Verdana, sans serif; 
color : #369;
margin : 25px 0 0 0;
}

H4 {
font-family : Verdana, Georgia, Times New Roman, serif;
font-size : 10pt;
font-weight: normal;
}

H5 {
font-family : Verdana, Arial;
font-weight : normal;
font-size : 10pt;
}
H5 a:hover {
background-color : #ff9;
text-decoration : underline overline
}

H6 {
font-family : Verdana, Arial, sans serif;
font-weight : normal;
font-size : 8pt;
margin : 0 0 10px 0 ; 
padding : 0;
}


img {
border : 0 
}

table, td {
border : 0
}

/* not used
.cellside {padding : 30 30 10 30;}
.cellmiddle {padding : 30 0 0 0;}
.cellbottom {padding : 10 30 10 30;}
.cell0 {padding : 30 0 0 0;}
.cellhome {padding : 30 30 0 0;}

*/

.space {line-height: 1.5em;}


.graybox {
padding : 12px;
border: 1px solid #ccc; 
margin : 0; 
background-color : #f1f1f1;
}
.graybox a:hover { 
text-decoration : none; 
}
.graybox img {
border : 1px solid #ccc;
background-color : white;
}

.caption {
font-size : 8pt; 
font-weight: normal; 
font-family : Verdana, Arial, sans serif;
}

.cite {
font-family : verdana, arial, sans serif; 
font-weight : normal; 
margin : -10px 0 10px 20px; 
padding : 0;
}

.nono {
margin : 0;
padding : 0;
}

.space1-8 {
line-height : 1.8em;
}

.tabs {
font-size : 12pt;
text-align : right;
margin : 0;
line-height : 1.2em;
font-family : verdana, arial, sans serif;
}

/* use h3 instead
.mainpoint {
font-family : verdana, arial, sans serif;  
font-size : 10pt; 
font-weight : normal; 
line-height : 1.8em; 
margin: 25px 5px 25px 0; 
padding: 10px 5px 15px 5px; 
border-top : 3px solid #ccc; 
border-bottom : 3px solid #ccc; 
margin-right : 25px
}*/

.borders {
border-left : 13px solid #6690ac;
border-right : 1px solid #000;
}





