/* FRL CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 10px;
	background-color: white;
    COLOR: #000000;
    FONT-FAMILY: Arial;
	text-align: center;	/* center the content block */
}
.frl_logo {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 52px;
	font-weight: bold;
	color: #336699;
	letter-spacing: 10px;
	text-indent: 1em;
    text-decoration: none;
}
.frl_logo a:link, .frl_logo a:hover, .frl_logo a:visited {
    text-decoration: none;
}
.frl_text {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 1em;
}
.wrapper {				/* only for the home page */
	display: block;			/* force the content div to get text-aligned center */
	width: 780px;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	margin-left: auto;
	margin-right: auto;
	/* position the content so that contained 
	   elements position relative to this one */
	position: relative;
	top: 0px;
	left: 0px;
}
.content {
	display: block;			/* force the content div to get text-aligned center */
	width: 780px;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	margin-left: auto;
	margin-right: auto;
}
.topnav {
   text-align: center;
   font-weight: bold;
   font-size: 70%;
   margin-top: 1em;
   margin-bottom: 1em;
	width: 100%;
}
.topnav a {
	color: #336699;
	padding-right: 0.3em;
	padding-left: 0.4em;
}
.navRegion {
	float: left;
	width: 156px;
	text-align: left;
}
.navRegion h2, h2 a:link, h2 a:visited {
	font-weight: bolder;
	color: #CC9900;
	margin-left: 0.5em;
}
.navRegion ul {
	margin-left: 2em;
	font-size: 70%;
}
.navRegion li {
	list-style: url(none) none;
	color: #CC9900;
	font-weight: bold;
}
.bodyRegion {
	width: 610px;
	float: right;
	border-left: 1px solid #336699;
	margin-top: 1em;
	text-align: left;
	padding: 4px;
}
H1 {
    FONT-SIZE: 110%;
    COLOR: #cc9900;
}
H2 {
    FONT-SIZE: 100%;
    COLOR: #cc9900;
}
H3 {
    FONT-SIZE: 90%;
    COLOR: #003366;
}
P, blockquote, ul, td, th {
    FONT-SIZE: 80%;
    FONT-FAMILY: Arial;
}
td p, td h3, ol p, ul p {
	font-size: 100%; /* adjust for nesting */
}
A:link {
    COLOR: #336699;
    TEXT-DECORATION: none
}
A:visited {
    COLOR: #336699;
    TEXT-DECORATION: none
}
A:active {
    COLOR: #cc9900;
    TEXT-DECORATION: none
}
A:hover {
    COLOR: #cc9900;
    TEXT-DECORATION: underline
}
.backToTop {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	clear: both;
}
li {
	padding-top: 2px;
	padding-bottom: 8px;
}
label {
	font-weight: bold;
}
.copyright {
	margin-top: 2em;
	color: #336699;
	text-align: center;
	font-size: 75%;
	clear: both;
}
#bookNav {
	border: 1px #e99676;
	background-color: #e99676;
	padding: 0.4em;
}
#bookNav ul {
	margin-left: 0;
	margin-top: 8em;
}
#bookNav li {
	list-style: url(none) none outside;
	color: #CC9900;
	font-size: 10pt;
	font-weight: bold;
}
#bookNav a:hover {
	color: #cccccc;
}
.info {
	border: #7898B5 solid 1px;
	padding-left: 0.4em;
	padding-right: 0.4px;
}
.button {
	font-size: 10pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	border: #7898B5 solid 1px;
	padding-left: 0.4em;
	padding-right: 0.4px;
	width: 90%;
	text-align: center;
	font-weight: bold;
	background-color: #FF9966;
	margin: 1em;
}
.button a:link, a:visited {
	color: #336699;
}
.button a:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.acrobatimg {
	float: left;
	width: 25%;
	text-align: center;
	display: inline;
	padding: 1em;
}
.acrobat {
	float: right;
	width: 75%;
	text-align: left;
	display: inline;
	font-size: 80%;
}
.left {
	float: left;
	text-align: left;
	width: 60%;
}
.right {
	float: right;
	text-align: right;
	width: 40%;
}
.copyright h1 {
	font-size: 14pt;
}
#flash {
	position: absolute;
	left: 140px;
	top: 10px;
	z-index: 5;
}
