﻿body         {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant:normal;
	font-size:92%; /* This is % of user's browser's default font; all other font sizes in style sheet are percents 
					of this one as if this one is 100%, so 120% below is 20% larger than this 92% or 110.4% of user's
					browser's default font size; could put small here instead, about 88% or 90% of user's default font,
					while medium is 100% of user's default font. Percent here is to fine-tune between the word sizes. */
	text-align: left;
	line-height: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	background-color:#FFFFFF;
	width:99%;
	min-width:250px;
	max-width:1600px;
}


p   {  }  /* everything is inherited from the body{} style */

li           {  }

/* FONT FAMILY OVERRIDES FROM BODY DECLARATION */

.copyright_home  {
	/* also inherits from body */
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
.para-menublurbsm {font-family:Arial, Geneva, sans-serif;}


.para-menublurb {
}
h1  {
	/* also inherits from body */
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
h2  {
	/* does not inherit from h1, but from body */
	font-size: 140%;
	text-align: left;
	color: #800000;
	font-style: normal;
}
h3  {
	font-size: 120%;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
	clear: right;
}

h4	{ font-size: 100%; font-weight: bold; }

.para-h3     {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
	text-indent: 0;
	clear: both;
	float: left;
	display: block;
}

.para-menublurb   {
	font-size: 90%;
	padding: 0px 5px 0px 10px;
	text-align: left;
}

.para-menublurbsm {
	font-size: 75%;
	line-height: normal;
	text-align: center;
	padding: 0px 10px 4px 10px;
}

.copyright_home {
	font-size: 70%;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	display: inline;
	vertical-align: top;
	margin-right: 2px;
	margin-left: 2px;
	clear: right;
	width: 160px;
	float: left;
}
.booktitle   {
	text-align: left;
	line-height: 115%;
	margin-top: 0;
	vertical-align: bottom;
	clear: right;
	white-space: normal;
	width: 390px;
	display: inline-table;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 125px;
}

.rule1 {border-bottom: 2px solid #990000; padding-bottom: 15px; margin-left:4px; margin-right:4px;}
.rule2 {border-bottom: 2px dotted #990000; padding: 5px 0px 0px 0px; margin-left:25px; margin-right:25px;}


.img-BookTitle {
	border: 0px solid #FF3300;
	padding: 0px;
	margin: 0px 15px 15px 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
	float: left;
	clear: none;
}
.bullet_contact {
	background-image: url('site/images/bullet_e0.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	text-align: justify;
	margin-right: 8px;
	max-width: 800px;
	min-width: 250px;
}
	
.paraAuthorMags {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	clear: none;
	float: none;
	display: inline-table;
	width: 215px;
	height: 200px;
	margin-right: 10px;
}


/* HYPERLINK FORMATTING */
/* THIS IS DEFAULT LINK FORMATTING FOR ALL LINKS:*/
a:active {color:#000000; background-color:#FFFFFF;
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:focus {color:#990000; background-color:#FFFFCC;
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:hover {color:#000000; background-color:#CCCCCC;
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:visited {color:#990000;
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a {color:#990000;
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

/* THIS OVERRIDES LINK FORMATS FOR THESE TAGS: */
.img-noborder a:active   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:focus   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:hover   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:visited   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder   
	{
	background-color: transparent;
	border-collapse: collapse;
	border-width: 0px;
	border-color: transparent;
	border-style: hidden;
	clear: both;
}

.navbar {
	/* also inherits from body */
	margin: 0px 12px 15px 0px;
	float: left;
	clear: right;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 80%;
	display: inline-table;
}
.navbar a            { color: #FFFFFF; 	background-color: #333333; 	text-decoration: none; }
.navbar a:hover      { color: #000000; 	background-color: #CCCCCC; 	text-decoration: none; }
.navbar a:focus      { color: #000000; 	background-color: #FFFFFF; 	text-decoration: none; }
.navbar a:active     {
	color: #FFFFFF;
	background-color: #808080;
	text-decoration: none;
}



/* ALIGNMENT */
.ctr {
	text-align: justify;
	vertical-align: middle;
}
.Justify {
	text-align: justify;
	margin-right: 10px;
	margin-top: 0px;
	max-width:800px;
}


/* CHARACTER FORMATS */

.csans {font-family: Calibri, Arial, Helvetica, sans-serif}
.cbold {font-weight: bold;}
.cital {font-style:italic;}
.cbold-sans {font-weight: bold; font-family: Calibri, Arial, Helvetica, sans-serif}
.cbold-ital {font-weight:bold;font-style:italic;}
.cred {color: #990000;}
.cbold-red-ital {color: #990000;font-weight:bold;font-style:italic;}
.cbold-ital-uline {font-weight:bold;font-style:italic;text-decoration:underline}


/* TABLE FORMAT */

.tblBaseTable{ /*This sets border for the basic Table that lays out all pages*/
	border:0;
	width:100%;
	margin:3;
	padding:2;
	}
	
.border_outset {border-style:outset; border-width:2px; border-color: #000000;}	


.border_outset_barnes {
	border: 1px solid #000000;
}

.img-BookFinderframe {
	padding: 0px;
	margin: 0px 15px 15px 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
	border-style: solid;
	border-width: 3px 4px 4px 3px;
	border-color: #FF3300 #990000 #990000 #FF3300;
	float: left;
	clear: none;
}

.copyright_homePlain {
	font-size: 60%;
	font-style: normal;
	color: #800000;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
}

.clearline {
	clear: left;
}
.newcolumn {
	background-color: #CC66FF;
	clear: right;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 200px;
}
.JustifyAuthor {
	text-align: justify;
	margin-right: 50px;
	clear: both;
	display: inline;
	margin-top: 4px;
	width: 600px;
	float: left;
	margin-bottom: 4px;
}
.para_mags {
	border-width: 0px;
	border-color: transparent;
	border-style: hidden;
	clear: right;
	display: inline-table;
	float: left;
	width: 150px;
}
.copyright_auth {
	font-size: 70%;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding: 0px;
	display: inline;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	clear: right;
	float: left;
}
.paraWebform {
}

