@charset "iso-8859-1";
/* author: Jeff McCormack */
/* Creation date: 1/20/04 */

BODY	{
		max-width: 960px;
        background-color: #000; /*  original color #926E5B  */
		font-size: 14pt;
		font-family: Comic Sans MS, Verdana, Arial;
		color: #ffffcc;
		margin-top: 12px;
		xmargin-right: 6px;
		xmargin-left: 6px;
		margin-right: auto;
        margin-left: auto;       
        padding: 0px;
		}
		
H1,H2,H3,H4,H5,H6	{
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		}
		
td		{
		font-size: 15px;
		font-family: Verdana, Arial;
		line-height: 140%;
		}		
		
.maintext	{		
		font-weight: bold;
		font-size: 14px;
		font-family:  Verdana, Arial, sans-serif;
		}

.subtext	{		
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
		}

/* This is to alert viewers that only browsers of version 4 or better are supported. We're hiding the browser4 class and positioning it way off to the left of the page */		
.browser4 {
		position: absolute;
		top: 0px; 
		left: -200px; 
		z-index: 0; 
		visibility: hidden;
		}

#emailcontact {
		text-align: center;
		font-size: 20px;
		font-family: Lucida Handwriting;
		text-decoration: underline;
		padding-bottom: 25px;
		}	
			
