/* Layout Stylesheet for CMST450 Genealogy: A Beginners Guide */ 

body{
 background-image: url(../images/parchment.jpg);
 margin: 2px;
 padding: 2px;
} 

.banner{
 border: 0px solid #000000;
 margin: 0px;
 padding: 0px;
 }
 
.left{
 background-color: #B9B07F;
 border: 1px solid #000000;
 margin: 0px;
 padding: 4px;
 font-size: 14pt;
 font-family: "Monotype Corsiva", serif;
 color: #292929;
 vertical-align: top;
}

.leftTitle{
 font-size:15pt;
 font-family: "Monotype Corsiva", serif;
}

.middle{
 background-color: #f3efd6;
 border: 1px solid #000000;
 margin: 0px;
 padding: 4px;
 vertical-align:top;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

.midFont{
font-family: Century Schoolbook, Baskerville Old Face, serif;
}

.right{
 background-color: #B9B07F;
 border: 1px solid #000000;
 margin: 0px;
 padding: 4px;
 vertical-align:top;
 text-align:center;
}

hr{
 width:80%;
 color: #f3efd6;
 }

h3{
 font-family: Fine Hand, serif;
 color: #000000;			/* black */
 text-align: left;
 font-size: 12pt;
}

.joke{
 font-style: italic;
 color: #8A0F4C;
}

a:link{
 color: #0000CD;
 font-size: 11pt;
 font-family: Monotype Corsiva, serif;
}

a:visited{
 color: #7F00FF;
 font-size: 11pt;
 font-family: "Monotype Corsiva", serif;
}

a:active{
 color: red;
 font-size: 11pt;
 font-family: Monotype Corsiva, serif;
}

/* These link options are for the center box of the pages*/
a.center:link{
 color: #0000CD;
 font-size: 11pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

a.center:visited{
 color: #7F00FF;
 font-size: 11pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

a.center:active{
 color: red;
 font-size: 11pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

/* This is used to reference other pages within the doc.*/
.highlight{
 color: #CC0033;
 font-weight: bold;
 }
 
.caption{
font-size: small;
color: #336699;
text-align: center;
}

/* use this for image links*/
.info{
font-size: small;
color: #6666FF;
text-align: center;
}

.center{
 text-align: center;
}

.bold{
 font-weight: bold;
}

.italic{
 font-style:italic;
 }

.notice{
 font-weight: bold;
 font-size: 9pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
 }

/* These are used in the splash page */
.large{
 color: #CD3700;			/* orangered3 */
 font-family: Blackadder ITC, serif;
 font-size: 32pt;
}

.small{
 color: #FFA54F;			/* tan1 */
 font-family: Blackadder ITC, serif;
 font-size: 22pt;
}

/* For use on the terminology page */
.letters{
 font-family: Georgia, Times New Roman, Times, serif;
 }
 
/* For site map page */
.map{
 font-family: Century Schoolbook, Baskerville Old Face, serif;
 font-size: 12px;
 }
 
 /* These link options are for the center box of the pages*/
a.map:link{
 color: #0000CD;
 font-size: 10pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

a.map:visited{
 color: #7F00FF;
 font-size: 10pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}

a.map:active{
 color: red;
 font-size: 10pt;
 font-family: Century Schoolbook, Baskerville Old Face, serif;
}
