/* BASIC TAG formats */

body	{
	margin:30px;
	line-height:150%;
	}
	
body p, a, li, h1, h2, h3, h4, h5, li, ul, blockquote	{
	font-family:Arial, Helvetica, sans-serif;
	}
	

body p, a, li	{
	font-size:medium;
	}
	
a	{
	color:#006600;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover	{
	color:#000099;
	text-decoration:underline;
	}
	
h2, h2 a	{
	color:#000099;
	font-size:x-large;
	}
	
h3	{
	font-style:italic;
	color:#006600;
	}
	
h4	{
	font-style:italic;
	color:#000099;
	}
	

/* HEADER formats */

#header	{
	border-bottom-style:groove;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	}
	
#header	h1 {
	color:#006600;
	font-size:x-large;
	}
	
.blue	{
	color:#000099;
	}
	
#header img	{
	border:none;
	}
	
#links {
	text-align:right;
	font-size:small;
	}
		
#links a	{
	text-decoration:none;
	color:#006600;
	font-weight:bold;
	font-size:small;
	}
	
#links a:hover	{
	color:#000099;
	}

/* LEFT bar formats */
	
#left	{
	float:left;
	margin-top:10px;
	background-color:#000099;
	}
	
#left h2	{
	color:#ffffff;
	text-align:center;
	font-size:large;
	}
	
#left p	{
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:x-small;
	}

/* RIGHT nav formats */

#nav	{
	float:right;
	width:300px;
	}
	
#nav ul	{
	list-style:none;
	}
	
#nav li	{
	text-align:left;
	width: 200px;
	}
	
#nav a	{
	color:#006600;
	text-decoration:none;
	font-weight:bold;
	}
	
#nav li a:hover	{
	color:#000099;
	width:200px;
	}
	
#subset li a	{
	background-image:none;
	font-size:small;
	}
	
#subset li a:hover	{
	background-image:none;
	}
	
#subset ul	{
	list-style-type:circle;
	}

/* GENERAL CONTENT formats */

.imgright	{
	float:right;
	}
	
.top	{
	text-align:right;
	font-size:small;
	}
	
.top a	{
	text-align:right;
	font-size:small;
	}

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

/* ACCESSIBILITY formats */

.print	{
	display:none;
	}