/* BASIC TAG formats */

body	{
	margin:30px;
	line-height:150%;
	font-family:"Times New Roman", Times, serif;
	}

body p, a, li	{
	font-size:12pt;
	}
	
body p, a, li, h1, h2, h3, h4, h5, blockquote	{
	font-family:"Times New Roman", Times, serif;
	}
	
a	{
	color:#006600;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover	{
	color:#000099;
	text-decoration:underline;
	}
	
h2, h2 a	{
	color:#000099;
	font-size:14pt
	}
	
h3	{
	font-style:italic;
	padding-top:10px;
	color:#006600;
	}
	
h4	{
	font-style:italic;
	padding-top:5px;
	color:#000099;
	}
	

/* HEADER formats */

#header	{
	border-bottom-style:groove;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	}
	
#header	h1 {
	color:#006600;
	font-size:16pt;
	}
	
.blue	{
	color:#000099;
	}
	
#header img	{
	padding-right:20px;
	border:none;
	}
	
#links {
	display:none;
	}

/* LEFT bar formats */
	
#left	{
	display:none;
	}
	
/* RIGHT nav formats */

#nav	{
	display:none;
	}

/* GENERAL CONTENT formats */
	
#content	{
	padding-top:10px;
	}

.imgright	{
	padding-left:10px;
	float:right;
	}

/* PAGE SPECIFIC formats */
	
.books	{
	margin-top:60px;
	font-style:italic;
	font-weight:bold;
	}
	
.search-button	{
	background-color:#000099;
	color:#fff;
	}
	
.search-box	{
	border-color:#000099;
	border-width:1px;
	width:200px;
	background-color:#CCCCCC;
	}

/* ACCESSIBILITY formats */

.hide	{
	display:none;
	}
	
.hideprint	{
	display:none;
	}
	
.print	{
	display:block;
	text-align:center;
	font-weight:bold;
	}
	
.top	{
	display:none;
	}