@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(IMAGES/pattern1.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.twoColElsLtHdr #container { 
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #666;
	text-align: left;
} 
.twoColElsLtHdr #header { 
	background: #DDDDDD url(IMAGES/jmheader.gif) top left no-repeat;
	height:143px;
	padding: 0 10px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	text-indent: -9999px;
	}
	
#home	{
width:100%;
height:186px;
margin:auto;
padding:0;
background:url(IMAGES/bookCover.jpg) no-repeat;
text-align: center;
text-indent: -9999px;
}

.twoColElsLtHdr #leftnav {
	float: left; 
	width: 12em;
	background: #FFF;
	padding: 18px 0;
	height: auto;
}

#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav ul li {
	margin-top: 3px;
}

#leftnav ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	text-decoration: none;
	display: block;
	width: 145px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	background: transparent url(IMAGES/nav_baseL.gif) left no-repeat;	
}

#leftnav ul li a:visited {
	color:#330066;
	background-color:#FFF;
	background-image:url(IMAGES/nav_baseL.gif);
}
#leftnav ul li a:hover {
	color:#330000;
	background-color:#FFF;
	background-image:url(IMAGES/nav_base2L.gif);
}

#leftnav ul li a:active {
	color:#CCCCFF;
	font-size:12px;
	text-transform:uppercase;
	background-color:#FFF;
	background-image:url(IMAGES/nav_base3L.gif);
}

#leftnav p img	{padding-left:5px;}

#leftnav p	{font-size:65%;
line-height:2.5em;
color:#666666;}

.centerpic	{display: block;
margin-left: auto;
margin-right: auto;
border-color:#CCCCCC;
border-style: solid;
border-width:thin;}

a:link .centerpic	{color:#CCCCCC;}
a:visited .centerpic	{color:#CCCCCC;}
a:hover .centerpic	{ color:#00CCCC;}

a:link	{color:#CC3399;text-decoration:none; background-color:transparent;}

a:visited	{color:#6600CC; text-decoration:none; background-color:transparent;}

a:hover	{color:#3366CC;text-decoration:none; background-color:transparent}

.twoColElsLtHdr #leftnav h3, .twoColElsLtHdr #leftnav p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#form1	{font-size:75%;
color:#333;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:60%;
	text-align:center;
	}
div#footer li {
display: inline;
margin-right: 1em;
}

div#footer ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.about {font-size:80%;
color:#666666;
line-height:2em;
}

.abouttwo {font-size:80%;
color:#666666;
line-height:1em;
}

.main	{font-size:90%;
color:#333333;
}
.space {font-size:85%;
text-transform:uppercase;
color:#3366FF;
letter-spacing:.5em;
text-align:center;
}

.aligncenter	{text-align:center;
}
.printurl {display:none;
}

.printhead	{
display:none;
}