

body
{
   
    background-color: #000066;
	margin: 0px;
	padding: 25px;
	font-size: 14px;
	font-family:  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-align: center;
}
.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-family: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size: .9em;
    padding: 0px;
	margin: 0px;
	background-color: #fff;
	text-align: left;
	line-height: 1.2em;
}

p.ctr {

text-align: center;
margin-top: 2px;
margin-bottom: 2px;

}



/* start: used in links on direct.html only*/


.directTools a:link {font: bold 14px arial, Verdana, Helvetica, Sans-Serif; color: #0000FF; text-decoration: underline;} 

.directTools a:active {font: bold 14px arial, Verdana, Helvetica, Sans-Serif; color: #0000FF; text-decoration: underline;}
.directTools a:visited {font: bold 14px arial, Verdana, Helvetica, Sans-Serif; color: #800080; text-decoration: underline;}

.directTools a:hover{font: bold 14px arial, Verdana, Helvetica, Sans-Serif; color: #990033; text-decoration: underline;}

/* End: used in links on direct.html*/

H1 {
font-family: arial, Verdana, Helvetica, Geneva, sans-serif;
font-weight: 700;
color: #FFFFFF;
text-align: center;
line-height: 1.4em;
font-size:1.3em;
}

H2 {
font-family: arial, Verdana, Helvetica, Geneva, sans-serif;
font-weight: 700;
color: #FFFFFF;
text-align: center;
line-height: 1;
font-size:1.1em;

}

H3 {
font-family: arial, Verdana, Helvetica, Geneva, sans-serif;
font-weight: 700;
color: #000066;
text-align: center;
line-height: 1.3;
font-size:1.2em;
}

.recommendedbooks  /* for amazon books */
{
	font-family: palatino, georgia, 'times new roman', serif;
	color: #000066;
	font-size: .9em;
	font-weight: bold;
	padding: 10px;
	margin-top: 20px;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-align: center;
	
}



.books  /* for amazon books on white background pages*/


{
	font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #000066;
	font-size: .8em;
	line-height: 100%;
	
	margin: 10px;
	text-align: left;

}

.booksDrkbg  /* for amazon books on dark background pages */

{
	font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #9999FF;
	font-size: .8em;
	line-height: 100%;
	
	margin: 10px;
	text-align: left;

}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 2px #666699;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}



.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #0066CC;
    color: #FFFFFF;
	border: solid 3px #666699;
	font-face: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}

.title2 
{
    background-color: #0033FF;  /*blue bar BG for subtitles*/
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 20px 10px 20px;
    line-height: 1.5em;

}

.title3 
{
     background-color: #0066CC;  /*blue bar BG for subtitles*/
     color: #FFFFFF;
	font-face: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 18px;
text-align: center;
padding: 5px 0px 5px 0px;
}


.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle /*Main Category or title in link box*/
{
	color: #000066
	font-family: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}




.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 175px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 255px;
}

.sidebarLeft
{
    width: 160px;
   /* height: 90px;  remove this to allow different-sized sidebars */
    background-color: #CCFFFF;
    color: #000066;
    font-weight: bold;
    padding: 0px 0px 0px 0px;

}

.sidebarRight
{
    width: 240px;
   /* height: 90px;  remove this to allow different-sized sidebars */
    background-color: #CCFFFF;  /* big area BG behind link boxes*/
    color: #000066;
    font-weight: bold;
    padding: 0px 5px 0px 5px;

}

.sidebaritem   /* each link box title  */
{
    width: 230px;
    background-color: #0066CC; /* this is BG for each link box*/
    color: #FF0000;  /* title of link in box */
    border: solid 1px #0066CC;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
    color: #330099;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first  /*adds some space*/
{
    margin-top: 10px;
}

.footer
{
	background-color:#CCCCCC;
	font-size: 12px;
	font-face: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;

	 
}

.highlight
{
	background-color:#BFE4FF;
	font-size: 12px;
	font-face: arial, Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	font-weight: bold;
}
.indentblue2x
{
	font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 50px;
	margin-bottom: 5px;
	color: #0000FF;
	font-size: normal;
	font-weight: normal;
	
}


.indent
{
	
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	
	
	
}

UL.indentblue
{
	font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #0000FF;
	
	
}
UL.indentblue2x
{
	font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 50px;
	margin-bottom: 5px;
	color: #0000FF;
	
	
}
.insertbox   /*indented box with blue order and text*/
{
	font-family: palatino, garamond, georgia, times, 'times new roman', 'new york', serif;
	color: #000099;  /*text in box color*/
	font-size: 1em;
	font-weight: normal;
	padding: 10px 10px 10px 20px;		/*padding inside box border*/
	margin: 10px 20px 20px 20px;  /*space between box and other text*/
	border: 1px solid #000099;
	line-height: 120%;
	
}

.box1 {

font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:1em;
color: #0000FF;
padding: 10px 10px 10px 10px;		/*padding inside box border*/
margin: 10px 10px 10px 10px;  /*space between box and other text*/

border: 2px solid black;
background-color: white;
width: 95%;
margin:0px;
}

.toolsheader
{
	 border: solid 1px #0066CC;
	font: bold 14px arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0px;
	background-color: #0066CC;
	color: #FFFFFF;  /* title of link in box */
	padding: 2px 0 2px 4px;
	text-transform: uppercase;
	width: 230px;
	margin-bottom: 3px;
}




.mainTools a, .sideList a
{
	display: block;
	padding: 2px 6px 0 6px;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
	height: 20px;
}

.sideList a
{
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
}

.mainTools a:link
{
	color: #0066CC;
	text-decoration: none;
}

.mainTools a:visited
{
	color: #0000FF;
	text-decoration: none;
}

.mainTools a:hover
{
	color: #990033;
	background: #fafafa;
	text-decoration: none;
}

.mainTools a:link
{
	text-decoration: none;	
}

.articleToolImg
{
	position: relative;
	top: 2px;
}

.disclaimer 

{
font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:.9em;
color: #000066;
text-align: left;

}

.disclaimerDrkbg 

{
font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:.9em;
color: #9999FF;
text-align: left;

}
//* For copyright notice on white pages*//
p#copy {
font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:.7em;
color: #000099;
text-align: center;

}
//* For copyright notice on dark blue pages*//
p#copyDrkbg {
font-family: Geneva,arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:.7em;
color: #9999FF;
text-align: center;

}