/*********************************/
/* main.css                      */
/* Baylisslibrary.org            */
/*********************************/

/***********************************************/
/*       hyperlink and anchor tag styles       */
/***********************************************/


A.nav {
	color:	#FFFFFF;
	text-decoration: none;
	}

A.nav:link, A.nav:visited, A.nav:active  {
	color:						#FFFFFF;
	text-decoration: none;
}

A.nav:hover, A.nav:focus  {
	color:						#CCCCCC;
	text-decoration: underline;
}

A.footer {
	color: #333333;
}

A.footer:link, A.footer:visited, A.footer:active {
	color:				#333333;
	text-decoration: 	none;
}


A.footer:hover, A.footer:focus  {
	color:	#CCCCCC;
	text-decoration: underline;
	font-weight:bold;
}


A:link {
	font-weight: bold;
	color: #56687C;
	text-decoration: 	none;
	}

A:active	{
	font-weight: bold;
	color: #56687C;
	text-decoration: 	none;
	}

A:visited {
	font-weight: bold;
	color:	#56687C;
	text-decoration: none;
	}

A:hover  {
	font-weight: bold;
	color: #56687C;
	text-decoration: underline;
	}



/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #56687C;
	}

p {
	margin-left: 2em;
	margin-right: 2em;
	}	

.header {
	font-size: 18px;
	color: #738BA7;
}

.headerbold {
	font-size: 18px;
	color: #738BA7;
	font-weight:bold;
}

.headersm {
	font-size: 14px;
	color: #738BA7;
}

.headersmbold {
	font-size: 14px;
	color: #738BA7;
	font-weight:bold;
}

.justify {
	text-align: justify;
}


.whitetext { color:#FFFFFF;
	font-size:9px

}

.whitetextlarge { color:#FFFFFF;
	font-size:12px

}
.graytext { color:#333333;
	font-size:9px

}

.smalltext {
	font-size: 10px;
}


   .hanging { text-indent: -2em; 
             margin-left: 4em; 
             margin-right: 1em; 
             }


