/* This style sheet affects all pages on site except webcreation site which has a separte css sheet called abostyle2 this will constantly change till I finish playing, maybe never, lol.
*/

BODY {
text-align: justify;
font-size:large;
font-family: 'Book Antiqua', Verdana, Genava, Arial, Helvetica, sans-serif;
color: #571B7e;
background: #ccccff;
background-image : url(art/motherbkgr.jpg) ;
background-repeat :repeat;
background-attachment : fixed;
line-height: 1.5;
margin-left: 15pt;
margin-right: 15pt;}


p {
margin-left:30pt;
margin-right:30pt;
}

/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 24pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 30pt;}

H2 {
font: 18pt "Prose_Antique" "Lucida Handwriting";
font-weight: bold;
line-height: 22pt;
}

H3 {
font: 12pt "arial narrow" "bodoni MT condensed" "roman" ;
font-weight:bold;
border-style: double;
border-color: #990099;
}

H1, H2, H3 {
color: #990099;
background-color: #ffcccc;
}

H4, H5, H6 {
color: #990099;
}

a.external {
  padding-left: 13px;
  background: url(art/remote.gif) center left no-repeat;
}
a.external:hover {
  background-image: url(art/remote_a.gif);
}

img {
border: 5px solid #C25283;
}

.imgborder {
border : none;
}

.leftimg {
float: left;
border: 2px solid #000000;
margin-right: 20px;
margin-bottom: 6px;
}

.rightimg {
float: right;
border: 2px solid #000000;
margin-left: 20px;
margin-bottom: 6px;
}

.header {
border : 1px solid #EAC117;
padding: 1em;
padding-bottom: 7em;
}


.header .headerleft {
float: left;
background-color: transparent;
margin-top: 6px;
margin-right: 20px;
margin-bottom: 6px;
margin-left: 20px;
padding: 1em;
}

.header .headerright {
float: right;
background-color: transparent;
margin-top: 6px;
margin-right: 20px;
margin-bottom: 6px;
margin-left: 20px;
padding: 1em;
}

.clear {
clear: both;
}


ul {
list-style-image: url(art/rosebullet.gif) ;
}

a:hover {
color: #009900 ;
}

p.special {
font-family: 'Lucida Handwriting', verdana, arial, sans-serif;
color: #330033;
}

#navigation {
font-family: Genava, Arial, Helvetica, sans-serif;
font-size: .9em;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}

#navigation li {
display: inline;
}

#navigation a:link, #navigation a:visited {
margin-right: 2px;
padding: 3px 10px 2px 10px;
color: #990099;
background-color: #ffcccc;
text-decoration: none;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #717171;
border-right: 1px solid #717171;
}

#navigation a:hover {
border-top: 1px solid #717171;
border-left: 1px solid #717171;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}


.trialbox {
padding: 2px 4px 2px 6px;
margin: 0 0 10px 0;
border-style: double;
border-colour: black ;
background-color: #F4F4F4;
}

.warningbox {
padding: 2px 4px 2px 6px;
margin: 0 0 10px 0;
border: 1px double #FF0000 ;
background-color: #F4F4F4;
}

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}

