/* CSS Document */

* {
margin:0;
padding:0;
}

html, body {margin:0; padding:0}
body {font-size: 76%; font-family:Arial, Helvetica, sans-serif; color:#333333;
	background-color: #ffffff;

}



	
/* Main div blocks basic styling */

#wrapper {margin: 0 auto; width: 980px; background-color:#FFF;  }
#header {min-height:63px; width:980px;}
#logo {float:left; width:300px;}
#HeaderTitle {float:right; color:#666; font-family:Georgia, "Times New Roman", Times, serif; font-size:40px; padding:15px 25px 0 0;}
#content {background-image:url(../images/pagebkg.jpg); background-repeat:no-repeat; width:980px; min-height:600px; }
#footer {clear:both; color:#333333; font-size:x-small; padding:25px; text-align:center; width:950px; margin:0 auto;}



/*Menu styling */
#menu {
	background-image:url(../images/navbkg.jpg);
	background-repeat:no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:29px;
    overflow:hidden;
	position:relative;
}

#menu ul {
	letter-spacing: 0.1ex;
	clear:left;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;

}
#menu li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#menu li a {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu li a:hover {
	background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}



/* Content Styling */


#content a:link {color:#007097; text-decoration:underline;  font-weight: normal}
#content a:visited {color:#007097; text-decoration:none; font-weight: normal}
#content a:active  {color:#666666; text-decoration:underline; font-weight: bold}
#content a:hover   {color:#cc0000; text-decoration:none; font-weight: normal}



#content h1 {
	padding: 25px 30px 5px 30px;
	color:#0081ad;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	letter-spacing: .05ex;
	font-style:normal;
	line-height:150%;
	text-align:left;

	}
	
#content h2 {
	margin: 25px 40px 5px 30px;
 	color:#666666; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.3em; 
	font-weight:bold; 
	border-bottom: 1px solid #cccccc;
	text-transform:uppercase;
	}

#content h2 a:link {color:#007097; text-decoration:none; font-weight:bold;}

#content h3 {
	margin: 25px 40px 5px 30px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color:#333;
	letter-spacing: 0.05ex;

	}

#content h4 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#666;

	}
	
#content p {	
	margin: 0 40px 15px 30px;
	LINE-HEIGHT: 165%;
}

#content  .address {	
	margin: 0 40px 0 30px;
	LINE-HEIGHT: 125%;
}



	
#content .bulletimagestyle{ 
position: absolute;
left: -200px;
}


/*#content ul
{
list-style-type: none;
padding: 0;
margin: 20px;
}


#content li {
	LINE-HEIGHT: 125%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:25px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em;

}	
*/

#content ol li {
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:70px;
	line-height:145%;
	background-image:none;

}	


#content .images {border : 1px solid #333333; display:block;}

#content table {
	table-layout:auto; 
	margin-left: auto; 
	margin-right: auto;
	border-collapse:collapse;

	} 

/*#content table.TableNoBorder {
	table-layout:auto; 
	margin-left: auto; 
	margin-right: auto;
	border-collapse:collapse;

	}*/ 
	
#tab2 p {	
 	margin: 0 0 15px 0;
 	padding:0;
	line-height:100%}
	
#content  td.NoCellBorder { 

	border-bottom: none;
	text-align: center;
	font-weight: normal;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 10px; 
	white-space: nowrap;

}

#content  th { 
	background-color: #007097;
	border: none;
	color: #ffffff;
	height:25px;
	font-weight:bold;
	text-align:center;
	white-space: normal;
	padding:5px;

	}

#content  td { 

	border: none;
	font-weight: normal;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 10px; 
	white-space: normal;

}


/*SEARCH TABLE STYLES */

#content table.searchTable
{ width:930px;
background-color: #fff;
border: 0 #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-left:auto;
margin-right:auto;

}




#content  th.searchHeading
{	
	color: #fff;
	border-bottom: 2px #CCC solid;
	height:25px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
	text-transform:uppercase;
}


#content  td.searchCell
{ border-bottom: 1px #666666 dotted;
text-align: left;
font-weight: normal;
color: #000000;
padding:10px; 
white-space: nowrap;
height:60px;
}


#content  td.searchCellAlt
{ border-bottom: 1px #666666 dotted;
background-color:#efefef;
text-align: left;
font-weight: normal;
color: #000000;
padding:10px;
white-space: nowrap;
height:60px;
 }
 
 #content td.searchBookTitle {
	padding-left:5px;
	color:#0081ad; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.2em; 
	font-weight:bold; 
	border-bottom: 1px solid #cccccc;
	text-transform:uppercase;

	
	
	}

 #content td.searchBookTitleAlt {
 	color:#0081ad; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.2em; 
	font-weight:bold; 
	border-bottom: 1px solid #cccccc;
	text-transform:uppercase;
	background-color:#efefef;

	

	}


#content .corrections {color:#FF0000;}