/* styles.css */
/* Styles for the Myers Center web site */

body	{
	margin:0px;
	}
	
.captiontext	{
	margin-top: 5px;
	}

.copy {
	font-family: trebuchet MS;
	font-size: 10px;
	color: #336633;
	font-weight: bold;
	}
	
.divider1 {
	height: 5px;
	width: 100%;
	background-image: url(../images/orangeRedGreen10x5px.gif);
	background-repeat: x-repeat;
	}
	
.header	{
	font-family: verdana, sans-serif;
	font-size: medium;
	color: #333333;
	font-weight: bold;
	}
	
h3 {
	font-size: medium;
	font-weight: normal;
	}
	
hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	}
	
.hr1 {
	display: none;
	}
	
.image1 {
	margin-left: 30px;
	margin-bottom: 30px;
	}

.justified 	{
	text-align: right;
	}

.maintext	{
	font-family: verdana, sans-serif;
	font-size: small;
	color: #333333;
	}
	
.maintext2	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
	
.maintext3	{
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
/*.header	{
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}*/
.text	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	}
	
.text2	{
	font-family: verdana, sans-serif;
	font-size: 11px;
	}
	
.text3	{
	font-family: verdana, sans-serif;
	font-size: 11px;
	}
	
.text4	{
	font-family: verdana, sans-serif;
	font-size: 11px;
	}
	
.welcome {
	font-family: arial;
	font-size: 14px;
	color: #4F7346;
	font-weight: bold;
	}
	
/* Book Search */
	
.author	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
	
.booktitle	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.category	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	}

.notes	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	}
	
.publisher	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	}