p, h2, ul, ol, table {
	font-family: "Times New Roman", Times, FreeSerif, serif;
}

p {
    font-size: 15px;
    margin: 10px 11px 0px 6px;
}

hr {
    margin: 10px 5px 0px 0px;
    height: 1px;
	color: #A6A6A6;
}

ul, ol, li {
    list-style: square inside;
    margin: 0px 5px 0px 10px;
    padding: 4px;
}

ol li {
  list-style: decimal outside;
}

td {
    vertical-align: middle;
    padding: 5px;
}

em {
    color: #8C1207;
}

body {
    background: #D9D9D9;
}

#outer {
    position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
}

#inner {
	font-family: Verdana, Tahoma, sans-serif;
    margin-left: -250px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 700px;
	height: 300px;
}

div#content {
    position: absolute;
    top: -50px;
    left: -70px;
    width: 635px;
    height: 400px;
    overflow: auto;
    color: black;
    text-align: justify;
	line-height: 1.2;
    margin: 3px 3px 3px 0px;
	padding: 5px;
}

div#inner div#content a:link, div#inner div#content a:visited { color: #73534C; text-decoration: underline; }
div#inner div#content a:hover { color: #8C1207; text-decoration: none; }

div#bgtext {
    font-size: 150px;
    color: #D4CEC7;
	line-height: 1.4;
	position: absolute;
	top: 25px;
	left: -50px;
}

div#inner div#bgtext a:hover { color: #8C3D35; cursor: default; }

div#inner div#bgtext a:hover span {
    font-size: 16px;
    color: #8C3D35;
    text-align: center;
    top: 40px;
    left: 0px;
}

div#backimage {
	position: absolute;
	top: -150px;
	left: -120px;
}

div#text1, div#text2, div#text3, div#text4, div#text5, div#text6, div#text7 {
    color: #D4CEC7;
	line-height: 1.2;
	position: absolute;
}

div#text1 {
    font-size: 30px;
	top: -40px;
	left: -50px;
}
		
div#text2 {
    font-size: 60px;
	top: 0px;
	left: -30px;
}
		
div#text3 {
    font-size: 35px;
	top: 47px;
	left: 250px;
}
		
div#text4 {
    font-size: 40px;
	top: 225px;
	left: -20px;
}
		
div#text5 {
    font-size: 30px;
	top: 188px;
	left: 180px;
}

div#text6 {
    font-size: 45px;
	top: -50px;
	left: 220px;
}
		
div#text7 {
    font-size: 34px;
	top: 230px;
	left: 290px;
}

div#text1 a:hover span { top: -1px; left: 4px; }

div#text2 a:hover span { top: -8px; left: 4px; }

div#text3 a:hover span { top: -5px; left: 4px; }

div#text4 a:hover span { top: -5px; left: 4px; }

div#text5 a:hover span { top: -5px; left: 120px; }

div#text6 a:hover span { top: -5px; left: 4px; }

div#text7 a:hover span { top: -5px; left: 4px; }


div#inner a { text-decoration: none; color: #73534C; }

div#inner a span { display: none; }

div#inner a:link, div#inner a:visited { text-decoration: none; }

div#inner a:visited span { display: none; }

div#inner a:hover { background: none; text-decoration: none; }

div#inner a:hover span {
    display: block;
	position: relative;
	background: none;
	font-size: 14px;
}

div#bgtext a {
    color: #8C3D35;
}

div#home {
	position: absolute;
	top: -75px;
	left: 559px;
}

div#urltext {
	font-size: 30px;
    color: #8C3D35;
	position: absolute;
	top: -87px;
	left: -69px;
}

#urltext a:link { color: #73534C; }
#urltext a:visited { color: #73534C; }
#urltext a:active { color: #73534C; }
#urltext a:hover, div#inner a:hover, div#inner a:hover span { color: #8C1207; }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8C1207;
	margin: 25px 5px 0px 0px;
	border: 1px solid #A6A6A6;
	padding: 5px;
}

h2 {
    font-size: 22px;
	color: #73534C;
}

.half {
    margin: 5px 11px 0px 6px;
}

.small {
    font-size: 12px;
}

.large {
    font-size: 18px;
    margin-left: 6px;
}

.imgl {
    float: left;
    margin: 6px 10px 4px 0px;
}

.imgr {
    float: right;
    margin: 6px 0px 4px 10px;
}

.txtr {
    text-align: right;
}

.txtc {
    text-align: center;
}

.author {
    font-size: 10pt;
    text-align: right;
    margin-right: 5px;
	color: #73534C;
}

.authorr {
    font-size: 13px;
    font-variant: small-caps;
}

.authorq {
    margin: 3px 11px 0px 6px;
    text-align: right;
    font-style: italic;
}

.quotl {
    float: left;
    width: 255px;
    margin: 12px 10px 5px 5px;
    border: 1px solid #A6A6A6;
    padding-bottom: 5px;
	color: #8C1207;
}

.quotr {
    float: right;
    width: 255px;
    margin: 12px 5px 5px 10px;
    border: 1px solid #A6A6A6;
    padding-bottom: 5px;
	color: #8C1207;
}

.quotl p, .quotr p {
    font-size: 22pt;
    margin: 5px 5px 0px 5px;
}

