
/* -----------------------------------------------------------------------Master stylesheet for Santa Rosa Host Lions Club website
Author           Rick Knight <knight@microteck.com> and Jim MacMillan - Santa Rosa Host Lions Club
Version          1.1
Created          2 April 2003
Last-Modified    2 April 2003----------------------------------------------------------------------- *//* basic white text */
.bodytext		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					font-style: normal;
					font-weight: normal;
					color: #000000}
			



.bodybold 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					font-style: normal;
					font-weight: bold;
					color: #000000}
.bodyitalic 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					font-style: italic;
					font-weight: normal;
					color: #000000}
			
/* Style for form disclaimers */
.bodyred		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					font-style: normal;
					font-weight: normal;
					color: #FF0000}.bodygreen		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					font-style: normal;
					font-weight: normal;
					color: #006600}/* Style for legal disclaimers */
	
.legal 			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 11px;
					font-style: normal; 
					font-weight: normal;
					color: #999999}
			
/* 	Link styles change only color of text.
	Basic style of text must be applied separately.*/
	
a:link 			{ 	color: #666699;
					font-weight: bold;
					text-decoration: none}
			
a:hover 		{ 	color: #666699;
					font-weight: bold;
					text-decoration: none}
			
a:active 		{ 	color: #666699;
					font-weight: bold;
					text-decoration: none}
a:visited 		{ 	color: #666699;
					font-weight: bold;
					text-decoration: none}
					
#lioness { 
			margin:	20px;
			padding: 20px;
			border: 2px dashed white;
			width:	700px;
			background-color:	#ffe823;
			}
#graceful	{
			float: 		left;
			padding:	10px;
			margin:		10px;}
#lscontact { 
			position:		absolute;
			right:			20px;
			width: 600px;
			}
			
#lsbulletin {
			width: 		300px;
			float:		left;
			}
#lsgreet	{
			padding:	10px;
			}
#lioness h1, h2	 {
			 font-family:	 lucida handwriting, cursive;
			 color:			 #5f1470;
			 }
#eyeglasses { clear: left;}


.lsbanfont {
           font-family:lucida handwriting, cursive;
           color: #5f1470;}


